body {
background: #999 url(images/back.png) top center repeat-x fixed;
font: normal 8pt/13pt verdana, arial,sans-serif;
color: #FFFFFF;
margin: 5px;
padding: 5px;
}

.style1 {color: #FFFFFF}
.style2 {color: #CCCCCC}
.style3 {
	font-size: 14pt;
	font-weight: bold;
	color: #CCCCCC;
}

.a  {
	color : #FFFFFF;
	text-decoration : none;
	font : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.a:Visited  {
	color : #6633FF;
	text-decoration : none;
	font : bold;
}

.a:Active  {
	color : #66FFFF;
	text-decoration : none;
	font : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.a:Hover  {
	color : Red;
	text-decoration : underline;
	font : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper {
width: 632px;
margin: 0 auto;
text-align: left;
}

#top {
width: 632px;
height: 50px;
background: url(images/top.png) no-repeat;
}

#content {
background: #000 url(images/bg.png) top center repeat-y;
width: 630px;
height: 100%;
padding: 0px 1px 0px 1px;
text-align: left;
}

#header {
	width: 610px;
	height: 94px;
	background: url(images/header.png);
	font-weight: bold;
	font-size: 36pt;
	padding-top: 6px;
	padding-left: 20px;
	color: #FFFFFF;
}

/*                    Menu                   */
#menu {
width: 130px;
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
	height: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/off.png);
	padding: 8px 0 0 10px;
	height: 22px;
	text-align: left;
	font-weight: bolder;
}
	
#menu li a:hover {
	color: #09F;
	background:  url(images/on.png);
	padding: 8px 0 0 10px;
	height: 22px;
	text-align: left;
	font-weight: bolder;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
	background: #000;
	float: right;
	width: 475px;
	margin: 10px 10px 0 4px;
	padding: 0px 0px 10px 0px;
}

#bottom {
color: #ccc;
background: #F9F9F9;
clear: both;
width: 600px;
height: 35px;
padding-left: 30px;
padding-top: 15px;
background: url(images/bottom.png) no-repeat;
}


.plink  {
	color : #FFFFFF;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.plink:Visited  {
	color : #660033;
	text-decoration : underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.plink:Active  {
	color :#CC0000;
	text-decoration : underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.plink:Hover  {
	color : #FF0000;
	text-decoration : none;
	background-color:#FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
