@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #620101 url(backg.png) repeat-y center;;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#outerwrapper {
	margin: 0 auto;
	width: 1060px;
}

#innerwrapper {
	background: url(content-bg.jpg) no-repeat;
	margin-left: 50px;
	height: 800px;
	color: #c7ae45; 
}

img#logo {
	margin-left: 350px;
	clear:both;
	}
	
#homepics {
	margin-left: 47px;
}
	
div.menu {
	border-top: 2px solid #a1702a;
	border-bottom: 2px solid #c7ae45;
	width: 600px;
	margin-left: 180px;
}

div.menu ul {
	border-top: 2px solid #c7ae45;
	border-bottom: 2px solid #a1702a;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style:none;
}
div.menu ul.sub {
	border: none;
}

div.menu li {
	text-transform: uppercase;
	font-size: 26px;
}

.spacer {
	height: 15px;
	clear:both;
}

#content {
	height: 508px;
}

#content2 {
	padding: 10px;
	margin-top: 10px;
	width: 780px;
	height: 425px;
	margin-left: 90px;
	line-height: 19px;
	font-size: 16px;
	font-family: Times;
}

#col1 {
	width: 50%;
	padding-right: 5px;
	float: left;
}

#col2 {
	float: left;
}

#footer {
	clear: both;
	border-top: 1px solid #c7ae45;
	width: 780px;
	margin-left: 90px;
	margin-top: 20px;
}

address {
	font-style: normal;
	margin-top: 150px;
	margin-left: 100px;
}

span {
	margin-bottom: 5px;
	font-size: 22px;
	display: block;
	font-weight: bold;
}

.contactForm { width:308px; } .contactForm p { padding:10px; } .contactForm input { width:240px; } .contactForm textarea { width:281px; height:120px; } .submit { width:45px!important; } .hide { display:none; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}