.topbar {
	background-color: #FFCCCC;
	height: 100px;
	text-align: center;
	vertical-align: top;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
}
h3 {
	color: #660000;
}

.content {
	background-color: #FFCCCC;
	vertical-align: top;
	padding: 25px;
	background-image: url(shadow.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	text-align: justify;
}
#main {
	}
#main #downloads {
	float:right;
	width:33%;
	background-image: url(outerBG.jpg);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #000000;
	background-position: -200px;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #F2F7FD;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	color: #990000;
}
a:hover {
	color: #ffffff;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a7aab0;
	background-image: url(outerBG.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#mainbody {
	margin: 0px;
	padding: 5px;
	height: 100%;
	width: 75%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #660000;
}

