
/*************************************** Reset All Elements */
*
{
	margin: 0;
	padding: 0;
	text-align: left;
}


body
{
	background: #005ac1 url( ../_graphics/body-background.png ) top repeat-x;
	font: normal 62.5% "Trebuchet MS", Geneva, Arial, sans-serif;
	color: #666666;
	text-align: center;
}


#main
{
	width: 800px;
	margin: 0 auto;
	background: url( ../_graphics/main-background.png );
}


#main #header
{
	height: 341px;
	background: url( ../_graphics/main-header.jpg ) no-repeat;
}

#main ul#menu
{
	height: 51px;
	background: url( ../_graphics/main-menu.png ) no-repeat;
}


#main #content
{
	width: 742px;
	margin-left: 29px;
}


#main #footer
{
	clear: both;
	height: 21px;
	background: url( ../_graphics/main-footer.png ) no-repeat;
}