#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: url("images/content_bkg.jpg") repeat;
}

#header {
	margin: 0 0 15px 0;
	background: #000000;
	color: #FFFFFF;
}

#side-a {
	float: left;
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#side-b {
	float: right;
	width: 190px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

#content {
	float: left;
	width: 370px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

#footer {
	clear: both;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 10px;
}body {
	background-color: #000000;
	background-image: url(images/body_bkg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #000033;
	text-decoration: none;
}


a.side-a-link:link {
	color: #ffffff;
	text-decoration: none;
}
a.side-a-link:visited {
	color: #ffffff;
	text-decoration: none;
}
a.side-a-link:hover {
	color: #999999;
	text-decoration: none;
}
a.side-a-link:active {
	color: #CCCCCC;
	text-decoration: none;
}h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.smallred {
	font-size: 10px;
	color: #9A0000;
}

