/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	font-size : 12px;
	font-family : "Times New Roman", verdana, arial;
	background-color : #3B270E;
	background-image : url(../images/bg.jpg);
	background-repeat : no-repeat;
	background-attachment: fixed;
	background-position : top center;
}

img {
	border : 0;
	margin : 0;
	padding : 0;
}

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

#container {
	margin : 0 auto;
	width : 900px;
	position : relative;
	top : 55px;
	bottom : -180px;
	padding-bottom : 55px;
}

#container * {
	margin : 0;
	padding : 0;
	border : 0;
	line-height : 20px;
	color : #470103;
}

#container h1 , #container h2, #container h3 {
	margin : 0;
	padding : 0;
	font-weight : normal;
}

#container ul {
	margin-left : 25px;
}

#container input, #container textarea {
	padding : 3px;
	margin : 3px;
	border : 1px solid #666666;
	font-size : 14px;
	font-family : "Times New Roman", verdana, arial;
}

#container h1 {
	padding-top : 20px;
	font-size : 24px;
	margin-bottom : 6px;
}

#container h2 {
	padding-top : 20px;
	font-size : 20px;
	margin-bottom : 6px;
}

	#container #header {
		height : 396px;
		background-image : url(../images/header.jpg);
		background-repeat : no-repeat;
		background-color : #000000;
	}
		
		#container #header #banner {
			width : 840px;
			height : 278px;
			margin: 0 auto;
			z-index : 1;
		}
		
		#menu {
			float : right;
			position: absolute;
			right: 30px;
			width : 170px;
			height: 260px;
			z-index : 99;
			text-align: right;
		}
			.menu-item-selected {
				display : block;
				background-color : #000000;
				height : 50px;
				margin-bottom : 2px;
			}
			
			.menu-item {
				display : block;
				background-color : #000000;
				filter:alpha(opacity=60);
				-moz-opacity:0.6;
				-khtml-opacity: 0.6;
				opacity: 0.6;
				height : 50px;
				margin-bottom : 2px;
			}
			
			.menu-item:hover {
				display : block;
				background-color : #000000;
				filter:alpha(opacity=100);
				-moz-opacity:1;
				-khtml-opacity: 1;
				opacity: 1;
				height : 50px;
				margin-bottom : 2px;
			}
			
			#menu a {
				color : #FFFFFF;
				font-size : 20px;
				top : 9px;
				right : 5px;
			}
			
			#menu p {
				color : #FFFFFF;
				font-size : 14px;
				top : 5px;
				right : 5px;
			}
	
	#container #middle {
		background-image : url(../images/body.jpg);
		background-repeat : repeat-y;
		background-color : #000000;
	}
		
		#container #middle #content {
			margin-left : 40px;
			margin-right : 50px;
			font-size : 15px;
		}
		
		#container #middle #content #boxes {
			clear : both;
			margin-top : 40px;
		}
			
			#container #middle #content #boxes .box {
				width : 250px;
				height : 120px;
				background-image : url(../images/box.jpg);
				background-color : #000000;
				float : left;
				margin-left : 10px;
				margin-right : 10px;
				display : block;
				font-size : 17px;
			}
			
			#container #middle #content #boxes .box p {
				color : #CCCCCC;
				margin-top : 25px;
				margin-left : 15px;
				margin-right : 15px;
				line-height : 22px;
			}
			
			#container #middle #content #boxes .box a {
				color : #CCCCCC;
				padding-bottom : 1px;
				border-bottom : 1px solid #999999;
			}
			
			#container #middle #content #boxes .box a:hover {
				color : #CCCCCC;
				padding-bottom : 1px;
				border-bottom : 1px solid #FFFFFF;
			}
	
	#container #footer {
		clear : both;
		background-image : url(../images/footer.jpg);
		background-color : #000000;
		height : 110px;
		background-repeat : no-repeat;
	}
		
		#container #footer p {
			position : relative;
			top : 60px;
			font-size : 11px;
			color : #000000;
			font-weight : bold;
			text-align : center;
		}
		
/*New Styles As Of: 20/04/2009*/	
/*Last Edited By Michael Tronson: ava-metal@hotmail.com*/
	
#navSpacer{
	width: 900px;
	height: 102px;
}	

#navContainer{
	width: 852px;
	height: 287px;
	background-color: #000;
	margin: 0 auto;
	border-top: solid 6px #000000;
}
		
.editArea{
	width: 650px;
	height: 100px;
	color: #FF0000;
}

.saveBtn{
	float:left;
}

.delBtn{
	float:left;
}

.saveSpace{
	width: 50px;
	float: left;
}

.readingSpace{
	height: 75px;
}

.biggerText{
	font-weight: bold;
	font-size: 18px;
}


