* {
	margin: 0;
	padding: 0;
	}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #333;
}
	
#container {
	width:770px;
	margin: 20px auto 0 auto;
	background: url(../images/bg_container.jpg);
	border: 1px solid #616161;
}

#header {
	height: 60px;
	background: url(../images/bg_logo.jpg) no-repeat;
	}
	
#header h1 {
	display: none;
	}
	
#header p {
	padding: 35px 10px 0 0;
	font-size: 14px;
	text-align: right;
	color: #FFF;
	}
	
#nav {
	height: 209px;
	background: url(../images/bg_nav.jpg) no-repeat;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #000;
	color: #FFF;
	}

#nav p {
	font-size: 12px;
	padding: 5px 0 0 10px;
	letter-spacing: 2px;
	}
	
#spacer {
	height: 5px;
	background-image: url(../images/bg_spacer.jpg);
	}

#leftcol {
	float: left;
	display: inline;
	width: 487px;
	}
	
#leftcol h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 10px 10px 0 20px;
	}
	
#leftcol h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 10px 10px 0 20px;
	font-style: italic;
	font-weight: bold;
	}
	
#leftcol p {
	padding: 10px 20px;
	line-height: 20px;
	}
	
#leftcol table {
	margin: 10px 20px;
	}
	
#leftcol ol, #leftcol ul {
	list-style-position:outside;
	margin: 0 25px;
	padding: 10px 25px;
	line-height: 1.4;
	}
	
#rightcol {
	float: left;
	display: inline;
	width: 283px;
	}
	
#rightcol p {
	padding: 10px 16px 16px 16px;
	line-height: 140%;
	text-align: right;
	font-size: 12px;
	}
	
#rightcol img {
	border: none;
	}
	
img.padding {
	padding: 10px 16px 5px 16px;
	}
	
img.padding2 {
	padding-left: 16px;
	}

#nav_bot {
	clear: both;
	height: 5px;
	background: url(../images/bg_spacer_bot.jpg);
	}

#footer {
	width:770px;
	height: 50px;
	margin: 0 auto;
	}
	
#footer p {
	text-align: right;
	font-size: 10px;
	padding: 10px;
	color: #FFF;
	}
	
/* Links */

a:link, a:visited {
	color: #009900;
	text-decoration: none;
	}
	
a:hover, a:active, {
	color: #009900;
	text-decoration: underline;
	}

#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active, {
	color: #FF0;
	text-decoration: none;
	}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active, {
	color: #FF0;
	text-decoration: none;
	}


/* Form */

#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 1.2em;
}
#contactForm div {
	clear: left;
	padding: 0;
	margin: 0.4em;
}
#contactForm legend {
	color: #571029;
	padding: 0;
	margin-left: 0.5em;
	font-weight: bold;
}

#contactForm fieldset {
	width: 435px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 1px solid #CCC;
}

#contactForm .txt {
	border: 1px solid #D8C3DE;
}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #000;
	background-color: #571029;
	color: #FFF;
}