body {
	color: #FFFFFF;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:##000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:#000000;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	background: #000000;
}

img {
	border: 1;
	color:#FFFFFF;
	margin: 5px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	padding: 5px;
	margin-top: 5px;
}

#banner {
	height: 100px;
	background: url(images/banner.jpg);
	border: 1px solid #333333;
}


#left1 {
	background: top;
	width: 182px;
	height: 450px;
	border: 1px solid #333333;
	margin-top: 10px;
	float: left;
}
#flash   {
	background: #000000;
	height: 300px;
	width: 40px;
	float: left;
}
#navcontainer {
	margin-top: 10px;
	width: 138px;
	float: right;
}
#text {
	float: right;
	width: 575px;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 10px;
	height: 450px;
	overflow: auto;
	margin-bottom: 10px;
	clear: right;
}
#container #text img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#nav  {
	width: 180px;
	float: left;
}
#bottom {
	clear: left;
	border: 1px solid #333333;
	padding: 3px;
}

.text td {
	font-size: 11px;
}


a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FFFF66;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

.text_small_bold {
	font-size: 9px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFB003;
	border-left-color: #FFB003;
	padding: 3px;
}

