HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

BODY {
	top: 0px;
	left: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/background.gif) repeat-x top left;
	font: normal 80% "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}

#logo {
	position: absolute;
	top: -17px;
	left: -22px;
}

#menu-area {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 200px;
}

#side-img {
	margin: 30px 0px 20px 20px;
}

#main-area {
	position: absolute;
	top: 20px;
	left: 210px;
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 1000px;
	border: 2px solid #AAAAAA;
	background-image: url(images/background-inner.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#main-area-pad {
	margin: 0px 0px 100px 0px;
	padding: 10px;
}

#main-area-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-size: 90%;
	color: #ffffff;
	width: 100%;
}

#main-area-footer a, #main-area-footer a:visited, #main-area-footer a:link, #main-area-footer a:active, #main-area-footer a:hover {
	color: #ffffff!important;
	text-decoration: none;
}

h1 {
	color: #ffffff;
	font-size: 150%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 25px 0px 60px 0px;
	font-weight: normal;
}

p.footer-text {
	font-size: 80%;
	color: #999999!important;
	text-align: center;
	display: block;
	margin: 15px auto 0px auto;
	position: absolute;
	bottom: -40px;
	width: 100%;
}

p.footer-text a, p.footer-text a:visited, p.footer-text a:link, p.footer-text a:active, p.footer-text a:hover {
	color: #999999!important;
	text-decoration: none;
}

#main-content a, #main-content a:visited, #main-content a:link, #main-content a:active {
	color: #000000;
} 

#main-content a:hover {
	color: #413FE0;
}

table.main-table {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 90%;
}

table.main-table tr, table.main-table td {
	border: 1px solid #000000;
}

tr.table-header {
	background-color: #769AD3;
	font-weight: bold;
}