* {
	margin : 0;
	padding : 0;
}

#background_container{
	margin : 0 auto;
	width : 1000px;
	background-image : url(../img/bg_body.gif)
}

#page_container {
	margin : 0 13px 0 13px;
	width : 972px;
	border : 1px solid #fff;
}

#topline {
	width : 972px;
	background-color : #940002;
	height : 15px;
	border-bottom : 1px solid #fff;
}

#header {
	width : 952px;
	height : 100px;
	background-color : #d0d1d3;
	border-bottom : 2px solid #fff;
	padding : 20px 0 10px 20px;
}
	
	#searchbox {
		display : inline;
		float : right;
		padding-right : 10px;
		margin-top : 65px;
	}

#navi_top {
	width : 957px;
	height : 30px;
	background-image : url(../img/bg_navi_top.jpg);
	background-repeat : repeat-x;
	text-align : right;
	padding-right : 15px;
	padding-top : 3px;
}

#navi_left {
	float : left;
	width : 200px;
	margin : 20px 0px 20px 10px;
}

#content {
	float : left;
	width : 722px;
	height: auto;
	margin : 20px 10px 20px 20px;
}

#footer {
	position:relative; 
	width : 972px;
	clear : left;
	height : 25px;
	border-top : 10px solid #960202;
	line-height : 25px;
}
