body, html  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
	background:url(images/body_bg.jpg) repeat-x;
	height:100%;
}

img {
border:none;
}
input {
width:300px;
background:#6FA1BE;
border:2px solid #006699;
color:#FFFFFF;
}
textarea {
width: 300px;
height:150px;
font-family:Arial, Helvetica, sans-serif;
background:#6FA1BE;
border:2px solid #006699;
color:#FFFFFF;
}
form {
display:inline;
}
#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}
#header a{
vertical-align:104px;
text-decoration:none;
color:#000000;
font-weight:200;
}

#header a:hover{
text-decoration:overline;
color:#000000;
}

#content{
z-index:2;
width:800px;
margin-right:auto;
margin-left:auto;
position:relative;
height:100%;
}

#rightbar {
width:172px;
float:right;
right:0px;
}

#leftbar {
width:600px;
height:523px;
text-align:left;
}

#home_leftbar_left {
width:280px;
float:left;
}

#home_leftbar_right {
width:280px;
float:right;
}

a {
color:#6FA1BE;

}

#footer {
z-index:10000;
margin:auto;
min-width:900px;
height:125px;
width:100%;
background:url(images/footer_bg.jpg) repeat-x bottom;
position:relative;
bottom:0px;
margin-bottom:20px;
margin-top:20px;
}

#footer_content {
position:relative; 
bottom:-8px; 
margin-left:auto; 
margin-right:auto; 
}

#footer_content a {
color:#FFFFFF;
text-decoration:none;
}

#footer_content a:hover {
text-decoration:overline;
}

#footer_top {
margin:auto;
padding-top:22px;
}
#footer_bottom {
}
