A:link, A:visited, A:active, A:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
body{
	background: #473D3B url("../images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	color: #CCCCCC;
}
body, div, td{
	font-size: small;
	font-family: arial, verdana, sans-serif;
}
.footer{
	font-size: x-small;
	text-align: center;
	color: #999999;
	padding: 3px;
}
.footer A:link, .footer A:visited, .footer A:active, .footer A:hover{
	color: #999999;
	text-decoration: underline;
}
form, h1, h2{
	margin: 0px;
}
h1{
	font-size: large;
	padding: 0px 3px 0px 3px;
}
h2{
	padding: 3px;
	font-size: small;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	background: #454545 url("../images/section.jpg");
	background-repeat: repeat-x;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.main{
	position: absolute;
	top: 10px;
	left: 300px;
	width: 400px;
}
.mainsub{
	background: #666666;
	border: #000000 1px solid;
	padding: 5px;
}
.nav{
	position: fixed;
	width: 295px;
	padding-top: 10px;
	text-align: right;
}
.nav A:link, .nav A:visited, .nav A:active{
	display: block;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
.nav A:hover{
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
p{
	margin: 0px;
	padding: 3px;
}
.promo{
	position: absolute;
	width: 120px;
	left: 710px;
	top: 10px;
}