html, body {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:Arial, "Myriad Pro", Myriad, sans-serif;
	font-size: 10;
	font-style; color:#FFFFFF;
	background-color: #d0b793;
}
html>body #container {
	height: auto;
}

#container {
	position:relative;
	width: 1000px;
	margin:0 auto;
	background-color: #42180d;
	background-image: url(../images/headerbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.header {	
}

.flasharea {
}

.callbar {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	height: 118px;
	width: 650px;
}

.navbar {
	background-image: url(../images/navbar_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 58px;
	font-size: 14px;
	font-style: normal;
	/*line-height: 36px;*/
	/*vertical-align: baseline;*/
}

.navbar img { 
	/*vertical-align:middle;*/
}

.navbar a, .navbar a:visited {
	color: #ffffff; 
	text-decoration:none;
}

.navbar a:hover { 
	color: #d0b793; 
	text-decoration:none;
}

.bodyarealeft {
	width: 314px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 90px;
	float: left;
}

.bodyarealeft h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}

.bodyarealeft p {
	font-size: 12px;
}

.bodyareacenter {
	width: 314px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}

.bodyareacenter h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}

.bodyareacenter p {
	font-size: 12px;
}

.bodyarearight {
	width: 200px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}

.bodyarearight h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}
	
.bodyarearight h2 {
	font-size:12px;
	color:#FFFFFF;
}

.bodyarearight p {
	font-size:12px;
	color:#C37B5D;
	/*C6754D*/
}

.bodyareabottom {
	width: 628px;
	padding-left: 90px;
	clear: left;
	float: none;
	padding-bottom: 10px;
}

.bodyareabottom h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}

.bodyareabottom p {
	font-size: 12px;
	color: #C37B5D;
}

.copyright {
	width: 1000px;
	background-image: url(../images/footer2_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
}

.copyright h4{
	color: #C37B5D;
	font-size: 12px;
}
.termsofuse {
	float: none;
	padding-left: 90px;
	width: 900px;
}

.termsofuse p {
	color: #666666;
	font-size: 12px;
}

.termsofuse a, .termsofuse a:visited {
	color: #C37B5D
}

.termsofuse a:hover { 
	color: #FFFFFF;
}
