body {
	background: #a10303;
	text-align: center;
	font-family: Arial;
	color: #fff;
	font-size: 12px;
}

#header {	
	position: relative;
	margin: 30px auto auto auto;
	top: 0px;
	left: 0px;
	width: 718px;
	height: 120px;
	z-index: 0;
	
}

#header a {	
	text-decoration: none;	
	color: #fff;
}

#header a:hover {	
	text-decoration: underline;
	color: #fff;
}

#header_poster {
	width: 718px;
	height: 80px;
	background: url(images/temp.png) repeat-x;	
}

#header_text_container {
	float: left;
	width: 718px;
	height: 35px;
	margin-bottom: 10px;
	border-bottom: 2px solid #8f0303;
}

#header_text {
	float: right;
	width: 488px;
	text-align: left;
	
}

#under_construction {
	float: left;
	width: 716px;
	padding: 0px;
	height: 70px;
	font-size: 15px;
	border: 1px solid #880404;
	margin-bottom: 15px;
	background: url(images/construction.png);
}

#content {
	float: left;
	width: 698px;
	padding: 10px;
	height: 250px;
	text-align: left;
}

#image_container {
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	margin-top: 5px;
}

#image_container img {
	border: 1px solid #c0c0c0;
}

#text_container {
	float: left;
	padding: 5px;
	margin-left: 10px;

}

#footer {
	float: left;
	width: 698px;
	padding: 10px;
	height: 60px;
	background: #880404;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

