
*{
	margin		: 0px;
	padding		: 0px;
}

:focus{
	outline:none;
}

#wrapper{
	width: 1000px;
	}
	
#head{
	width:1000px;
	height:780px;
	float:left;
	background:url(../images/head.jpg) no-repeat;
}

#tel img{
	float:right;}
	
#nav{
	width:520px;
	height:313px;
	float:left;
	margin-top:337px;
	margin-left:425px;
}

#nav ul{
	width:520px;
	height:313px;
	float:left;
	list-style:none;
	padding:0;
}
#nav ul li{
	float:left;
	margin-left:20px;
}
#nav ul li a{
	text-decoration:none;
	border:0;
	float:left;
	display:block;
	margin-top:0px;
}
#tel{
	width:940px;
	height:106px;
	float:left;
	text-align:center;
	margin-top:16px;

	}

#main {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#left{
   	width:602px;
	padding-left:0px;
	float:left;

}
#right{
    float:right;
    width:382px;
    padding-right:0px;
    
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 180px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.clear {
	clear: both;
}

a:link {
	color: #7c4806;line-height:35px;text-decoration: none;font-size:15px;
}
a:visited {
	color: #000000;line-height:35px;text-decoration: none;font-size:15px;
}
a:active {
	color: #e59025;line-height:35px;text-decoration: none;font-size:15px;
}
a:hover {
	color: #e59025;line-height:35px;text-decoration: underline;;font-size:15px;
}