﻿body {
	margin: 0; 	
	padding:0;									/* to avoid margins */
	text-align: center; 							/* to correct the centering IE bug*/
	background: url('/img/bg/inner-bg-gradient.jpg') #3e1505 repeat-x top center;
}

#global {
	position: relative; 							/* container positioning */
    width: 860px; 
	height:100%;
	margin:0px auto;
	padding:0 88px;								/* mandatory to be centered */
	text-align: left;
	behavior: url(iepngfix.htc);
	background: url('/img/bg/outerShadow.png') repeat-y top center;
}

#header_print {
	display:none;
}

#header {
	width:860px;
	height:148px;
	background: url('/img/bg/inner-bg-header.jpg') no-repeat top center;
	position:relative;
}
/* areas */
#vnav_container{
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
}
#flash_inner {
	width:860px;
	height:200px;
	margin: 0;
	padding: 0;
	border-bottom:#ccc solid 1px;
}
#main_container {
	width:100%;
	background-color:#fff;
	padding-bottom:20px;
	position:relative;
}
#inner_content_single_area{
	width:630px;
	margin: 0;
	padding: 15px 0 0 0;
	float:left;
}
#inner_content_double_area_left{
	width:460px;
	margin: 0;
	padding: 15px 0 0 0;
	float:left;
}
#inner_content_double_area_right{
	width:140px;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
	float:left;
}

/* heights and widths */
.widthBufferDoubleColmnSpacer {width:10px;}
.widthBuffer25 {width:25px;}
.widthBuffer50 {width:50px;}
