* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
	margin-top: -7.4em;
}

body {
	background-image: url(../imgs/bg_stripe.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #4f4b46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2B25;
	line-height:16px;
	
}

#page {
	width: 804px;
	min-height: 100%;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 13px;
	padding-left: 13px;
	background-image: url(../imgs/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
}


/* HEADER */

#header {
	width: 804px;
	height: 429px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 45px;
	background-color: #FFF;
	}
	
	
.topbar {
	background-image: url(../imgs/top_bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#FFF;
	width: 804px;
	height: 58px;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navigation {
	background-color: #201C1A;
	margin: 0px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7C6C4;
	background-image: url(../imgs/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}

/* LEFT CONTENT */


#boxLeft {
	width: 246px;
	padding-top:30px;
	float:left;

}



/* RIGHT CONTENT */

#boxRight {
	float: right;
	width: 553px;
	margin: 0px;
	padding: 0px;
}

#contentRight{
	padding-top: 25px;
	padding-right: 7px;
	padding-left: 20px;
	}
	
.article_left, .article_right, .article_blank {
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	padding-top: 12px;
	clear:left;
	}
	
.article_end {
	padding-bottom: 12px;
	clear:left;
	}
	
	

.article_left img {
	border:1px solid #DEDEDE;
	padding:6px;
	margin-right: 20px;
	margin-bottom:12px;
	float:left;
	}	
	
.article_right img {
	border:1px solid #DEDEDE;
	padding:6px;
	margin-right: 20px;
	margin-bottom:12px;
	float:right;
	}		

/* FOOTER */

#footer {
	width: 550px;
	color: #524F49;
	position: relative;
	font-size: 10px;
	margin-top: -7.4em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:40px;
	padding-left: 280px;
	padding-bottom:20px;
	clear:right;
	background-image: url(../imgs/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
	}


/*          LINKS */

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

a.nav:link, a.nav:visited,  a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	letter-spacing:0.1em;
}
 a.nav:hover {
	color:#C11600;
}

a.mini:link, a.mini:visited,  a.mini:active {
	color: #524F49;
	text-decoration: none;
	font-size:10px;
}
 a.mini:hover {
	
	text-decoration: underline;
}

.tb_heads {
	color: #d6d5d3;
	background-color: #2D2B25;
}

.errors {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF0000;
}

.success {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #8B1305;
}

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8B1305;
	font-style: normal;
	font-weight: bold;
}

.teaser {
	line-height: 120%;
	padding: 12px;
}
.out_wide {
	float: left;
	padding-top: 12px;
	line-height: 130%;

}

.sublines {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.buttons {
	font-size: 11px;
	border: 1px solid #8B1305;
	color: #FFFFFF;
	background-color: #8B1305;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	margin-top: 8px;
}
.fields {
	font-size: 11px;
	border: 1px solid #8B1305;
	color: #8B1305;
}
.toppad {
	padding-top: 6px;
}

.under_left {
	width: 768px;
	float:left;
	padding-top: 12px;
	padding-left: 12px;
}


.article_heads {
	font-weight: normal;
	color: #8B1305;
	padding-bottom: 8px;
	font-size: 14px;
}

.text_left{
	width:260px;
	}


.desktops_left {
	float: left;
	padding-top: 24px;
	padding-left: 12px;
	line-height: 120%;
	width: 340px;
}
.dt_sets {
	width: 100%;
	padding-bottom: 5px;
}
.dt_pics {
	width: 230px;
	float: left;
	height: 173px;
	padding-top: 5px;
}
.dt_links {
	float: left;
	width: 80px;
	padding-left: 12px;
	height: 173px;
	padding-top: 5px;
}
.desktops_right {
	float: left;
	padding-top: 24px;
	padding-left: 12px;
	line-height: 120%;
	width: 340px;
}
.out_left_form {
	float: left;
	padding-top: 12px;
	padding-left: 12px;
	line-height: 120%;
	width: 350px;
}
.out_right_form {
	float: left;
	width: 420px;
	padding-top: 12px;
	padding-left: 12px;
	line-height: 130%;
}
.out_wide_subs {
	float: left;
	padding-top: 4px;
	padding-left: 12px;
	line-height: 130%;
	width: 768px;
	font-size: 12px;
}

#flashbanner{
    
    }

.out_right_teaser {
    float: left;
    width: 420px;
    padding-top: 36px;
    padding-left: 12px;
    line-height: 130%;
}	
	
.left_teaser {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}
    
.left_heads {
color:#524F49;
font-size:13px;
font-weight:normal;
padding-bottom:8px;
padding-left:8px;
}

#large input, #large textarea {
    display: block;
    width: 180px;
    float: left;
    margin-bottom: 8px;
    font-size: 11px;
    border: 1px solid #8B1305;
    color: #8B1305;
}

#large textarea{
    height:120px;    
    }