body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
.imageleft {
	float: left;
	margin-right: 15px;
	border: 1pt solid #555555;
}
.imageright {
	float: right;
	margin-left: 15px;
	border: 1pt solid #555555;
}
.imageborder {
	border: 1pt solid #555555;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 101px;
	width: 800px;
}
#leftcontent {
	background-color: #000000;
	width: 59px;
	float: left;
}
#rightcontent {
	background-color: #000000;
	float: left;
	width: 59px;
}
#footer {
	height: 5px;
	width: 760px;
	float: left;
	padding: 20px;
	text-align: center;
}

#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 602px;
	padding: 40px;
	background-color: #292929;
}
