body {
	background-color: #000;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
}
a:link, a:visited, a:active {
	color: #45ACF6; 
	text-decoration: none; 
}
a:hover	{
	color: #20D9F3; 
}
#page {
	width: 780px;
	min-height: 1100px;
	margin:0 auto 0;
	background-image: url('images/scs_cbg.jpg');
	background-repeat: repeat-y;
}
#header {
	width: 100%;
}
#leftmenu {
	float:left;
	width: 210px; /* IE Workaround - Overlarge Menu */
	color: #9CBFDB;
	padding-top: 13px;
	height: 100%;
}
.leftmenuitems {
	padding-left: 8px;
	display: block;
	line-height: 1.8em; 
	margin-bottom: 15px;
}
#rightmenu {
	float:right;
	color: #9CBFDB;
	width: 140px;
	padding-top: 10px;
}
.rightmenuitems {
	margin-bottom: 15px;
}
#rightmenu h1 {
	text-align: center;
	font-size: 12px;
}
#content {
	float:left;
	margin-left: -20px;
	width: 425px;
	padding-top: 13px;
	color: #9CBFDB;
}
#content h1 {
	font-size: 24px;
	color: #45ACF6;
	margin-bottom: 5px;
}
#footer {
	width: 100%;
	clear: both;
}
