/* @override http://mk583.com/wlaa/css/style.css */

*
{
	margin: 0;
	padding: 0;
}

.bottom
{
	clear: both;
}

body
{
	margin: 0;
	padding: 0;
	background: #CCC;
	color: #000;
	font-size: 80%;
	font-family: "arial";
}

img
{
	border: 0;
}

#centrecontainer
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
}

/* Optional Top-Menu uses divs of  "top" , then topleft and topright  */


#topCont
{
	width: 100%;
	height: 200px;
	color: #CCC;
}

#top
{
	margin: 0 auto;
	width: 900px;
	height: 15px;
	background: #FFF;
	border-bottom-color: 1px solid #CCC;	font-weight: bold;
}

#topleft
{
	float: left;
	width: 225px;
	height: 15px;
	font-size: 85%;
	color: #666;
}

#topleft a
{
	color: #990000;
	text-decoration: none;
}

#topleft a:hover
{
	color: #FFF;
	text-decoration: none;
}

#topright
{
	float: left;
	width: 625px;
	height: 15px;
	text-align: right;
	font-size: 120%;
	color: #999;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 200px;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 200px;
	background: #333;
}

#headerright
{
	float: left;
	width: 900px;
	height: 200px;
	background: url(../images/home-wlaa.jpg) no-repeat;
}

#headerright h1
{
	margin: 0;
	padding: 65px 30px 0 0;
	font-weight: normal;
	font-size: 300%;
	letter-spacing: -2px;
	color: #FFF;
	text-align: right;
}

#headerright h2
{
	margin: -10px 0 0 0;
	padding: 0 30px 0 0;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
	color: #990000;
	text-align: right;
}

#mainCont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 900px;
	background: #FFF url('../images/background-main.png') repeat-y;
	
}

#mainmenu
{
	float: left;
	width: 299px;
	padding: 15px 0 0 0;
	font-size: 85%;
	font-weight: bold;
	background: #F1F1F1;
}

#mainmenu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}

#mainmenu a
{
	display: block;
	padding: 7px 0 7px 20px;
	width: 279px;
	text-decoration: none;
	color: #333;
}

#mainmenu a.active
{
	background: #CCC;
	color: #333;
}

#mainmenu a:hover
{
	background: #990000;
	color: #FFF;
}

#mainmenu p
{
	margin: 0 20px 15px 20px;
	color: #555;
	line-height: 160%;
	font-size: 110%;
}

#mainmenu p span
{
	color: #222;
	font-size: 125%;
}

#maincontent
{
	float: left;
	width: 550px;
	padding: 15px 25px 0 25px;
	line-height: 160%;
}

#maincontent a
{		
	color: #000;
	text-decoration: none;
}

#maincontent a:hover
{
	color: #990000;
}
#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent em
{
	font-style: italic; 	
	background: #ffc;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 170%;
	color: #666;
}

#maincontent img
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 0;
}

#maincontent ul
{
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #990000;
}

#maincontent blockquote
{
	font-style: normal;
	padding: 0 20px 0 30px;
	color: #000;
	background: url(../images/quote.png) no-repeat .5em top;
}

#maincontent ul li span
{
	color: #000;
}

#maincontent-register
{		
	background: #F1F1F1;
	color: #000;
	text-decoration: none;
	margin: 50px;
}

#maincontent-register a
{		
	background: #F1F1F1;
	color: #000;
	text-decoration: none;
}

#maincontent-register img
{		
		border: 0;
	text-align: center;
	float: none;
}

#footerCont
{
	width: 100%;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	color: #999;
	font-size: 70%;
	background: #FFF;
	border-top: 1px solid #CCC;
	text-align: left;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #990000;
}

#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}

#footerright
{
	float: left;
	width: 425px;
	text-align: right;
	padding: 15px 25px 15px 0;
}
