body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#af7f17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

	a:link {color:#ffffff;text-decoration:underline;font-weight:bold;}
	a:visited {color:#ffffff;text-decoration:underline;font-weight:bold;}
	a:hover {color:#c97802;text-decoration:none;font-weight:bold;}
	a:active {color:#ffffff;text-decoration:underline;font-weight:bold;}

.container {
	width: 771px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #707070;
	border-left-color: #707070;
	background-color: #000000;
}

.address {
	background-image: url(images/orangetop.jpg);
	height: 72px;
	width: 762px;
	text-align:right;
	color:#000000;
	font-weight:bold;
	font-size:15px;
	padding-right:8px;
	padding-top:5px;
}

.slogan {
	color:#FFFFFF;
	padding-right:15px;
	padding-top:9px;
	font-size:17px;
	font-weight:lighter;
	}

.leftarea {
	width:160px;
	float: left;
	position: relative;
	top: -49px;
	background-color:#323232;
}

.nav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#999999;
	}

.navbutton {
	background-image: url(images/navbutton.jpg);
	width:129px;
	height:20px;
	padding-left: 30px;
	padding-top:2px;
	text-align:left;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
	.navbutton a:link {color:#333333;text-decoration:none;}
	.navbutton a:visited {color:#333333;text-decoration:none;}
	.navbutton a:hover {color:#c97802;text-decoration:none;}
	.navbutton a:active {color:#333333;text-decoration:none;}
	
.updatetitle {
	background-color: #ea8b00;
	width: 150px;
	text-align:left;
	font-weight:bold;
	padding:5px;
}

.updates {
	font-size:11px;
	text-align:left;
	padding:5px;
	}

.footer{
	font-size:12px;
	font-weight:bold;
	}
	

