* {
    margin: 0;
    padding: 0;
}
 
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;

	font-family:verdana, arial, helvetica;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul{
	list-style:none;
}
q:before,q:after,blockquote:before,
blockquote:after{
	content:"";
}
li a:link{
	text-decoration:none;
	color:#fff;
}
li a:hover{
color: #f35;
}
body, html{
	height: 100%;
	margin: 0px auto;
		text-align: center;
	background-color: #111;
}

.wrap {
	position: relative;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
    margin: 0 auto auto;
}
.head {
	background: #101010;
	min-height: 185px;
	line-height: normal;
}
#text{
	padding: 15px;
}
#head_left {
	width: 50%;
	float: left;
text-align: left;
}
#head_left img{
	padding-top: 160px;
}
#head_right {
	float: none;
	text-align: right;
	text-align: right;
}
#head_right img{
	padding-top: 130px;
}
.contents {
	width: 640px;
	margin: 50px auto auto;
	background: #111;
}
#hmenu {
	background: url(images/menu_bg.jpg) repeat-x top;
	width: 100%;
	min-height: 29px;
	line-height: 29px;
	color: #fff;
	text-align: center;
}
#hmenu a:link, #hmenu a:visited{
	text-align: center;
	padding-left: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#hmenu a:hover{
color: #f35;
}

#bread{
	background-color: #003300;
	min-height: 40px;
	width: 100%;
	float: none;
	clear: both;
}
#bread li{
	float: left;
	font-weight: nomal;
	line-height: 36px;
	padding-left: 20px;
	color: #fff;
	font-size: 12px;
}

#left{
	width: 300px;
	float: left;
	text-align: left;
color: #fff;
}
#left h1{
font-size: 16px;
font-weight: bold;
}
#left li{
	padding-top: 10px;
	padding-left: 10px;
}
#main{
	width: 724px;
	float: right;
	text-align: left;
}
.foot{
	width: 100%;
	background: #999;
	background: url(images/footer_bg.jpg) repeat-x top;
	text-align: center;
	height: 100px;
	font-size: 10px;
	text-align: center;
	color: #aaa;
}
#init{
	float: none;
	clear: both;
}
.foot #text p a:link,
.foot #text p a:visited,
.foot #text p a:hover{
text-decoration: none;
color: #dfd;
}
