/*
img, div, input { behavior: url("iepngfix/iepngfix.htc") }
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

li img {float:left; margin:0px 10px 10px 0px;}

#container {
	width: 995px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
	/*
border: 1px solid white;
*/
}

a { outline:none;}

#menu {
	display: inline-block;
	margin:0;
	padding:0;
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 13px;
	font-weight:700;
}

#menu li
{
display: inline;
list-style-type: none;
padding-right: 15px;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	color: #f5e7b2;
}

#content {
	clear:both;
	display: block;
	position: relative;
	padding: 15px 20px 0px 50px;
	/*
border: 1px solid yellow;
*/
}

#content h1 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;		
}

#content h2 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;		
}

#content h3 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;		
}

#content h4 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 15px;
	text-transform: uppercase;	
	margin: 0;
	padding: 0;	
}

#content h5 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	width: 780px;
	margin: 0;
	padding: 0;	
}

#content h6 {
	font-family: "Trajan Pro", Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration:underline;
	margin: 0;
	padding: 0;
	
}

#footer {
	background-image: url(images/footerbkg.jpg);
	background-repeat: repeat-x;
	height: 77px;
	width: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

#footcontent {
	width: 995px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
	color: #b5aca7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#footleft {
	float: left;
	width: 800px;
	padding: 15px 0px 15px 50px;
}

#footleft p {
	line-height: 10px;
}

#footcontent img {
	margin: 6px 0px 0px 0px;
}

div.spacer{clear:both; height:25px; display:block;}
div.footspacer{clear:both; height:60px; display:block;}

.error-messages { color:red; font-weight:700; }

