@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	
}
#container {
	width: 1024px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top:1px;
	background-image:url(../../images/middlebar.gif);
	background-repeat:repeat-y;	
	background-position:210px 0px;
}
#header {
	position:relative;
	width: 1024px;
	height: 220px;
	text-align: center;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#EEE;
	
}
#menu {
	width: 210px;
	height:100%;
	float: left;
	text-align:center;
}
#seperator {
	position:relative;
	width: 238px;
	height:auto;
	float: left;
	margin-bottom:1px;
	border-color:#800;
}
#content {
	width: 556px;
	height:100%;
	float: left;
	padding:10px 5px 5px 10px;
}
#footer {
	height:24px;
	padding:5px 0px 0px 0px;
	border-bottom:0;
	border-left:0;
	border-right:0;
	clear:both;
	overflow:hidden;
}



