/* 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:#447;
	padding:15px 0 0 0;
}

#pageContainer {
	width:800px;
	margin:0 auto;
	text-align:left;
	
	background:#fff;
/*	border:#f00 solid 1px;		
*/}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	background:#ffff98;
}

/*------------------- NAVBAR -------------------*/
#navBar {
	height:28px;
	font-size:9pt;
	color:#fff;
	font-weight:bold;
	
	background:#716fa8 url(../images/site/navBar_bg.jpg) repeat-x;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	padding:5px;
}

#mainCol {
	width:565px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
}

#mainPhoto {
	border:#f00 solid 1px;
}

#sideCol {
	width:215px;
	position:relative;
	float:left;
	text-align:left;
	padding:0;
}

#sideBox1 {
	display:block;
	
	height:222px;
	
	/*height:62px;*/
	background:#fa2521;
	padding:3px;
	margin:0 0 5px 0;
	
	color:#fff;
	line-height:1.2em;
}

#sideBox2 {
	display:block;
	background:#338;
	padding:3px;

	color:#fff;
}

/*------------------- FOOTER -------------------*/
#footer {
	display:block;
	height:50 px;
	padding:15px;
	background:#f92520 url(../images/site/footer_bg.jpg) no-repeat top;
	
	font-size:8pt;
	color:#fd6;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#fd6;
	text-decoration:none;
}

#footer a:hover {
	color:#fd6;
	text-decoration:underline;
}
