body {
	background-image: url(../images/background.jpg);
	background-color: #000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
div#wrapper {
/*background-image: url(../images/background.jpg);*/
width: 800px;
background-color:#000000;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-repeat: inherit;
/*border: thin solid #000000;*/
}
div#header {
margin-left: 20px;
width:760px;
height:167px;
background-image: url(../images/header.gif);
text-align: center;
}
#header a{
	float:right;
	width:85px;
	height:20px;
	margin-top: 130px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top:0px;
	font-size: 12px;
	font-weight: bolder;
	color: #fdf14b;
}
div#nav {
width: 95px;
padding: 10px;
margin-top: 1px;
float: left;
}
div#main {
margin-left: 20px;
margin-top: 1px;
/*padding: 10px;*/
color:#FFFFFF;
}
div#footer {
padding: 15px;
margin: 0px;
/*border-top: thin solid #000000;*/
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}
div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}
.style1 {color: #FFFFFF}
