@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
}


#container{
	position: relative;
	width: 855px;
	z-index: 1;
	}
	
#back{
	position: relative;
	z-index: 2;
	}
	
#menu{
	position: absolute;
	top: 120px;
	left: 222px;
	z-index:3;
	}	
	
#content{
	position: absolute;
	top: 334px;
	left: 138px;
	width: 595px;
	z-index: 4;
	text-align: left;
	}
	
#title{
	position: relative;
	text-align: right;
	}		
	
#footer{
	position: relative;
	top: 35px;
	left: -35px;
	}	
	
/*////////////////// TEXT STYLES ///////////*/
h1{
	font-size: 32px;
	color: #cfcfcf;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
	font-style:italic;
	}	
	
h2{
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
	}
	
h3{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #660000;
	text-transform:uppercase;
	}	
	
h4{
	font-size: 24px;
	color: #cfcfcf;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
	font-style:italic;
	}					
	
p{ 	
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	}
	
/*////////////////// LINKS ///////////*/	

a:link{
	color: #660000;
	text-decoration:underline;
	}
	
a:visited{
	color: #660000;
	text-decoration:underline;
	}
	
a:active{
	color: #660000;
	text-decoration:underline;
	}	
	
a:hover{
	color: #666666;
	text-decoration:none;
	}	
	
/*//////////////////  FOOT LINKS ///////////*/	

a:link.foot{
	color: #000000;
	text-decoration:none;
	}
	
a:visited.foot{
	color: #000000;
	text-decoration:none;
	}
	
a:active.foot{
	color: #000000;
	text-decoration:none;
	}	
	
a:hover.foot{
	color: #660000;
	text-decoration: underline;
	}		