body,td,th {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	font-family: Tahoma;
}
p {
	font-family: Tahoma;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	font-family: Tahoma;
}
a:link {
	font-weight: bold;
	color: #5c5c5c;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5c5c5c;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#container{
	position: relative;
	margin: auto;
	width: 760px;
	background-color: #000000;
}
#left{
	float:left;
	height: 443px;
	width: 346px;
	margin-top: 10px;
	background-color: #000000;
}
#header{
	background-color: #000000;
	position: relative;
	width: 760px;
}
#footer{
	background-color: #000000;
	position: relative;
	width: 760px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
#content{
	position: relative;
	width: 760px;
	height: 453px;
	background-color: #000000;
}
#content_text{
	float: left;
	width: 310px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	background-color: #000000;

