a:link{
	color: #000;
	text-decoration: none;
	}
a:active{
	color: #06F;
	text-decoration: none;
	}
a:visited{
	color: #333;
	text-decoration: none;
	}
a:hover{
	color: #C30;
	text-decoration: underline;
	}

body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#holder {
	position: relative;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
#header {
	width: 800px;
	position: absolute;
	z-index: 1;
}
#menu {
	position:absolute;
	top:223px;
	width:157px;
	height:190px;
	z-index:3;
	left: 9px;
	background-image: url(images/bgmenu.png);
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin: 5px;

}
.menu a{
	color: #FFF;
	text-decoration:none;
}

.menu a:hover{
	color: #CC0;
	text-decoration:none;
	background:#333;
	padding: 2px;	
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #363636;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: underline;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #363636;
}

