* { margin: 0px; padding: 0px; }
.both { clear: both; }

body { background-color: #333; font: normal 11px Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #666; }

h1 { font-size: 12px; }
h1 img { float: left; margin-right: 5px; }
h2 { font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #666; }

#main { margin: 50px auto; width: 800px;
	clear: both; background: #fff url(images/mainbg.gif) top repeat-y; }

#top { background: #333 url(images/topbg.gif) top no-repeat;
	width: 800px; height: 16px; clear: both; }

#mainContent { padding: 0px 16px; clear: both; }

.imgLeft { float: left; }
.imgRight { float: right; text-align: right; padding: 15px 15px; }

#leftCol { float: left; width: 250px; padding: 10px; background: #46b0cb url(images/stars.jpg) left bottom no-repeat; height: 450px; }
#leftCol p {
	color: #fff;
	text-align: justify;
	line-height: 14px;
	width: auto;
	float: left;
	margin: 5px;
}
#leftCol a { color: #fc0; text-decoration: none; font-weight: bold; }
#leftCol a:hover { color: #fff; text-decoration: none; }

#rightCol { width: 485px; background: #fff; float: left;
	margin-left: 10px; padding-top: 12px; }
#rightCol a { color: #900; text-decoration: underline; }
#rightCol a:hover { color: #900; text-decoration: none; }
#rightCol p { margin: 10px 0px; line-height: 16px; }
#rightCol ol { list-style: none; }
#rightCol ol li { margin: 7px 0px; }

#menu { text-align: right; clear: both; width: 480px; }
#menu li { list-style: none; float: right; margin: 0px 0px 0px 40px; }
#menu li a { font: bold 16px Verdana, Arial, helvetica, sans-serif; color: #333; text-decoration: none; }
#menu li a:hover { color: #900; text-decoration: none; }

#footer { background: #333 url(images/footbg.gif) top no-repeat;
	width: 800px; height: 30px; clear: both; }
#footer p { padding: 15px; color: #fff; }
#footer a { color: #fc0; text-decoration: none;  }
#footer a:hover { color: #fff; text-decoration: none; }

