body
{
	background: #5991EE url('../img/template/bg.jpg') repeat-x;
	color: #FFFFFF;
	font-family: arial;
	margin-top: 30px;
}

#headertext
{
	font-size: 70%;
	text-align: center;
	color: #D7C98D;
}

#header
{
	width: 780px;
	height: 50px;
	background-image: url('../img/template/container-top.jpg');
	background-repeat: no-repeat;
	margin: auto auto;
}

#headertitle
{
	float: left;
	width: 10px;
	height: 50px;
}

#header h1
{
	margin: 10;
	padding: 11px 0 0 10px;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	width: 250px;
}

#headermenu
{
	float: right;
	width: 500px;
	height: 50px;
	font-size: 140%;
}

#headermenu ul
{
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 70%;
	font-weight: bold;
}

#headermenu li
{
	display: inline;
	margin-left: 5px;
}

#headermenu li a
{
        text-decoration: none;
	color: #FFFFFF;
}

#headermenu li a:hover
{
	text-decoration: none;
	color: #125198;
}

#banner
{
	border: 10px solid #FFFFFF;
	width: 760px;
	height: 193px;
	background: #2E2E2E url('../img/template/banner.jpg');
	margin: auto auto;
}

#container    
{
	border: 10px solid #FFFFFF;
	width: 760px;
	height: 365px;
	background: #2E2E2E url('../img/template/container-bg.jpg');
	margin: auto auto;
}

#container_link   
{
	width: 90px;
	height: 365px;
	background: #FFFFFF;
	float: right;
	margin-left: 30;
	cell-spacing: 30px;
}

#container_table td
{
	border: thin dotted #000000;
}

#container_table th
{
	border: thin dotted #000000;
}


#containertext
{
	overflow: auto;
	margin-left: 10px;
	margin-top: 0px;
	width: 660px;
	height: 365px;
	line-height: 120%;
	text-align: justify;
	float: left;
	color: #000000;
}

#containertext a
{
	color: #000000;
}

#containertext p
{
	margin: 5px 10px 10px 0;
	padding: 0;
	color: #000000;
}

#containertext h1, #containertext h2, #containertext h3
{
	margin: 10px 0;
	padding: 0px;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
}

#footer
{
	width: 780px;
	height: 50px;
	background: #2E2E2E url('../img/template/container-down.jpg');
	margin: auto auto;
}


#footer a
{
	color: #000000;
}

#footer p
{
	margin: 0;
	padding: 10px 7px 0 0;
	text-align: right;
	color: #333;
	font-size: 100%;
}

#footer_sponsor
{
	text-align: center;
        letter-spacing: 50px;
}

#update
{
	font-size: 70%;
	text-align: center;
	color: #D7C98D;
}