@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
  }
  
body {	background: #000000;}

#wrap {
	background-color:#000000;
	width:750px;
	height:850px;
	margin: auto;
	border-color: #333333;
	border-style:solid;
	border-width:thin;
	}
	
#header {
	background-image:url(../images/header.jpg);
	width:750px;
	height:361px;
	margin:auto;
	}

#hlink {
	width:150px;
	height:30px;
	float:right;
	margin-top:20px;
	}
	
#hlink a{
	text-align: left;
	font-family:Tahoma;
	font-size:12px;
	border-bottom-color:#8f7700;
	border-bottom-style:solid;
	border-bottom-width:medium;
	letter-spacing:1px;
	}

#hlink a:link{
	color: #CCCCCC;
	text-decoration:none;
	}
	
#hlink a:visited{
	color: #CCCCCC;
	text-decoration:none;}
		
#hlink a:hover{
	color: #b4a145;
	border-bottom-color:#b4a145;
	}	

#menu {
	width:580px;
	height:25px;
	float:left;
	margin-top:275px;
	margin-left:65px;
	}
	
#menu a{
	text-align: left;
	font-family:Tahoma;
	font-size:16px;
	letter-spacing:1px;
	margin-left:35px;
	border-top-style:solid;
	border-top-width:thick;
	border-top-color:#8f7700;
	text-align:center;
	}

#menu a:link{
	color: #CCCCCC;
	text-decoration:none;
	}
	
#menu a:visited{
	color: #CCCCCC;
	text-decoration:none;}
		
#menu a:hover{
	color: #b4a145;
	border-top-color:#b4a145;
	}	
	
#menu ol li{
	display:inline;
	}
	
#content {
	width:750px;
	height:auto;
	}
	
#news {
	background-image:url(../images/newbg.jpg);
	float:right;
	width:191px;
	height:383px;
	margin-top:10px;
	margin-right:5px;
	}
	
#newshead {
	width:auto;
	height:auto;
	font:Tahoma;
	color:#b4a145;
	font-size:13px;
	text-align: center;
	margin-top:15px;
	text-decoration:underline;
	}
	
#newsarea {
	width:150px;
	height:100px;;
	margin-left:22px;
	margin-top:10px;
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	}
	
#newsarea a{
	text-align:left;
	}
#newsarea a:link{
	color: #75651c;
	text-decoration:none;
	}
#newsarea a:visited{
	color: #75651c;
	text-decoration:none;
	}
#newsarea a:hover{
	color:#b4a145;
	}
	
#heading {
	width:350px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#b4a145;
	font-size:16px;
	float:left;
	margin-top:25px;
	margin-left:15px;
	font-weight:bold;
	font-variant:small-caps;
	}
#heading p:first-letter {
	color:#FFFFFF;
	font-size:24px;
	font-weight:600;
	}

#content1 {
	width:450px;
	height:auto;
	float:left;
	text-align:left;
	font-family:Tahoma;
	font-size:13px;
	color:#CCCCCC;
	margin-top:35px;
	margin-left:30px;
	letter-spacing:1px;
	word-spacing:1px;

	}
	
#content1pic {
	width:152px;
	height=122px;
	float:left;
	}

#contentpic {
	width:500px;
	height:150px;;
	margin-left:20px;
	margin-top:25px;
	float:left;
	}

#footer {
	background-color:#474344;
	background-position:center;
	width:750px;
	height:30px;;
	float: left;
	font-family:Tahoma;
	color:#999999;
	font-size:14px;
	margin-top:30px;
	text-align:center;
	padding-top:10px;
	
	}
	
#footer a{
	text-decoration:none;
	text-align:center;
	}
#footer a:link{
	color:#999999;
	text-decoration:none;
	}
#footer a:visited{	
	color:#999999;
	}
#footer a:hover{
	color:#b4a145;
	text-decoration:underline;
	}
	
img
{
opacity:0.4;
filter:alpha(opacity=40);
}
