@charset "utf-8";
/* CSS Document */

body{
	background: #333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
img{
display: block;
}
a{
	text-decoration: none;
}
.frame{
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	height: 142px;
	position: absolute;
	left: 0;
	top: 63px;
	z-index: 0;
	width: 100%;
}
.border{
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
	padding: 1px;
	width: 780px;
	z-index: 1;
	position: relative;
}
.container{
	background: #ffffff url(images/containerBg.png) repeat-x top;
	border-left: 1px solid #353131;
	border-right: 1px solid #353131;
	padding: 30px 10px 20px 40px;
	
}
.container h1{
	color: #C00;
	font-size: 15px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
}
.container p{
	color: #575757;
	margin-left:20px;
	text-align: justify;
}
.footer{
	border-top: 1px solid #CCC;
	color: #999;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}
.footer span{
	color: #999;
	display: block;
}
.menu{
	background: url(images/menuBg.png) repeat-x;
	height: 28px;
	padding: 0 0 0 120px;
	text-align: left;
	
}
.menu a{
	color: #fdfdfd;
	display: inline-block;
	font-weight: bold;
	margin: 0 10px 0 0;
	height: 21px;
	padding: 7px 10px 0 10px;
}
.menu a:hover{
	background: #666666 url(images/menuBg.png) repeat-x scroll 0 15;
	color: #ffffff;
}
.map{
	float:right;
	margin: 160px 0 180px 10px;
}
