/*
LAYOUT STYLES
by Wilgrafe Arriola
http://www.wilgrafx.com
-----------------------------------------------------------------------------------------------
*/
@charset "utf-8";

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


html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px;
}
.footer, .push {
	height: 52px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

p {	
	line-height: 18px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #ff8900;
	text-decoration: none;
}

.topnav {
	background: url(../images/topnavbackground.jpg) center top repeat-x;
	height: 43px;
	text-align: center;
}

.header {
	background: url(../images/darkerbackground.png) center top repeat-x;
	text-align: center;
}

.headerinner {
	background: url(../images/darkerbackgroundinner.png) center top repeat-x;
	text-align: center;
}

.contenthome {
	background: url(../images/contentbackground.png) center top repeat;
	width: 822px;
	margin: 0 auto 20px;
	border: 1px solid #763000;
	padding: 15px;
	clear: both;
	min-height: 150px;
}
.contenthome p {
	font-size: 11px;
	padding-bottom: 14px;
	line-height: 18px;

}

.contentinner {
	background: url(../images/contentbackground.png) center top repeat;
	width: 752px;
	margin: 0 auto 20px;
	border: 1px solid #763000;
	padding: 50px;
	clear: both;
	min-height: 300px;
}
.contentinner p {
	font-size: 11px;
	padding-bottom: 14px;
	line-height: 18px;

}

.leftbox {
	border-right: 1px dotted #6e5a4d;
}

.w1 {
	width: 293px;
	float: left;
}

.w2 {
	width: 323px;
	float: left;
}

.w3 {
	float: left;
}

.wc1 {
	padding: 10px;
	border-right: 1px dotted #6e5a4d;
}
.wc2 {
	padding: 10px;
	border-right: 1px dotted #6e5a4d;
}
.wc3 {
	padding: 10px;
}

.tn {
	float: left;
	margin-right: 10px;
}

.insidephoto {
	float: left;
	margin-right: 50px;
}

.footer {
	border-top: 1px solid #763000;
	background:url(../images/footerbackground.png) center top repeat;
	height: 52px;
	font-size: 11px;
	clear: both;

}
.footerinner {
	margin: auto;
	width:852px;
	padding: 10px;
	clear: both;
}

.footernav {
	float: right;
}

.footernav a {
	color:#FFFFFF;
}

.footernav a:hover {
	color:#ff8900;
}

.push {
	clear: both;
}
