@charset "UTF-8";
body  {
	font: 10pt Verdana, Geneva, sans-serif;
	letter-spacing:3px;
	color:#D6D6D6;
	background: #070707;
	margin: 0;
	padding: 0;
	text-align: center; /* to center the container in IE 5* browsers.*/
}

img {
	border:none;
}

.simonbirchsite #container { 
	width: 1440px;
	height:900px;
	margin: 0 auto; /* to center the container items */
	border: 0px;
	text-align: left; /* to override the text-align: center on the body element. */
}
.simonbirchsite #containersplash { 
	width: 1440px;
	height:900px;
	margin: 0 auto; /* to center the container items */
	border: 0px;
	text-align: left; /* to override the text-align: center on the body element. */
	background-image:url(images/splash.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.simonbirchsite #containerhome { 
	width: 1440px;
	height:900px;
	margin: 0 auto; /* to center the container items */
	border: 0px;
	text-align: left; /* to override the text-align: center on the body element. */
	background-image:url(images/index_background.jpg);
}
.simonbirchsite #containercontact { 
	width: 1440px;
	height:900px;
	margin: 0 auto; /* to center the container items */
	border: 0px;
	text-align: left; /* to override the text-align: center on the body element. */
	background-image:url(images/contact_background.jpg);
}
.simonbirchsite #containerprofile { 
	width: 1440px;
	height:900px;
	margin: 0 auto; /* to center the container items */
	border: 0px;
	text-align: left; /* to override the text-align: center on the body element. */
	background-image:url(images/profile_background.jpg);
}

.simonbirchsite #header {
	height: 70px; /*95 with padding*/
	padding: 25px 0px 0px 60px;
} 
.simonbirchsite #sidebar {
	float: left;
	padding: 84px 0px 0px 42px;
	width: 278px; /*320 with padding*/
	min-height:600px;
}
.simonbirchsite #mainContent {
	valign:top;
	height: 661px;
	margin: 0px; /* left margin moves main pic across to leave space for left nav area */
	padding: 0px;
} 
.simonbirchsite #footer { 
	padding: 18px 0px 0px 105px; /* Top Right Bottom Left*/
	margin: 0px;
} 
