/********************************
CSS by Hadean Press
No flashy whatever here. 
Disallow all Agents!
Last edit: 5 January, 2009
********************************/


/********************************
misc
********************************/

* {
	margin: 50;
	padding: 0;
}

html {
	height: 100%;
}	
	
	
/********************************
body
********************************/	
	
	
body {
	height: 100%;
	padding-top: 5%;
	padding-left: 2%;
	background: url('img/bg3.jpg') no-repeat;
	background-color: #000000;
	font-size: 93%;
	font-family: Garamond, Book Antiqua, Georgia, serif;
	font-style: none;
}

img.x {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:-1
}

h1 {
	font-size: 95%;
	font-family: Garamond, Book Antiqua, Georgia, serif;
	font-style: bold;	
	letter-spacing: 3px;
}	

a {
	color: #700808;
	text-decoration: none;
}

a:link {
	color: #700808;
	text-decoration: none;
}

a:hover {
	color: #540404;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #660204;
	text-decoration: none;	
}


/********************************
header
********************************/	


#header {
	height: 600px;
	align: top;
	background-image: url('img/header1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top; 
}



/********************************
content
********************************/


#wrapper {
	text-align: justify;
	border: 0px;
	width: 800px;
}


/********************************
content
********************************/


#content {
	width: 500px;
	background-color: #fef9ef;
	float: left;
	border-style: solid;
	border-bottom-style: none;
	border-color: #a72107;
	border-width: 3px;
	padding: 3% 5% 0% 5%;
	
}

/********************************
left side 
********************************/

#left {
	width: 150px;
	margin-right: 20px;
	float: left;
   	font-size: 75%;
	font-family: Arial, san-serif;
	font-style: none;
	text-align: left;
}


img.left {
	position: center;
} 


/********************************
menu
********************************/


#menu	{
	position: fixed;
	top: 100px; 
	left: 760px; 
	padding: 20px 15px 20px 15px;
	background-image: url('img/menubg.jpg');
	border: #000000 2px solid; 
	width: 120px;	
	}
	

#menu ul {
	list-style: none;
	margin: 0 auto;
	}
	

#menu li {
	display: block;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #a72107;
	font-family: Arial, san-serif;
	font-style: underline;
	color: #a72107; 
	}
	
#news {
    border-top: 1px solid #a72107;
	}
	
#menu li a {
	display: block;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #a72107;
	border-right: 1px solid #a72107;
	background: #fef9ef; 
	color: #000000; 
	text-decoration: none;
	}	
	
#menu li a:hover {
	font-weight: normal;
	color: #a72107; 
	text-decoration: none;
	}
	
#menu li a:visited {
	font-weight: normal;
	color: #615056; 
	text-decoration: none;
	}
	
	
	
/********************************
whitespace
********************************/


#space {

	height: 600px;
	position: relative;

}



/********************************
footer
********************************/


#footer {

	height: 21px;
	width: 444px;
	font-size: 75%;
	font-family: Arial, sans-serif;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	position: bottom;
	border-top-width: thin;
    border-top-style: solid;
    border-top-color: #a72107;


}


/********************************
end of
********************************/