/* basic font */ 

body {
	background-color:  #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color:rgb(227,240,98);
	margin: 0 auto;
}

img{
	border:0px;
}

h1{
	font-size: 20px;
	font-weight: bold;
	color:rgb(227,240,98);
}

h2{
	font-size: 17px;
	font-weight: bold;
	color:rgb(227,240,98);
}

a{
	color:rgb(227,240,98);
}

a:link ,a:active, a:visited {
	color:rgb(227,240,98);
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
	
/* layout */

#top{
	margin:0px;
	padding:0px;
}

#top a:link ,a:active, a:visited, a:hover{
	font-size: 13px;
}

#menu{
	/*margin-left:100px; */
	padding-top:14px;
	float:left;
	width:280px;
	background-color:#000000;
	font-size:14px;
}

#menu a:link,#menu a:active,#menu a:visited,#menu a:hover{
	font-size:14px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	/*padding-bottom:6px;*/
}

#content{
	margin:0px;
	padding:0px;
	float:left;
	background-color:#000000;
	vertical-align:top;
	/*width:740px;*/
}

#content a:link,#content a:active,#content a:visited,#content a:hover{
	font-size:13px;
}

#footer{
	clear:both;
	margin:0px;
	padding:0px;
	background-color:#0ccf00;
}

.menu-0{
	padding-bottom:6px;
}
.menu-1 li{
	background-image:url(arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-top:3px;
	padding-bottom:-3px;
	padding-left:18px;
}
 


