body
{
	font-family: verdana;
	font-size: 70%; color: #FFFFFF;
	background: #000000 url(1.jpg) top center no-repeat fixed;
	line-height: 200%;
	margin-top: 20px;
}

img
{
	border: 0px;
}

h1
{
	font-size: 160%; color: #ff9900;
	font-family: arial;
}

h2
{
	font-size: 125%; color: #009900;
	font-family: arial;
}

#container
{
	width: 760px;
	margin: 20px auto;
}

#menu
{
	width: 760px;
}

#header
{
	width: 760px;
	height: 125px;
	border:2px solid #009900;
	background-image:url('header.jpg');
}

#content
{
	width: 740px;
	margin-top: 10px;
	border:2px solid #009900; border-style: dashed;
	padding: 10px;
	background: #000000;
}
#leftpanel{float:left; width:274px;}
.graypanel{
	border:dotted 3px #666666; background: #333333 ; padding:10px; margin:10px;
}
.bodytext {
	font: 12px Verdana, sans-serif;
	color: #666666;
}
.smallorangetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ff9900;
}
.premiumtext {
	font: 0.7em Georgia, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#ff9900;
}
.titleh1
{
	width: 100%;
	border-bottom:2px groove #006633;
	color: #009900;
}

.subparagraph
{
	width: 100%;
	border-bottom:2px dashed #009900;
}

#footer
{
	width: 750px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: right;
	padding: 0px 10px;
	border:0px solid #000000;
}

a:active, a:visited, a:link
{
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}

a:hover
{
	color: #ff9900;
	background: #000000;
	text-decoration: none;
}