/* MMBA- Martin Luther King, Jr. Boulevard- Montgomery St. Business Association - Started Saturday, Jan 05, 2008 */
/* Website coded and designed by Sarah Brenner - www.coroflot.com/sbrenner7 - sbrenner7@yahoo.com */

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
a {
	color: #333333;
 }

a:hover {
	color: #636363;
 }
 
h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
 }
 
/* Start Website in Sequence */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	background: #F2F2E4;
 }

#container {
	width: 800px;
	height: 600px;
	margin: auto;
	margin-top: 20px;
	background: url(images/bkrnd.gif) no-repeat top center;
 }

#top {
	width: 800px;
	height: 115px;
 }
 
 #logo {
	width: 356px;
	padding: 50px 0px 0px 42px;
 }
 
 #center {
	width: 800px;
 }
 
 #left {
	width: 390px;
	float: left;
	margin: 0px 0px 0px 4px;
	position: relative;
 }

 #header {
	width: 100px;
	padding: 23px 0px 0px 0px; 
 }

  #index_content {
	width: 390px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px 21px;
	text-align: justify;
 }
 
 #content {
	width: 390px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px 21px;
	overflow:auto;
 }
 
  #contact {
	width: 410px;
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 15px 0px 0px 21px;
 }
 
 #contactL {
	width: 170px;
	float: left;
 }
 
 #contactR {
	width: 175px;
	float: right;
 }
  .title {
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
 }
 
 #right {
	width: 286px;
	float: right;
	margin: 25px 20px 0px 0px;
	background: url(images/mlk_monument.jpg) no-repeat top center;
	height: 386px;
 }
   
 /* End Center */
 
/* Start Nav
--------- */
#nav {
	width: 730px;
	height: 41px;
	padding: 0px 5px 0px 5px;
 }
 
 ul {
	list-style: none;
	padding: 8px 0px 0px 0px;
	margin: 0;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}
 
.about {
	margin-left: 15px;
 }

 /* End Nav */
 
  /* Start Forms */

input, textarea {
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
 }

form td {
	color: #666666;
	font-weight: bold;
 }

.submit {
	position: relative;
	left: 79px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
 }
 
.reset {
	position: relative;
	left: 84px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
 }
/* End Forms */

/* Start Bottom */
 
#footer {
	width: 800px;
	margin: auto;
	text-align: right;
	color: #636363;
 }
/* End Bottom */
