body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#ababab;
	font-style: normal;
	background-color:#4b4b4b;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}

	h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#5d5d5d;
}
	h2 {font-weight: normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:16px; color:#525252;}
	h4 {font-weight: normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:14px; color:#525252;}

a:link { 
color:#CCC;
background-color: none;
text-decoration: underline;
font-weight:normal;

}
a:visited { 
color:#999;
background-color: none;
text-decoration: underline;
font-weight:normal;

}
a:hover {
color: #ffffff;
background-color:#none;
text-decoration: underline;
font-weight:normal;

} 

td {
	font-family: Helvetica, Verdana, sans-serif;
}

th {
	font-family: Helvetica, Verdana, sans-serif;
}

div#divContent	{
	width:800px;
	background-color:#232323;
}

div#divHeader	{
	font-family: Helvetica;
	background-color:#232323;
}

div#divWrap	{
	position:absolute;
	width:800px;
	top:25px;
	left:50%;
	margin-left:-400px;
	border: 4px solid #CCC;
}

div#divFooter{
	width:780px;
	height:70px;
	background-color:#000;
	padding:10px;
}

div#divMenu{
	width: 780px;
	background-color:#232323;
}

