div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	background:url(images/bg.png) repeat-x #252a2c;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

table {
	/*border-collapse:collapse;
	border-spacing:0;*/
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

#container {
	width:897px;
	margin:auto;
	}
	
#header {
	float:left;
	width:897px;
	height:207px;
	text-align:center;
	background:url(images/header_bg.jpg) no-repeat;
	}
	
#header_top {
	float:left;
	width:897px;
	height:70px;
	}
	
#menu {
	float:left;
	width:891px;
	margin:3px;
	height:37px;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	}
	
#content {
	float:left;
	width:897px;
	margin-top:30px;
	margin-bottom:30px;
	font-size:10pt;
	color:#FFFFFF;
	}
	
#footer {
	background-color:#0b0c0d;
	}
	
#footer_content {
	padding:5px;
	width:881px;
	margin:auto;
	height:55px;
	text-align:center;
	}
