/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:#767cd6;
	padding:0;
}

#pageContainer {
	width:902px;
	margin:0 auto;
	text-align:left;
	
	background:#fff;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#headerLeft {
	width:295px;
	position:relative;
	float:left;	
}

#headerRight {
	margin-left:300px;
	display:block;
	position:relative;
	z-index:2;			/* necessary for IE6 if you want dropdowns  */
	padding-top:80px;	
}

/*------------------- CONTENT AREAS -------------------*/
#mainPhoto {
	clear:both;
}

#mainPhotoHome {
	background:url(../images/site/main_photo.jpg) top no-repeat;
}

#mainPhotoHomeButton {
	background: url(../images/site/home_button.gif) center no-repeat;
	/*border:solid 3px #eee;*/
	color:#333;
	padding:4px;
	width:207px;
	padding:10px;
}
#mainPhotoHomeButton a:link, #mainPhotoHomeButton a:visited {
	color:#333;
	text-decoration:none;
}
#mainPhotoHomeButton a:hover {
	color:#000;
}



#mainPhotoHomeText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:1.3em;
	font-style:italic;
	color:#fff;
}

#content {
	padding-bottom:40px;
}

#mainCol {
	width:580px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
	padding-right:20px;
}

#sideCol {
	width:255px;
	position:relative;
	float:left;
	text-align:left;
	padding-left:30px;
}

/*------------------- FOOTER -------------------*/
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#333;
	border-top:solid 1px #bbb;
	padding:20px 20px 20px 310px;
}

#footer a:link, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

