/* CSS Document */
html, body {
	background: #191919;
	background-image: url(images/background_wood2.jpg);
	margin:0px;
	padding:0px;
	font-family:Arial;
	color:#000000;
	background-attachment: fixed;
    background-repeat:repeat-xy; 
}

#container {
	width:780px;
	margin:0px auto 0px auto;
	padding:0px;
}

#header {
	float:right;
	padding:0px;
	text-align:center;
	width:100%;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
}

#menu {
	float:right;
	padding:0px;
	text-align:left;
	height:30px;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
	overflow:hidden;
}

#content {
	margin:0px auto 0px 0px;
	float:left;
	padding:0px;
	width:625px;
	background-color: transparent;
}

#featured {
	margin:0px auto 0px 0px;
	float:right;
	padding:0px;
	text-align:right;
	width:150px;
	background-color: transparent;
}
/*
#sponsor {
	margin:8px auto 0px 0px;
	float:right;
	padding:0px;
	text-align:center;
	color: white;
	width:100%;
	background-color: transparent;
} */

#footer {
	margin:8px auto 0px 0px;
	float:left;
	padding:0px;
	text-align:right;
	color: white;
	width:600px;
	background-color: transparent;
}

#menu .list1 {background-color:transparent; background-image: url(images/menu.png); background-position: 0 0; background-repeat: no-repeat;}
#menu .list6 {background-color:transparent; background-image: url(images/menu.png); background-position: -88px 0; background-repeat: no-repeat;}
#menu .list2 {background-color:transparent; background-image: url(images/menu.png); background-position: -167px 0; background-repeat: no-repeat;}
#menu .list3 {background-color:transparent; background-image: url(images/menu.png); background-position: -285px 0; background-repeat: no-repeat;}
#menu .list7 {background-color:transparent; background-image: url(images/menu.png); background-position: -372px 0; background-repeat: no-repeat;}
#menu .list4 {background-color:transparent; background-image: url(images/menu.png); background-position: -471px 0; background-repeat: no-repeat;}
#menu .list8 {background-color:transparent; background-image: url(images/menu.png); background-position: -531px 0; background-repeat: no-repeat;} 
#menu .list5 {background-color:transparent; background-image: url(images/menu.png); background-position: -629px 0; background-repeat: no-repeat;} 
#menu .list0 {background-color:transparent; background-image: url(images/menu.png); background-position: -745px 0; background-repeat: no-repeat;}

#menu a {display:block; height:30px; padding-top:30px; overflow:hidden;}

#menu a#item1 {background:transparent; background-image: url(images/menu.png); background-position: 0 0; background-repeat: no-repeat; z-index:30;}
#menu a#item6 {background:transparent; background-image: url(images/menu.png); background-position: -88px 0; background-repeat: no-repeat; z-index:30;}
#menu a#item2 {background:transparent; background-image: url(images/menu.png); background-position: -167px 0; background-repeat: no-repeat; z-index:30;}
#menu a#item3 {background:transparent; background-image: url(images/menu.png); background-position: -285px 0; background-repeat: no-repeat; z-index:30;}
#menu a#item7 {background:transparent; background-image: url(images/menu.png); background-position: -372px 0; background-repeat: no-repeat; z-index:30;}
#menu a#item4 {background:transparent; background-image: url(images/menu.png); background-position: -471px 0; background-repeat: no-repeat; z-index:30;}
#menu a#item8 {background:transparent; background-image: url(images/menu.png); background-position: -531px 0; background-repeat: no-repeat; z-index:30;} 
#menu a#item5 {background:transparent; background-image: url(images/menu.png); background-position: -629px 0; background-repeat: no-repeat; z-index:30;} 

#menu a#item1:hover {background:transparent; background-image: url(images/menu.png); background-position: 0 -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item6:hover {background:transparent; background-image: url(images/menu.png); background-position: -88px -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item2:hover {background:transparent; background-image: url(images/menu.png); background-position: -167px -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item3:hover {background:transparent; background-image: url(images/menu.png); background-position: -285px -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item7:hover {background:transparent; background-image: url(images/menu.png); background-position: -372px -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item4:hover {background:transparent; background-image: url(images/menu.png); background-position: -471px -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item8:hover {background:transparent; background-image: url(images/menu.png); background-position: -531px -30px; background-repeat: no-repeat; z-index:30;}
#menu a#item5:hover {background:transparent; background-image: url(images/menu.png); background-position: -629px -30px; background-repeat: no-repeat; z-index:30;}

a.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a.textlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
p.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a.fader {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a.fader:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
a.featlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.featlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

p, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

ul, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.image_block {
	float:left;
	text-align:left;
	margin:0 10px 10px 0px;
}