body {
	margin: 0px;
	background:url(../images/bg.png);
	background-attachment:fixed;
}

#wrapper {
	width: 897px;
	margin: 0 auto;
	padding-top: 0px;
	height: auto;
}

#site_top {
	width: 897px;
	height: 74px;
	float:left;
}

#page {
	width: 897px;
	height: auto;
	float: left;
	background:url(../images/page_bk.png);
	background-repeat: repeat-y;
}



#sidebar {
	width: 155px;
	height: auto;
	float: left;
	margin-left: 20px;

}

#menu {
  width: 155px;
  float: left;

}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu a {
  display: block;
  width: 155px;
  height: 22px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-indent: 15px;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 3px;
  text-decoration: none;

}

#menu a:hover {
	background-color:#f36920;
}

#header {
	width: 681px;
	height: auto;
	float:left;
}

#content {
	width: 681px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;	
}

#text {
	width: 471px;
	margin-top: 10px;
	float:left;
}

#ad {
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.ad1 {
	width:200px;
	height: 200px;
	float:left;
}
.ad2 {
	width:200px;
	height: 400px;
	float:left;
}

.ad3 {
	width:200px;
	height: 200px;
	float:left;
}


#footer {
	width: 681px;
	height: 20px;
	float: left;
	margin-left: 185px;
	
	
}

#footer_text {
	color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	background-color:#FFF;
}
#footer_text a {
    color: #999999;
    text-decoration:none;
}

#footer_text a:hover {
    color: #333333;
    text-decoration:none;
}
#clear {
	clear: both;
}

.style_purple {
	color: #531288;
}

.style_orange {
	color: #f38023;
}

h1 {
	color: #2976ba;
	text-decoration:none;
}

