@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
}

img{
	border:0px;
}

body{
	margin:0px;
	text-align:center;
	background-image:url(../img/wall2.jpg);
	background-repeat:repeat-x;
}

#wrap{
	width:980px;
	margin:0px auto;
	background-color: #fff;
	border-left:1px solid #333;
	border-right:1px solid #333;
	
}

#top{
	width:980px;
	height:700px;
}
#top_menu{
	width:300px;
	text-align:left;
	float:left;
}
#top_right{
	width:600px;
	padding-top:150px;
	text-align:left;
	float:left;
}

#main{
	width:980px;
	background-image:url(../img/footer.jpg);
	padding-top:30px;
	background-repeat: no-repeat;
}


#mainL{
	width:300px;
	float:left;
	text-align:center;
}

#mainR{
	width:650px;
	float:left;
	text-align:center;
}


#footer_wrap{
	background-image:url(../img/footer2.jpg);
}
#footer{
	width:980px;
	height:150px;
	text-align:right;
	margin:0px auto;
}
#footerL{
	width:600px;
	float:left;
	text-align:left;
}
#footerL img{
	margin:30px 0px 0px 0px;
}

#footerR{
	width:340px;
	float:left;
}
address{
	margin:100px 10px 0px 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
