﻿* {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0 0 0 0;
	margin: 0;
}

html {
	height: 100%; 
	text-align: center;
}

body {
	height:100%;
}


img {
	border-width:0;
}


body {
	font-size:12px;
	font-family:Arial;
	text-align:left;
	color:#250D00;
	background:#310e00 url('../images/bg.jpg') no-repeat scroll center top;
	min-width:950px;
}

a:link {color: #B0AD08; text-decoration: none; }
a:active {color: #B0AD08; text-decoration: none; }
a:visited {color: #B0AD08; text-decoration: none; }
a:hover {color: #B0AD08; text-decoration:underline; }



.padstyle {
	padding:10px;
}

#container {
	width:950px; 
	position:relative; 
	margin:0 auto;
}

#header {
	width:100%; 
	height:225px;  
	position:relative;
}

#menu {
	width:200px;
	position:relative;
	left:0;
}


#content {
	width:828px; 
	margin-left:73px;
	position:relative;
	background:url('../images/main_bottom.png') no-repeat scroll left bottom;
	
}

#subcontent{
	width:100%; 
	min-height:500px; 
	background:url('../images/main_top.jpg') no-repeat scroll left top;
}

#footer {
	width:100%; 
	height:43px; 
	padding-bottom:12px;
	position:relative;
	text-align:center;
}

h2 {

	font-size:24px;
	font-family:garamond;
	color:#7B3105;
	padding:0;
	margin:0;
text-align:left;

}

 
h3 {

	font-size:16px;
	font-family:garamond;
	color:#9D3E08;
	padding:20;
	margin:0;
	text-align:center	

}
h4 {

	font-size:18px;
	font-family:garamond;
	color:#B0AD08;
	padding:0;
	margin:0;
	text-align:left;
	
		

}


h5 {

	font-size:14px;
	font-family:garamond;
	color:#9D3E08;
	padding:0;
	margin:0;
text-align:center;

}


	
h6 {

	font-size:12px;
	font-family:garamond;
	color:#FFF;
	padding:0;
	margin:0;
	text-align:center;

}

