* {
	padding:0px;
	margin:0px;
}

html {
	background-color:#c9cdb2;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:62.5%;
	font-weight: normal;
	text-align:center;
	cursor: default;
	color: #666666; 
	background: url(images/MainBackground.jpg) repeat-x #c9cdb2;
}

p, blockquote, td {
	font-size:1.3em;
	padding:0px 5px;
	text-align:left;
}

p {
	padding-top:5px;
	padding:bottom:3px;
}

blockquote {
	padding-left:230px;
}
 
img {  
	border: 0;
}
 
a:link, a:visited, a:active { 
	color:#666666;
	font-weight: bold;
	font-style:italic;
}

a:hover { 
	color:#666666; 
	font-weight: bold;
	text-decoration:none;
}

hr { 
	color: #666666; 
	background: #666666; 
	border: 0; 
	height: 1px; 
}



input, textarea, option, select { 
	background: #fef3ca; 
	color: #666666; 
	border:1px solid #fef3ca;
	padding:3px;
}

h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold; 
	color:#ae9e7f; 
	text-transform:uppercase; 
	width:40%;
	margin:7px auto;
}

h1 {
		font-size:2.7em; 
		border-bottom: 1px solid #84867b;
}

h2 {
		font-size:2em; 
		color:#8d8d8d;
		border-bottom: 1px solid #8d8d8d;
}

.small {
	color: #666666;
	letter-spacing: 0.5px; 
}

#Container {
	width:751px;
	margin: 0 auto;
} 

#Header {
	width:751px;
}
	#Header .top {
		width:751px;
		height:202px;
		background: url(images/BannerTop.jpg) no-repeat;
	}
	#Header .bottom {
		width:751px;
		height:150px;
		background: url(images/BannerBottom.jpg) no-repeat;
	}

.menu {
	text-align:center;
	font-size:1.5em;
	padding:10px;
}
	.menu a, .menu a:visited, .menu a:active{ 
		margin:0px 5px;
		text-transform:uppercase;
		font-weight:normal;
		text-decoration:none;
		font-style:normal;
		color:#9ca082;
	}	
	.menu a:hover{
		color:#84867b;
		font-style:italic;
	}
	
#Content {
	padding:5px;
	text-align:center;
}

#Footer {
	text-align:center;
	border-top: 1px solid #84867b;
	padding:10px;
}
	#Footer p {
		font-size:1.1em;
		text-align:center;
	}

</style>
