body {
	background-image:url(images/background.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	display:block;
	width:1000px;
	height:63px;
}

#menu {
	position:relative;
	list-style-type: none;
	top:-30px;
	left:150px;
}

#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 1px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #7eb319;
}
h1 {
	position:relative;
	float:left;
	top:-15px;
	left:20px;
}

#header1 {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:87px;
}
#time ul{
	position:relative;
	float:left;
	top:-3px;
	left:20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
	color: #000000;
}
h2 {
  position:relative;
	float:right;
	top:-28px;
	left:-20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
h3 {
  position:relative;
	float:left;
	left:48px;	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-transform: none;
	color: #6d9819;
}
h4 {
  position:relative;
	float:left;
	top:0px;
	left:48px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
}
h5 {
  position:relative;
	float:none;
	text-align:center;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
	text-decoration: none;
  background-color: #F0F8FF;
	color: #B22222;
}
h6 {
  position:relative;
	float:left;
	left:48px;	
}


/********************** Main ***************************/
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:1000px;
	height:auto;
}
#content {
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	width:1000px;
}
/********************** Left - Text ***************************/
#left {
	float:left;
	width:1000px;
	margin-left:48px;
}
#left p{
	padding: 5px 10px 10px 30px;
}
#left a:hover{color:#d8cd8d;}
/********************** Right-Series ***************************/
#right {
	float:right;
	width:1000px;
}
.series {
	display:inline;
	float:left;
	margin-left:48px;
	padding: 5px 0px 0px 0px;
}
.series a{
	font-size: 10px;
	font-weight: bold;
	color: #490000;
	text-decoration: none;
}
.series img{
	border: none 0px;
}
.series span{
	display:block;
	text-align:left;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;

}
.series span a{}
.series span a:hover{}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 0px 0px 10px;
	border-right: solid 1px #908a68;
}
#footer a:hover{
	color:#ffffff;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color: #000;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}

#link a{
  color: #eeefbc;
	text-decoration: none;
	}
#link ul{
	position:relative;
	list-style-type: none;
	top:-25px;
	left: -10px;
}
#link li{
	float:right;
	display:inline;
	padding: 0px 0px 0px 5px;
}

#link a:hover{
	color:#fff;
}
