* {padding:0; margin:0}
#content
{
	width: 900px;
	/*background: url(images/content bg.jpg) repeat-x;*/
	background-color:#000000;
}

#header {
	width: 900px;
	height: 348px;
}

		#flash {
			width: 900px;
			height: 88px;
		}
		
		#button {
			width: 900px;
			height: 230px;
		}
		
		#menu {
	width: 900px;
	height: 30px;
		}

#main
{
width: 900px;
/*padding: 10px;
padding-top: 20px;
background: #5E7D06 url(images/table_back.gif) repeat-x top;*/
}


#left
{
	width: 245px;
	min-height:600px;
	float:left;
	padding: 2px;	
	border: 1px solid #009933;
}
/* mac hide \*/
* html #left{height:600px}
/* end hide */ 

#right
{
	width: 640px;
	min-height:600px;
	float: left;
	border: 1px solid #212121;
	padding: 2px;
	background-color: #212121;
}
/* mac hide \*/
* html #right{height:600px}
/* end hide */ 

#bottom
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width: 883px;
	float: left;
	padding: 5px;
	background-color: #C5C5C5;
	text-align:left;
}

.maintitle{
    padding:10px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#E8E8E8;
	font-size:25px;
	}
	
.textmainB{
	padding:10px;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif bold;
	color:#E8E8E8;
	font-size:14px;
}
.textmainBbullet{
	padding:10px;
	margin-left:30px;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif bold;
	color:#E8E8E8;
	font-size:14px;
}
.textmainS{
	padding:10px;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif bold;
	color:#E8E8E8;
	font-size:12px;
}

.textmainS ul, .textmainS li{
	margin-left:20px;
}

hr {
color:#666666;
border-style:ridge;
}

/*a, a:hover, a:visited, a:link{
	text-decoration:none;
	color:#CCCCCC;
}*/

.imga{
	text-decoration:none;
	cursor:pointer;
	border:none;
	color:#33CC00;
}
