/*BASIC ELEMEMENTS*/
body {
	background-color: #4e3d2f;
	background-repeat: repeat-x;
	background-image: url('images/body_background.gif');
}

/*STRUCTURAL DIVS*/
div#main_helper{	
	width: 1030px;
	margin: 0 auto 0 auto;
}
div#topper {
	height: 145px;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url('images/topper_background.gif');
	background-repeat: no-repeat;
}

div#navigation {
	height: 35px;
	width: 884px;
	background-image: url('images/navigation_background.gif');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

div#belt{
	height: 221px;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url('images/belt_background.gif');
	background-repeat: no-repeat;
}

div#content {
	min-height: 109px;
	width: 854px;
	background-image: url('images/content_background.gif');
	background-repeat: no-repeat;
	background-color: #605144;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*FOOTER*/
div#footer {
	min-height: 52px;
	height: 52px;
	width: 854px;
	background-color: #39312c;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

div#footer ul{
	float: left;
	list-style:none;
	margin-left:15px;
}

div#footer ul li{
	float: left;
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}

div#footer_helper {
	background-color: #221a14;
}

div#footer_helper2 {
	width:1030px;
	margin: 0 auto 0 auto;
}

/*NAVIGATION*/

#footer ul img{ display: none; }div#navigation *{
	height:35px;/*so it stays in its boundries*/
	padding:0px;
	margin:0px;
}

div#navigation ul{
	padding-top: 10px;
	padding-right: 80px;
	float: right;
	list-style:none;
}

div#navigation ul li{
	float: left;
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}

img#img-footer-right{
	float: right;
	margin-right:30px;
}

p.TESTING{
	color: white;
	font-size: 36px;
}
/*CONTENT*/
div#content table, div#content h3{margin:0 0 10px 20px;}
div#content h2 {font-size:28px;color:white;padding:30px 0 20px 40px;font-weight:bold;}
div#content p {font-size:18px;line-height:30px;padding:0 5px 20px 5px;color:#ccc;}
div#content table tr td {color:#ccc;padding-right:10px;}
div#content h3{color:#ccc;text-decoration:underline;font-size:20px;}
div#navigation a, div#footer a{ padding-left: 20px; font-weight: bold; text-decoration: none; color: #b3b3b3; }
div#navigation a:hover, div#footer a:hover{ color: white; }
div#navigation{ }
td.right{ text-align: right; }
div#content table tr td a img{border:1px solid brown;padding:1px;}
