﻿html, body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #ccc;
	background: #000000 url(images/bg.jpg) top center no-repeat;
	height: 100% !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*
a { background: url(dotlink.gif) repeat-x scroll left bottom; }
a:link, a:visited { color: #5785a4; }
a:hover { color: #1d8fdb; }
*/

#container { position: absolute;  width: 100% !important; height: 100% !important; margin: 0px; padding: 0px; top: 0px; }
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 190px;
	width: 850px;
	background-color: #000000;
	border: 1px solid #2C2C2C;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 850px;
	background-color: #000000;
	border: 1px solid #2C2C2C;
}
#contents { float: right; padding-left: 5px; width: 600px; padding: 20px; height: 100%; background-color: #2C2C2C; color: #fff;}
#intro { position: absolute; padding: 2px 10px 2px 10px; }

#sidebar { float:left; width: 199px; background-color: #000; height: 100% auto;  z-index: 1;}
#sidebar .title { height: 21px; margin: 0; text-indent: -9999px; }
#sidebar ul { list-style: none none outside; margin: 10px 0 0 0; padding: 0; }
#sidebar ul li { display: block; margin: 2px 0; }
#sidebar ul li:hover { display: block; margin: 2px 0; background-color: #EE0000;  } /* #001D29 */
#sidebar ul li a { background: none 0 50%; color: #ccc; display: block; font: bold 12px Verdana, Helvetica, sans-serif; padding: 5px 0 5px 13px; text-decoration: none; }
#sidebar ul li a:hover { background: none 0 50%;  color: #FFF; }

#footer { clear: both; width: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px; color: #ccc;}
#footer p { margin: 0; padding-top: 10px; font: 11px Tahoma, Arial, sans-serif; }
#footer p a { color: #6495ed; }
#footer p a:hover { color: #FFF; }

#edit-contents { background-color: #ff9; height: 100%; }

#MSTWHeaderText
{
	color: #666666 !important;
}
