@charset "UTF-8";
/* CSS Document */

body {
	background-image: 
url(../images/bg-gray.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

.mainbox{
height:500px;width:900px;position:absolute;left:0px; border: 2px solid #FFFFFF; top:26px; background-color:#a8440f; background-image:url(../images/orange.jpg)
}

#global {
	position:absolute;
	left: 50%;
	top: 275px;
	width: 900px;
	height: 550px;
	margin-top: -207px;
	margin-left: -450px;
	border: 0px;
	border-collapse:collapse;
}
body,td,th, p, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
p, tr, td, th {color: #000000}

.style3 {
	font-size: 10px;
	font-style: italic;
}
.mainmenu {color: #FFFFFF; border:0px; height:25px;width:904px;}
