body {
	background-color:#000000;
	background-image:url(files/background.jpg);
	color:#ffff99;
	text-align:center;
}
a:link{
	color:#ff9900;
}
a:hover,a:active,a:visited{
	color:#ffcc00;
}
h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#00ff00;
}
h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffff00;
}
p,div,span,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffff99;
}
/*Header styles*/
.header_table{
	background-color:#493830;
	width:90%;
	text-align:left;
	border:0;
}
.header_td_l{
	width:50%; 
	vertical-align:top;
	text-align: center;
}
.header_td_m{
	width: 285px;
	vertical-align:top;
	text-align:center;
}
.header_td_r{
	width:50%;
	vertical-align:top;
	text-align: center;
}
/*The bar under the header but over the content*/
.top_bar{
	vertical-align:top;
	width:200px;
}
top_align{
	vertical-align:top;
}
/*main body styles*/
.body{
	background-color:#493830;
	width:90%;
	text-align:left;
	border:1px;
}
/*Left collom*/
.tdl{
	width:217px;
	vertical-align:top;
	background-image:url(files/leftback.gif)
}
/*Right Collom*/
.tdr{
	vertical-align:top;
	text-align:center;
}
