.body {
	background-color: #948E4E;
	background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#disabled {
	background-color:#EBEED2;
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
}

.transparent {
	filter: alpha(opacity=50); /* ie */
	-moz-opacity: .5; /* mozilla */
}

#master {
	position: relative;
	width:775px;
	height:550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	border-top: 1px solid #4A5600;
	border-bottom: 1px solid #4A5600;
}

#message {
	position: absolute;
	width:100%;
	height:150px;
	top: 0;
	left:0;	
	margin-top: 100px;
	font-size: 12px;
}

#columnLeft {
	width:50px;
	height:550px;
	border-left: 1px solid #4A5600;
	border-right: 1px solid #4A5600;
}

#nav {
	position:absolute;
	left:52px;
	top:0px;
	height:550px;
	width:552px;	
	background-color:#EBEED2;
}

#content{
	position:absolute;
	left:52px;
	top:20px;
	border-right:1px solid #4A5600;
	margin-left:30px;
	width:486px;
	height:530px;
	padding-right:35px;
}

#columnRight {
	position:absolute;
	left:604px;
	top:0;
	height:550px;
	width:170px;	
	background-color:#74880F;
	border-right: 1px solid #4A5600;
}

#launch {
	position:absolute;
	left:625px;
	top:480px;
	height: 46px;	
}


li {
	display:inline;
}

ul{
	float:left;
	width:552px;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul a:link, ul a:visited{
	font-size:11px;
	float:left;
	color:#394B00;
	background-color:#D1D896;
	border-bottom: 1px solid #4A5600;
	border-right: 1px solid #4A5600;
	height: 20px;
	width:91px;
	text-align: center;
	line-height:20px;
	text-decoration:none;
}

ul a:hover{
	background-color:#E1E6BB;
}

a.current:link,a.current:visited,a.current:hover{
	color:#394B00;
	background-color:#EBEED2;
	border-bottom: 1px solid #EBEED2;
}

p{
	font-size: 11px;
	color: #333333;	
	font-weight: lighter;
	line-height:1.5em;
}

p b{
	font-weight:bold;
}


h1 {
	font-size: 20px;
	color: #535353;	
	font-weight: lighter;
}

div.outer {
	float: left;
	width: 125px; 
	height: 46px;
	margin: 0 3px 0 0;
	background: url( 'images/btn_launch_both.gif' ) 0 -46px no-repeat;
}
	
div.outer span {
	display: block;
	margin:0; 
	padding: 7px 0 0 13px;
}
	
div.outer a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	background: url('images/btn_launch_both.gif') top left no-repeat;
}

div.outer a:hover {
	background-image: none;
}

.counter{
	text-align:right;
}

.counter b{
	font-weight:bold;
}

.body b{
	font-weight:bold;
}

.note{
	font-size: 9px;	
}

#content a:link, .note a:visited, .note a:active{
	color: #4A5600;
	text-decoration:underline;
}

#content a:hover{
 	color: #74880F;
}

.metabolism {
	font-size: 9px;
	color: #333333;
	text-align: left;
	line-height:15px;
}