/* CSS Document */
body{padding:0px; margin:20px; background: #3f3f3f; font:15px Tahoma, sans-serif; }
div, p, ul, h2, h3, h4{padding:2px; margin:0px;}
p a{font:12px Tahoma, sans-serif; color:#ff9494; text-decoration:underline;}
p a:hover{ color:#FFF; text-decoration:none;}

a  img {
	border:none;
	outline: 0;
	}
	
.clear {clear: both; margin: 0px; height:0}

#container{width:1000px; position:relative; margin:0 auto;}
/* HEADER */

#header{width:1000px; height:180px; position:relative;  0 0 no-repeat}

/* MENUBAR*/

#cssmenu ul {
list-style-type:none;
margin:0 20px 20px 0;
padding:0;
overflow:hidden;}



#cssmenu ul.menu{position:absolute; top:180px;  width:1000px}

#cssmenu li {
float:left;
}

#cssmenu a:link, a:visited
{
display:block;
width:131px;
font-weight:bold;
color:#FFFFFF;
background-color:#000000;
text-align:center;
padding:5px;
text-decoration:none;
text-transform:uppercase;
}

#cssmenu a:hover,a:active
{
background-color:#3f3f3f;
}


/* CONTENT */

#content{width:1000px; position:relative; clear:both; margin: 20px auto}

#leftPan{background-color:#000000;width:448px; float:left; margin:5px 20px 0 0px; padding:1px;display:inline;}
#rightPan{background-color:#777; width:510px; height:290px; float:left; margin:5px 0 0 0; padding:10px;}

#new{margin-bottom:10px}
#new h2{height:21px; position:relative; background:url(../images/h_new.gif) 0 0 no-repeat; margin-bottom:9px}
#new img{float:left; margin-right:10px; margin-left:3px; display:inline}
#new p#newText{float:left; width:200px; padding-top:2px}


#new .clear{height:13px}
#news{margin-top:10px}
/*#news h2{height:21px; position:relative; background:url(../images/h_news.gif) 0 0 no-repeat; margin-bottom:13px}*/
#news p{margin-bottom:10px; margin-left:3px}
#news h3 { color:#ff0303}

/* start here*/
#starter{width:1000px; height:54px; clear:both; background:#222222}
#starter p{padding: 14px 0 0 0; font:18px Tahoma, sans-serif; font-weight:normal; text-align:center; color:#41beff;}
#starter p a{font:18px Tahoma, sans-serif; font-weight:normal; color:#ff9c00; text-decoration:none; padding: 0 3px }
#starter p a:hover{text-decoration:underline; color:#ffcc7b}


/* FOOTER */

#footer{width:1000px; height:54px; clear:both; background:#000 }
#footer p{padding: 12px 0 0 0; font:10px/16px Tahoma, sans-serif; font-weight:normal; text-align:center; color:#969686;}
#footer p a{font:12px/16px Tahoma, sans-serif; font-weight:normal; color:#969686; text-decoration:none; padding: 0 3px }
#footer p a:hover{text-decoration:underline; color:#fff}


	