/* CSS Document */
body {
}

#wrapper {
	border: medium solid #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 798px;
	background-color: #CCCCCC;
}

#leftCol {
	background-image: url(images/leftcol.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 601px;
	float: left;
	width: 191px;
}
#menu {
	font:bold 13px Arial, Helvetica, sans-serif;
	height:249px;
	margin-top: 125px;
		/*background:url(images/bg-left-column.jpg) no-repeat;	*/			
		}
	#menu a {
	display: block;
	text-align:left;
	line-height:20px;
	vertical-align: 30%;
	height:25px;
	text-decoration:none;
	background: url(images/bg-menu-off.gif) no-repeat 0px 0px;
	color:#ffffff;
	padding-left: 35px;
		}
	#menu a:hover {
		background: url(images/bg-menu-on.gif) no-repeat 0px 0px;
		color:#cc9900; 
		}							
#rightCol {
	float: left;
	width: 607px;
	margin: 0px;
	padding: 0px;
}
#rightTop {
	background-image: url(images/righttop.jpg);
	width: 607px;
	background-repeat: no-repeat;
	height: 441px;
}
#content {
	float: left;
	padding-top: 0px;
	height: 130px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 550px;
	margin-left: 25px;
	left: 0px;
	top: 0px;
	color: #333333;
	line-height: 18px;
}
#content a {
}
#content a:hover {
}
#footer {
	height: 50px;
	background-color: #000000;
	width: 768px;
	padding-top: 20px;
	padding-left: 30px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#spacer {
	height: 50px;
	margin-top: 50px;
}
.floatright {
float:right;
}
