* {
	margin : 0;
	padding : 0;
}
body {
	font : normal 11px 'Lucida Grande',Arial,Helvetica,sans-serif;
	line-height : 15px;
	color : #32352C;
	text-align : center;
	background : #14160D;
}
a:link,a:visited {
	color : #EA8B17;
	text-decoration : none;
}
a:hover,a:active {
	text-decoration : underline;
}
h2 {
	font-size : 20px;
	font-weight : bold;
	text-transform : uppercase;
	color : #BC6801;
	margin-bottom : 15px;
}
h3 {
	font-size : 18px;
	line-height : 22px;
	text-transform : uppercase;
	color : #BC6801;
	font-weight : normal;
	clear : left;
	margin-bottom : 15px;
}
p {
	margin-bottom : 12px;
}
#header {
	height : 130px;
	background : #FAF0E0 url('../img/bg_header.gif') repeat-x top left;
}
#content {
	padding-bottom : 40px;
	background : #FAF0E0;
}
#footer {
	height : 150px;
	padding-top : 20px;
	background : url('../img/bg_footer.gif') repeat-x top left;
}
.container {
	width : 780px;
	text-align : left;
	margin : 0 auto;
}

#header h1 {
	float : left;
	width : 276px;
	height : 130px;
}
#header .container {
	height : 130px;
	background : url('../img/logo.gif') no-repeat top left;
}
#header h1 span {
	display : none;
}
#header h1 a:link,#header h1 a:visited {
	display : block;
	width : 276px;
	height : 180px;
}

#nav {
	float : right;
	width : 444px;
	list-style : none;
	margin-top : 13px;
	padding-left : 1px;
	background : url('../img/nav_divider.gif') no-repeat top right;
}
#nav li {
	display : block;
	float : right;
	width : 230px;
	height : 64px;
	background : url('../img/nav_divider.gif') no-repeat top left;
}
#nav li a:link,#nav li a:visited {
	display : block;
	width : 229px;
	height : 34px; /* 64px */
	padding-top : 30px;
	text-align : center;
	text-transform : uppercase;
	color : #fff;
}
#nav li a:hover,#nav li a:active {
	color : #EA8B17;
	text-decoration : none;
}
#nav li span {
	text-transform : lowercase;
}

#content .container {
	width : 740px;
	padding-left : 40px;
	padding-top : 20px;
}
#content a:link,#content a:visited {
	font-weight : bold;
}

#footer p {
	color : #fff;
}
#footer a:link,#footer a:visited {
	color : #fff;
}
#footer #copyright {
	float : left;
	width : 520px;
}
#footer #design {
	float : right;
	width : 200px;
	text-align : right;
}

body#index,#footer,#header {
	font-size : 13px;
	line-height : 18px;
}
body#index #content {
	padding-bottom : 0;
}
#before {
	margin-left : -40px;
}
#after {
	float : right;
	margin-top : -40px;
}
.left_img {
	float : left;
	margin : 0 15px 15px 0;
}

#contact_form ol {
	list-style : none;
	padding-top : 10px;
	margin-bottom : 15px;
}
#contact_form ol li {
	clear : left;
	padding-bottom : 5px;
}
#contact_form ol li label {
	display : block;
	float : left;
	width : 100px;
	padding-top : 2px;
}
#contact_form input[type=text] {
	width : 200px;
}
#contact_form input,#contact_form textarea {
	padding : 3px;
}
#contact_comments {
	width : 265px;
	height : 105px;
}
#submit {
	padding-left : 100px;
}