html {
	overflow-y: scroll;
}
	
HTML,
BODY {
   margin:0;
   padding:0;
   height:100%;
}

body_inner p {
	margin:0px;
	padding:0px;
	}
	

BODY {
	background-image: url(../img/content_bg.jpg);
	background-position:top center;
	background-color:#F1DDBA;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a img {
	border:none;
	}


h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	color:#FFF;
	background-color:#808080;
	text-transform:uppercase;
	padding:3px;
	padding-left:6px;
	}

h1 {
	font-size:14px;
	}

.clear {
	clear:both;
	}
	
#container {
   min-height:100%;
   position:relative;
}
#header {
	background-image:url(../img/header_main_bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

	.header_inner {
		background-image:url(../img/header_bg.jpg);
		background-position:top left;
		height:352px;
		width:851px;
		margin:0 auto;
		text-align:center;
		}
		
		.header_inner_content {
			}
		
			.header_inner_left {
				float:left;
				position:relative;
				height:111px;
				width:577px;
				margin-left:24px;
				text-align:left;
				}
			
			.header_inner_right {
				float:left;
				position:relative;
				width:224px;
				height:90px;
				}
		
			.img_placeholder {
				height:210px;
				width:800px;
				margin-top:10px;
				float:left;
				position:relative;
				margin-left:25px;
				}
		
#body {
   padding:10px;
   padding-bottom:81px;   /* Height of the footer */
}
	
	.body_inner ul {
		margin:0px;
		padding:0px;
		padding-top:0px;
		padding-bottom:10px;
		padding-left: 20px; /* war 20 px */
		}
	
.body_inner a:link,
.body_inner a:visited {
	text-decoration:none;
	color:#71210E;
	font-weight:normal;
	}
	
.body_inner a:hover {
	text-decoration: underline;
	color:#333;
}
	
	.body_inner {
		margin:0 auto;
		text-align:center;
		width:803px;
		color:#808080;
		}
	
		.body_inner_left {
			text-align:left;
			float:left;
			position:relative;
			width:461px;
			margin-left:20px;
			margin-bottom:80px;
			line-height:1.4em;
			}
			
		.body_inner_right {
			line-height:1.4em;
			text-align:left;
			float:left;
			position:relative;
			width:280px;
			margin-left:20px;
			margin-bottom:80px;
			}

.seperator {
	height:20px;
	}
	
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:84px;   /* Height of the footer */
   background:#808080;
}

	.footer_inner {
		color:#FFF;
		margin:0 auto;
		text-align:center;
		width:850px;
		background-image:url(../img/footer_bg.jpg);
		background-position:top center;
		background-repeat:repeat-y;
		height:84px;
		font-size:14px;
		}

	.footer_inner a:link,
	.footer_inner a:visited {
		color:#FFF;
		text-decoration:none;
		font-weight:normal;
		}
	
	.footer_inner a:hover {
		color:#ceaca5;
		text-decoration:none;
		}
		
		.footer_inner_2,
		.footer_inner_3,
		.footer_inner_4 {
			padding-top:18px;
			}
		
		.footer_inner_1 {
			margin-left:25px;
			text-align:left;
			float:left;
			position:relative;
			width:202px;
			}

		.footer_inner_2 {
			margin-left:60px;
			text-align:left;
			float:left;
			position:relative;
			width: auto;
			}
			
		.footer_inner_3 {
			margin-left:60px;
			text-align:left;
			float:left;
			position:relative;
			width: auto;
			}
			
		.footer_inner_4 {
			margin-left:60px;
			text-align:left;
			float:left;
			position:relative;
			width: auto;
			}
