@charset "utf-8";
/* CSS Document */

html {
	font-size:12px;
}


body{
	background-color:#000;
	color:#EFEFEF;
	font-family:Verdana, Geneva, sans-serif;

}


.container {
	margin:auto;
	width:800px;
}

/*Header*/



.header {
	width:781px;
	height:39px;
	background-image:url(images/topnavi.gif);
}

.logo  h1 {
	color:#FC0;
	font-size:26px;
	margin:0px;
	padding:0px;
}

.logo {
	font-weight:bold;
}

.logo a{
	color:#FC0;
	text-decoration: none;
}

.logo a:hover {
	color:#F60;
}


.headermenu {
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

.headermenu a{
	background-image:url(images/separator.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right: 15px;
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
}

.headermenu a:hover {
	text-decoration:underline;
}




.headerads {
	border:1px dashed #FC0;
	padding: 9px;
}

/*sidebar*/
.sidebar {
	width:203px;
}

.sidebartop {
	width:203px;
	height:39px;
	background-image:url(images/sidebartop.gif);
	background-repeat: no-repeat;
}

.sidebartoptext {
	font-weight: bold;
	color: #FC0;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}


.sidebar a{
	text-decoration:none;
	color: #FFF;
}
.sidebarbg {
	background-image:url(images/sidebarbg.gif);
	background-repeat:repeat-y;
	padding:15px;
}

.sidebarbot {
	width:203px;
	height:12px;
	background-image:url(images/sidebarbot.gif);
}

.sidebarbg li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*content*/

.contentbg {
	width:557px;
	background-image:url(images/contentbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size: 12px;
}

.content {
	padding:13px;
}

.content a:hover{
	text-decoration:underline;
	color: #FFF;
}

.content a{
	text-decoration:none;
	color: #FFF;
}

.title {
	font-size:16px;
	font-weight:bold;
}


.related {
	padding:9px;
	border: 1px solid #999;
}

/*Search*/
.search {
	width:209px;
	height:22px;
	border:none;
	background: url(images/search.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.search2 {
	color:#FFF;
	border: 1px solid #666;
	margin: 0px;
	background-color: #333;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}


/*Footer */

.footerads {
	border:1px dashed #FC0;
	padding: 9px;
}



.footer {
	font-size:12px;
}
