body { 
	margin: 0;  
	padding: 0;  
	background-color: #BFB7A6;
}

#bg_image {  
	position: fixed;  
	top: 0;  
	left: 0;  
	z-index: 1;  
	width: 100%;  
	height: 100%; 
}
 
#scrollable {  
	position: absolute;  
	width: 100%;  
	height: 100%;  
	top: 0;  
	left: 0;  
	z-index: 2; 
}

.contentCenter {  
	width: 100%;  
	height: 100%; 
}

.contentTop {  
	width: 100%;  
	height: 400px; 
}

.contentLeft {  
	width: 1015px;  
	height: 100%; 
}

.contentTopLeft {  
	width: 1015px;  
	height: 400px; 
}

img {  
	border: none;	 
	margin: 0 auto; 
}

#global {
	width: 955px;
	vertical-align:middle; 
	margin:0px;
	text-align:left;
}

#social-nav {
	float: right;
	width: 955px;
	padding-top: 20px;
}

.social-icon {
	float: right;
	height: 24px;
	width: 24px;
	padding: 10px;
}

#body-cnt {
	float: left;
	width: 955px;
	padding-top: 95px;
}

#left-nav-body {
	float: left;
	width: 284px;
	height: 604px;
}

#top-corner {
	background-image: url(../images/left-corner-blk_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 21px;
}

#top-box {
	background-image: url(../images/left-nav-box-top.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 263px;
	height: 21px;
}

#left-nav-box-cnt {
	background-image: url(../images/left-nav-box-bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 284px;
	height: 582px;
	background-color: #000;
}

#btm-corner {
	background-image: url(../images/left-corner-blk_btm.png);
	float: left;
	height: 21px;
	width: 21px;
}

#btm-box {
	background-image: url(../images/left-nav-box-btm.gif);
	background-repeat: repeat-x;
	float: left;
	height: 21px;
	width: 263px;
}

#logo-main {
	float: left;
	height: 51px;
	width: 234px;
	padding-left: 31px;
	padding-top: 17px;
}

#nav-main {
	width: 129px;
	padding-top: 90px;
	float: right;
}

#nav-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	float: right;
	width: 82px;
	padding-right: 40px;
}

#nav-list {
	list-style-type: none;
	float: left;
}

#nav-list li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 120%;
	margin: 0px;	
}

#nav-list a{
	color: #B3AB98;
}

#nav-list a:hover {
	color: #B3AB98;	
}

#main-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	float: right;
	width: 125px;
	padding-top: 175px;
}

#body-main {
	float: right;
	width: 669px;
	background-image: url(../images/main-body-lrg.png);
	background-repeat: repeat-x;
	height: 582px;
}

#body-main-top {
	width: 648px;
	float: right;
	background-image: url(../images/main-body-sml.png);
	background-repeat: repeat-x;
	height: 21px;
}

#body-main-btm {
	background-image: url(../images/main-body-sml.png);
	background-repeat: repeat-x;
	float: right;
	height: 21px;
	width: 648px;
}

#right-corner {
	background-image: url(../images/right-corner-clear-top.png);
	float: right;
	height: 21px;
	width: 21px;
}

#right-corner-btm {
	float: right;
	height: 21px;
	width: 21px;
	background-image: url(../images/right-corner-clear-btm.png);
}



