body {
	background: #916B2A url(bkg.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0;
	font: 12px "Arial" sans-serif;
	line-height: 18px;
}

a {
	color: #fff;
	font: 12px "Arial" sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #000;
	font: 12px "Arial" sans-serif;
	text-decoration: underline;
}

h2
	{
	font: bold 16px "Arial" sans-serif;
	color: #FF9900;

}
div#header {
	height: 146px;
	width: 800px;
	margin: 0 auto;
	clear: both;
}

div#nav {
	width: 800px;
	border-bottom: 2px solid #906A29;
	margin: 0 auto;
	padding: 7px;
	text-align: right;
}

div#nav img {
	border-bottom: 0px solid #906A29;
	margin-top: -10px;
	padding: 0px;
}

div#nav a { 
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	text-decoration: none;
}

div#nav a:hover { 
	color: #fff;
}

/* This is the transparent box */
#transbox {
	width: 740px;
	/*height: 375px;*/
	padding: 0;
	background-color: #554012;
	border: 0px solid black;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	overflow: auto;
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	}
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	padding: 20px;
	padding-top: 5px;
	font: normal 12px "Arial" sans-serif;
	line-height: 18px;
	/*text-transform:uppercase;*/
	color: #fff;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	overflow: auto;
	}
	
.left {
	margin-left: 0px;
	width: 250px;
}	
.right {
	float: right;
}

.cols { width: 250px; float: left;}

td {
	color: #fff;
	font: normal 12px "Arial" sans-serif;
}