/***************************************************************** 

		Template & structure

******************************************************************/

body {
	background-color: #131313;
	background-image: url(/images/template_background.jpg);
	margin: 0px;
	padding: 0px;
	}
	
#templateBackground {
	background-image: url(/images/template_background_top.jpg);
	background-repeat: repeat-x;
	height: 200px;
}

#templateContainer {
	width: 700px;
	margin: -180px auto 0px auto;
}

#templateContentHeader {
	width: 700px;
	}

#templateContent {
	width: 700px; 
	padding: 0px 11px 0px 11px;
	background-image: url(/images/template_content_middle.png);
	background-repeat: repeat-y;
	float: left;
	}

#templateContentFooter {
	width: 700px;
	}
	
#templateNav {
	margin: 15px 40px 0px 10px;
	height: 20px;
	}	
	
#templateNavLeft a {
	float: left;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
	
#templateNavRight {
	float: right;
	height: 30px;
	padding-top: 2px;
	}	
			
#columnLeft {
	float: left;
	width: 450px;
	padding: 15px 25px 25px 25px ;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	}

#columnRight {
	float: right;
	margin: 15px 22px 0px 0px;
}

#templateFooter {
	margin: 8px 20px 8px 5px;
	text-align: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

#headerImage {
	margin: 5px 0px 10px 0px;
	background-color: #666666;
	width: 678px;
	height: 200px;
}

/***************************************************************** 

		navigation & elements

******************************************************************/

#mainNav {
	padding: 0px;
	margin: 0px;
}
#mainNav a {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
#mainNav a:hover {
	color: #333333;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#mainNav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	

.button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #121212;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #C6B888; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #6A4901;
	}
	
.button:hover {
	background-color: #A99666; 
	color: #121212;
}

#xfadeimage {
	position: relative;
	width: 718px;
	height: 200px;
	border: 1px solid #666666;
	}
#xfadeimage img {
	display: none;
	position: absolute;
	width: 718px;
	height: 200px;
	}	

/***************************************************************** 

		Text Styles

******************************************************************/

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 32px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px 0px 20px -2px;
	font-weight: normal;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -8px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #660000;
	text-decoration: underline;
}




