html {
	background: #20313b;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}

body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}

					body {
	color:#656565;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}
					tbody {
	color:#656565;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}

p {
	letter-spacing: normal;
	line-height: 1.7em;
}

h1 {
	color:#1597A4;
	font-size:22px;
	margin:25px 0 10px 0;
	clear:both;
}

h2 {
	color:#1597A4;
	font-size:20px;
	margin:20px 0 10px 0;
	clear:both;
}

h3 {
	color:#1597A4;
	font-size:18px;
	margin:20px 0 5px 0;
	clear:both;
}

h4 {
	color:#1597A4;
	font-size:14px;
	margin:20px 0 5px 0;
	clear:both;
}

h5 {
	color:rgb(255,0,51);
	font-size:14px;
	margin:20px 0 5px 0;
	clear:both;
}


a:link, a:visited {
	color:#1597A4;
	text-decoration:none;
}


a:hover {
	color:#ffa500;
	text-decoration:underline;
}
	
					
#wrapper {
	background: transparent url( images/css/page-vbg.jpg ) repeat-y scroll 50% 0px;
	margin:0 auto ;
	width:100%;
}

					body {
	background-color:#20313b;
	background-image:url( images/css/body-bg.jpg );
	background-position:center top ;
	background-repeat:repeat-x;
}

#bg {
	margin:0 auto;
	padding:0;
	background:transparent ;
	background-image:url(images/css/hat.jpg);
 	background-repeat:no-repeat;	
	background-position: center top ;
}

					#header {
	margin: 0 auto;
	min-height:20px;
	height: 20px;
	width: 930px;
}
	

#page {
	background: transparent url( images/css/page-bg.jpg ) no-repeat center top;
}


#container {
	margin:0 auto;
	width:930px;
}


#banner {
	margin: 0 auto;
	height:230px;
	width:100%;
}

/* 	------------- nav1 beginns (.menu)	-------------  */			

#nav1 {
	height:40px;
	margin:0 auto ;
	text-align:center;
}

#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	height:40px;
	position:relative;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial,sans-serif;
}

#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url('images/css/hmenu.jpg') repeat-x top left;

}

#nav1 ul li a {
	display:block;
	float:left;
	color:#707070;
	text-decoration:none;
	padding:0px 50px ;
	line-height:40px;
	font-weight:bold;
}

#nav1 ul li a:hover, #nav1 li#current a {
	color:#000000;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
}
/* 	------------- nav1 endet (.menu)	-------------  */			

#content {
	width:918px;
	margin:0 auto ;
	text-align:left;
	min-height:800px;
}

#content p {
	text-align:justify;
}
#content tr:hover {
	background-color:#CCCCFF;
}

#footerWrapper {
	margin:0 auto;
	height:130px;
	padding:0;
	background:transparent url( images/css/footerWrapper-bg.jpg ) no-repeat scroll center top;
}

#footer {
	margin:0 auto;
	padding:0;
	width:930px;
	height:90px;
}


					#footer {
	color:#FFFFFF;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}


#footer a:hover{
	color:#ffb500;
	text-decoration:none;
}

					
#right {

	width:0px;
	padding:10px 20px 20px 20px;
	float:left;
}

#content_container {
	width:880px;
	padding:10px 20px 20px 20px;
	float:left;
  background-color: #e0e0e0;
}

#voting {
	width:538px;
	padding:10px 20px 20px 20px;
	float:left;
  background-color: #e0e0e0;
}

#online {
	width:0px;
	height:320px;
  padding:5px 5px 5px 5px;
	float:left;
  background-color: #e0e0e0;
}
 
#content p {
	margin-top:10px;
	text-align:justify;
}
										
#sidebar ul.vmenu {
	list-style: none;
	text-align: left;
	margin: 7px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #d8d8f0;
}


#sidebar ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #d8d8f0;
}



#sidebar ul.vmenu li a {
	text-decoration: none;
	color:#1860a8;
}


#sidebar ul.vmenu li a:hover {
	color:#ffa500;
}


#sidebar ul.vmenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.vmenu ul li { border: none; }


#counter
{
   font-size:12px;
   font-family:'Trebuchet MS', sans-serif;
   padding: 10px 5px 5px 5px;
   color:#FFFFFF;
   width:290px;
   height:70px;
   background-color:#20313b;
   border-style:solid;
   border-color:#ffffff;
   border-width:3px;
}


a img {
	border:none;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
   