html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

	}

body  {
	font-family: Arial, Helvetica, Geneva;
	color: #1b0a0c;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	background-color: #f4f4f4;
	background-image: url(images/main_bkgrnd.png);
	background-repeat: repeat-y;
	background-position: center;
	}

/* Typography
----------------------------------------------------------------------------------------------------*/

h1 { 
	font-size: 24px;
	line-height:28px; 
	font-weight: bold; 
	color: #1b0a0c; 
    } 

h2 { 
	font-size: 18px;
	line-height: 18px;
	font-weight: bold; 
	color: #1b0a0c; 
    } 
	
h3 { 
	font-size: 16px;
	font-weight: bold; 
	line-height: 22px;
	color: #1b0a0c; 
    }
	
.terms  {
	color: #949696;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	}

a:link {
	text-decoration: none;
	color: #761513;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: #761513;
	font-weight: bold;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #1b0a0c;
	font-weight: bold;
	}


/* Containers
----------------------------------------------------------------------------------------------------*/

.container_12 {
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
	width: 960px;
}

.menu_area_style,
.main_section,
.right_col,
.lower_columns,
.footer_style

 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
    .container_12 .menu_area_style {
	width:940px;
	height: 207px;
}
    .container_12 .main_section {
	width:700px;
}

    .container_12 .full_width {
	width:940px;
}
    .container_12 .right_col {
	width:198px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #E8E8E8;
	margin-bottom: 10px;
	height: 324px;
	overflow: visible;
	background-image: url(images/secondary_bkgrnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
    .container_12 .lower_columns {
	width:198px;
	padding: 10px;
	vertical-align: top;
	background-image: url(images/secondary_bkgrnd.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #E8E8E8;
	margin-bottom: 10px;
	height: 300px;
}
    .container_12 .footer_style {
	width:920px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #21100a;
	margin-top: 10px;
	margin-bottom: 20px;
}
