@charset "UTF-8";
/* CSS Document */


#container{

position:relative;
width:775px;
height:auto;
margin:0 auto;



}

#header{

position:relative;
width:775px;
height:auto;
top: 0px;
left:0px;


}

#search{
	position:relative;
	width:775px;
	height:31px;
	left:0px;
	background-image:url(../images/barrepeat.jpg);
	background-repeat:repeat-x;
	margin-top: 10px;
}

#search_pos{
	position:relative;
	width:775px;
	height:25px;
	left:0px;
	top: 2px;
}

#search_form{
	position: absolute;
	width: 350px;
	top: 0px;
	height: 22px;
	left: 0px;
	clear: both;
}

#search_nav{
	position: absolute;
	height: 12px;
	width: auto;
	top: 5px;
	right: 5px;
}

#mainBody{
	position:relative;
	width:775px;
	height:auto;
	left:0px;
	background-color:#FFFFFF;
	margin-top: 10px;
}

#footer{
	position:relative;
	width:775px;
	height:auto;
	left:0px;
	margin-top: 10px;

}
