body { 
	background-color: #38280A; 
	border-color: #ffffff;  
	border-style: solid;  
	border-width: 10px;
	margin: 0;
	position: center;
	text-align: center;
	}

a:active { color: #ffcc00; text-decoration: none; }
a:link { color: #ffcc00; text-decoration: none; }
a:visited { color: #ffcc00; text-decoration: none; } 
a:hover { color: #ffffff; text-decoration: none; }

.container { 
	width: 870px;
	height: 470px;
	}
	 
.menu { 
	color: #ffcc00; 
	float: left;
	font-family: arial, sans-serif;
	font-size: 7pt; 
	padding-right: 80px;
	text-align: left;
	width: 130px; 
	 }

.menu img {
	border-width: 0;
	width: 130px; 
	}

.content1 { 
	float: right;
	padding-top: 46px;
	text-align: left;
	width: 660px;
	 }

.content1 img {
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	
.content2 { 
	float: right;
	padding: 0;
	text-align: left;
	width: 660px;
	 }

.box1 { 
	background-color: #805913;
	color: #ffffff; 
	font-family: arial, sans-serif;
	font-size: 10px; 
	height: 90px;
	margin-top: 319px;
	padding: 10px;
	text-align: left; 
	width: 289px;
	}

.box2 { 
	background-color: #805913;
	color: #ffffff; 
	font-family: arial, sans-serif;
	font-size: 10px; 
	height: 35px;
	margin-top: 10px;
	padding: 10px;
	text-align: left; 
	width: 289px;
	}

.title { 
	font-size: 16px; 
	}

.subnav a {
	background: url("imgs/rollerball.gif") 0 0 no-repeat;
	background-color: #805913;
	color: #805913;
	display: block;
	float: right;
	font: bold 9px arial;
	height: 12px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	width: 17px;
	}
	
.subnav a:hover { 
	background-position: 0 -15px;
	}

.subnav a:active {
	background-position: 0 -15px;
	}

