

body {
	margin: 0;
	padding: 0;
	background: url(images/img01.jpg) repeat-x;
	background: #000000 url(images/img00.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input, textarea {
	background: #999999;
	border: 1px solid #FFCC62;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFCC62;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 160px;
	background: #000000 no-repeat center top;
}

#logo {
	float: inherit;
	padding: 15px 0 0 0;
}

#menu {
	float: none;
	margin-top: 15px;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 57px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: url(images/img03.jpg) no-repeat;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFCC62;
}

#menu a:hover { color: #FFDC93;}

#menu a:hover, #menu .current_page_item a {
	background: url(images/img04.jpg) no-repeat;
}

/* Page */

#page {
	width: 1200px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 20px 0 0 25px;
}

.post {
	margin-bottom: 0px;
	display: block;
	background: url(images/post_fix.jpg) no-repeat;
	color: #CCCCCC;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #FF6600;
}

.post h2 {
	color: #CF8C00;
	font-size: 2.0em;
	text-transform: none;
}

.post h1 {
	font-size: 2.4em;
	color: #FF6600;
	text-align: center;
	font-family: Trebuchet MS;
	text-transform: none;
	padding: 5px;
}

.post p {
	color: #FFCC62;
	font-size: 1.1em;
	text-align: justify;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 115px 0 20px 0;
	text-align: center;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	color: #CF8C00;
	text-align: center;
}

.post .links a:hover {
	color: #FFCC62;
}

div.scroll {
	position: absolute
	width:600px;
	height:140px;
	background: #2C2C2C; 
	overflow: hidden-y;
	overflow: auto;
	border: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	padding: 0px 2px 5px 2px;
}

div.scroll a{color: #CF8C00; text-decoration: none;}
div.scroll a:hover{ color: #FFCC62;}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}

.sidebar1 {
	float: left;
	width: 328px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	color: #CF8C00;
}

.sidebar1 li {
	color: #CF8C00;
}

.sidebar li ul {
}

.sidebar1 li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #FFD782;
}

.sidebar1 li li {
	padding: 6px 0 6px 10px;
	
}

.sidebar li li a {
	text-decoration: none;
	color: #CF8C00;
}

.sidebar1 li li a {
	text-decoration: none;
	color: #CF8C00;
}

.sidebar li li a:hover {
	color: #FFCC62;
}

.sidebar1 li li a:hover {
	color: #FFCC62;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #FF6600;
}

.sidebar h2 {
	padding-top: 20px;
	color: #FF6600;
}

.sidebar1 li h2 {
	padding-top: 45px;
	background: url(images/micro.gif) no-repeat 12px 17px;
	text-align: center;
	color: #FF6600;
}

.sidebar1  span {
	color: #FFCC62;
}

.sidebar a { color: #CF8C00; text-decoration: none;}
.sidebar a:hover{ color: #FFCC62;}

.sidebar1 a { color: #CF8C00; text-decoration: none;}
.sidebar1 a:hover { color: #FFCC62;}

.cal {
	font-weight: bold;
	font-size: 13px;
}

.cal a { color: #CF8C00;}
.cal a:hover { color: #FFE09F; text-decoration: underline;}

/* player */

#player { text-align: center;}

/* player2 */

#player2 { text-align: center;}

/* totplay */

#totplay {
	background: url(images/totplay.jpg) no-repeat;
	padding: 2px 2px 2px 4px;
} 

/*
#totplay li {	color: #FFCC62; text-decoration: none;}
#totplay li span { color: #FFCC62; text-decoration: none;}
*/

/* aspint */

#aspint {
	background: url(images/aspint.jpg) no-repeat;
	padding: 15px 1px 15px 3px;
}

#aspint li img { color: #000000; text-decoration: none;}
#aspint li img:src { color: #FFCC62; text-decoration: none}
	
/* regiweb */

#regiweb {
	background: url(images/regiweb.jpg) no-repeat;
	padding: 15px 1px 30px 3px;
}

#regiweb li img { color: #CF8C00; background-color:#000000;}


/* feholwr */

#feholwr {
	background: url(images/feholwr.jpg) no-repeat;
	padding: 15px 4px 30px 3px;
}

#publi_1 {
	background: #000000;
	width: 328px;
	height: 200;
}

/* Left Sidebar */

#leftbar1 {
	padding: 0 22px 0 0;
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: center;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* rlc */

#rlc a {
	width: 628px;
	height: 130px;
	border: 0;
}

/* Footer */

#footer-wrap {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: url(images/footer01.jpg) no-repeat top;
}

#footer {
	margin: 0 auto;
	margin: 25px 0 25px 0;
	padding: 0;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

#legal {
	clear: both;
	font-size: x-small;
	padding-top: 24px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {	color: #CF8C00; text-decoration: none;}
#footer a:hover{ color: #FFCC62;}
