body
{
	margin:0px;
	background:#F2EDE6 url(bg.jpg) left top repeat-x;
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:11px;
	color:#370300;
}
#container
{
	position:relative;
	width:750px;
	left:50%;
	margin-left:-375px;
}
#header
{
	position:relative;
	width:750px;
	height:152px;
	background:url(logo.jpg) left top no-repeat;
}
#header h1
{
	margin:0px;
}
#header h1 a
{
	position:relative;
	display:block;
	width:750px;
	padding-top:152px;
}
#text
{
	position:relative;
	background:url(text.png) left top no-repeat;
	width:750px;
	height:250px;
	overflow:hidden;
}
#text h2
{
	margin:0px;
}
#text h2 a
{
	position:relative;
	display:block;
	width:750px;
	padding-top:250px;
}
#links
{
	position:relative;
	text-align:center;
	margin-top:10px;
}
#links a
{
	position:relative;
	display:block;
	float:left;
	width:170px;
	height:85px;
	border-bottom:1px #40C0FF solid;
	padding:5px;
	margin:0px 10px 10px 0px;
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	overflow:hidden;
}
#links a:hover
{
	border-bottom:1px #FF0000 solid;
	background-color:#FAF5ED;
	color:#22A4E5;
}
#links a span
{
	font-size:10px;
	font-weight:bold;
	color:#370300;
}
#footer
{
	position:relative;
	clear:both;
	text-align:center;
	font-size:10px;
	margin:0px 0px 20px 0px;
	padding-top:35px;
}
