/*
	Background Stretcher jQuery Plugin
	© 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link {
	color: #320505;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #320505;
}
a:hover {
	text-decoration: underline;
	color: #320505;
}
a:active {
	text-decoration: none;
	color: #320505;
}

#header{
	z-index: 2;
	position: relative;
	margin: auto;
	width: 1088px;
	height:80px;
	font-size: 20px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height:25px;
}

#page {
	z-index: 2;
	position: relative;
	margin: auto;
	width: 1100px;
	font-size: 12px;
    }
#nav{
	width:210px;
	float:left;
	}
#content{
	width:838px;
	height:580px;
	float:right;
	background-image: url(_images/paper_bkg.png);
	background-repeat:no-repeat;
	padding:20px;
	}
.body_text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}
.contactbox{
	margin-left:15px;
	margin-right:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #979d97;
	display: block;
	padding-top:2px;
	padding-bottom:2px;
	height:62px;
	display:block;
}

