body
{
	background-image:url("img/back.png");
	background-repeat:repeat-x;
	background-position:top center;	
	
	margin:0;
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	
	font-family:Verdana, Arial;
	font-size:11pt;
}

img
{
	border:0;
}

a
{
	text-decoration:none;
	color:#222222;
}

a:hover
{
	text-decoration:underline;
	color:#444444;
}

h2
{
	width:380px;
	margin-left:auto;
	margin-right:auto;	
	border-bottom:#222222 1px solid;
}

#header
{
	background-image:url("img/header.png");
	background-repeat:no-repeat;
	background-position:top center;	
	height:220px;
	margin-top:0;
	padding-top:0;
}

#content
{
	height:420px;
	padding-top:20px;
	padding-bottom:20px;
}

#content div
{
	width: 400px;
	float:left;
	text-align:center;
}


#footer
{
	border-top:1px solid #EEEEEE;
	text-align:center;
	font-size:8pt;
	color:#CCCCCC;
}
