html
{
	width: 100%;
}

body 
{
	font-family: Verdana;
	font-size: 10px;
	background: #000 url(../img/spdist.jpg) no-repeat;
	color: #000;
	margin: 0px;
	background-position: 50% 1%;

}

p
{
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

a
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	margin: 0px;
}

a img
{
	border: 0px;
}

#menycontainer ul
{
	float: left;
	width: 100%; 
	background: #fff200; 
	margin-top: 100px;
	margin-left: 0px;
	padding-left: 0px;
}

#menycontainer li
{
	display: inline;
}

#menycontainer ul a
{
	float: left; 
	text-decoration: none; 
	padding: 0.3em 2em;
}

#menycontainer a:link
{
	color: #000;
}

#menycontainer a:hover
{
	background: #fff;
}

#menycontainer a#current
{
	background: #FFF; 
	color: #000000;
}


#container 
{
	top: 0px;
	background: #FFF200; 
	width: 600px; 
	margin-right: auto; 
	margin-left: auto; 
	position: relative; 
}

.roundtop 
{
	background: #000;
}
.roundbottom {background: #000;
}

.r1
{
margin: 0 5px; 
height: 1px; 
overflow: hidden; 
background: #FFF200;
}

.r2
{
margin: 0 3px; 
height: 1px; 
overflow: hidden; 
background: #FFF200;
}

.r3
{
margin: 0 2px; 
height: 1px; 
overflow: hidden; 
background: #FFF200;
}

.r4
{
margin: 0 1px; 
height: 2px; 
overflow: hidden; 
background: #FFF200;
}

.content 
{
padding: 10px; 
font-family: Verdana; 
font-size: 10px;
}

