*{
	margin: 0; 
	padding: 0; 
	border: 0;
} 

html, body
{
	background-color: #282828; 
	font-family: Helvetica, Arial, Tahoma, sans-serif; 
	font-size:8pt; 
	color: #fff;
}

#wrapper
{
	margin: 40px auto; 
	width: 800px; 
	height: auto;
}

#header
{
	width: 322px;
	height: 52px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#menu
{
	width: 800px;
	height: 30px;
	border: 1px solid #222;
}

#menu ul
{
	padding: 8px 0px 0px 40px; 
	float: left;
}

#menu ul li
{
	margin-right: 40px; 
	display: inline; 
	list-style-type: none;
}

#menu ul li a
{
	font-size: 9pt; 
	color: #fff; 
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#index_content
{
	background: url(../images/bg.jpg);
	width: 800px;
	height: 600px;
	border: 1px solid #222;
}

#index_content2
{
	background: url(../images/bg.jpg);
	width: 800px;
	height: 534px;
	border: 1px solid #222;
}

#photo_content
{
	padding-bottom: 20px; 
	width: 800px; 
	min-height: 600px; 
	overflow: hidden; 
	border: 1px solid #222;
}

#content {	
	width: 800px; 
	height: 600px; 
	border: 1px solid #222;
}

#coloum1
{
	margin: 20px; 
	float: left; 
	width: 210px; 
	height: auto;
}

#coloum1 a
{
	color: #fff;
}

#coloum2
{
	margin: 20px auto;
	width: 210px; 
	height: auto;
}

#coloum3
{
	margin: 20px; 
	float: right; 
	width: 210px; 
	height: auto;
}

#footer
{
	font:#CCCCCC;
	padding: 10px 0 10px 0;
}

p.footer
{
	font-size: 8pt; 
	color: #CCC; 
	text-align: center;
	a color:#999999;
	text-decoration:none;
}

h3
{
	font-size: 10pt;
}

.style1 {
	color: #999999;
}

#ind_right {
	width:400px;
	height:600px;
	text-align:right;
	float:left;
}

#ind_left {
	text-align:right;
	width:400px;
	height:600px;
	float:left;
}

#inre_left {
	padding-top:30px;
	padding-left:20px;
	text-align:left;
	width:350px;
	float:left;
}


#inre_right {
	padding-top:30px;
	padding-left:20px;
	width:320px;
	text-align:left;
	float:right;
}

#infotext {
	margin-top:30px;
	width:300px;
	text-align:left;
	font-size:11px;
	font:"Times New Roman", Times, serif;
}