@charset "utf-8";
/* CSS Document */

body{
	background:#0072a0 url(../images/body_bg.png) top repeat-x;
	
}

#wrapper{
	background:#FFF;
	border:#999 solid 1px;
	width:961px;
	padding:0px;
}

#container{
	padding:0px;
}

#header {
	background:url(../images/header_bg.png) repeat-x;
	height:117px;
	padding-bottom:0px;
	padding-left:0px;
}

#header #container{
	
}


#link_bar #container{
	background:url(../images/link_bg_blue.gif);
}


#link_bar a{
	padding: 0px 15px 0px 15px;
}

#content #container{	
	min-height:400px;
	padding-bottom:25px;
}

#footer{
	background:url(../images/footer_bg.png) repeat-x;
	height:58px;
}

#footer #container{
	
}



.clear{
	line-height:0px;
}