@charset "utf-8";
/* CSS Document */

/*div {border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
}*/

.ad1
{
    float:right;
    padding:5px;
    /*background-color:#333;*/
    
    margin-left: 10px;
    margin-top: 10px;
    height:600px;
}

a:link {text-decoration: none;	color: #FFFFFF;}
a:visited {text-decoration: none;	color: #FFFFFF;}
a:hover {
	text-decoration: none;
	color: #00adee;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00adee;
}
a:active {text-decoration: none;	color: #FFFFFF;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColElsCtrHdr #container {
	 width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #FFFFFF;*/
	background:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
.oneColElsCtrHdr #header {
	background-image: url(images/image_main_header_graphic_f.gif);
	background-repeat: no-repeat;
	width: 855px;
	height: 131px;
} 

.oneColElsCtrHdr #header #links{
	position: relative;
	top: 67px;
	text-align: right;
	padding-right: 10px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
} 


.oneColElsCtrHdr #mainContent {
	position: relative;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #AEDEE4;
	top: -30px;
	width: 815px;
	border: 1px solid #00ADEE;
	height:635px;
}

.oneColElsCtrHdr #mainContent2 {
	position: relative;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #AEDEE4;
	top: -30px;
	width: 815px;
	height:100%;
	border: 1px solid #00ADEE;
	/*height:635px;*/
}

.oneColElsCtrHdr #footer {
	position: relative;
	top: -15px;
/*	border: 1px solid #00ADEE;
	border-left: 0px;
	border-right:0px	*/

}

.oneColElsCtrHdr #footer #text{
	position: absolute;
	left: 28px;
	top: 21px;/*	border: 1px solid #00ADEE;
	border-left: 0px;
	border-right:0px	*/
	width: 683px;
}
.heading{
	color: #5A4A42;
	font-size: 18px;
}
.footer_text {
	color: #FFFFFF;
	font-size: 10px;
}



.nesbitt
{
    float:left;
}

.guy
{
    float: left;
}
