/*CSS Designed by Simon P Barlow - SPB Photography (c) 2009 */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF; /*background colour of the whole page */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 10px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(core_images/SPB_graphic.jpg) top left no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	height: auto;
}

#menu1 {
	float: left;
	width: 150px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 155px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	background: #FFFFFF;
	}
.menu1 a:link, #menu1 a:visited {
	color: #BCBCBC;
	text-decoration: none;
}
.menu1 a:link, #menu1 a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


#mainContent {
	width: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: auto;
	
} 
#footer {
	width: 780px;
	height: auto;
	background: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: auto;
	padding: 0 0 0 0;
}
