/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */
body {
	background: #648c13;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
/* h1:first-letter 
{
	color: #555;
	font-size:x-large;
}
*/
p:first-letter 
{
	color: #ff703f;
	font-size:13px;
	font-weight: bold;
}
a  {
	color: #f2e4bb;
}
a:hover  {
	color: #000;
}
#top {
	background: #132e28;
	width: 905px;
	height: 70px;
	margin: auto;
	letter-spacing: 10px;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;	
}
#top a {
	color: #888;
}
#top  h1 {
	padding-top: 20px;
	padding-left: 30px;
	color: #253133;
	text-align: right;
	font-size: 20px;
	border-bottom: 1px dashed #fff;	
}
#top  h2 {
	padding-left: 30px;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 8px;
	text-align: left;
	border-bottom: 1px dashed #fff;	
}
#content {
	margin: auto;
	width: 905px;	
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}
#left_menu  {
	padding-top: 20px;
	float: left;
	background: #132e28;
	width: 200px;
	text-align: left;	
}
#left_menu a {
	border-bottom: 1px dotted #777;	
}
#left_menu  h3 {
	font-size: 14px;	
	color: #ff703f;
	text-align: center;
	border-bottom: 1px dashed #fff;	
}
#left_menu  ul {
	padding: 10px 0 10px 20px;
}
#left_menu li {
	list-style-type: circle;
}
#main {
	padding-top: 30px;
	padding-bottom: 20px;
	background: #132e28;
	float: left;
	width: 500px;
	border-bottom: 1px dashed #fff;	
}
#main p {
	padding: 10px 15px 10px 15px;
	text-align: justify;
}
#right_menu {
	padding-top: 20px;
	float: right;
	background: #132e28;
	width: 200px;	
	text-align: justify;	
}
#right_menu  h3{
	font-size: 14px;
	color: #ff703f;
	text-align: center;	
	border-bottom: 1px dashed #fff;	
}
#right_menu  ul {
	padding: 10px 0 10px 0;
}
#right_menu  p {
	padding: 10px 10px 10px 10px;
}
#footer {
	padding-bottom: 15px;
	background: #132e28;
	width: 504px;
	margin: auto;
	text-align: center;
}
#footer p {
	color: #999;
}
#end {
	background: #132e28;
	margin: auto;
	width: 905px;
	height: 70px;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;	
}