
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, a{margin:0;}

.main{
	width:1300px; 
	min-height:500px; 
	margin:0 auto; 
	
	}

.header{
	background: url(images/header-image.jpg);
	width:100%;
	height:600px;
	
	 }
.header-upper{
	width:100%;
	height:60px;
	
	}

.site-name{
	width:25%;
	height:60px;
	float:left;
	
}
.menu{
	width:65%;
	height:60px;
	float:right;
	
	}

.site-name img{
	height:58px;
	margin: 10px 0 0 15px;
}

.menu ul{
	padding-right:50px;
	height:60px;
	float:right;
	
	}

.menu ul li{
	display:inline-block;
	margin-left:15px;
	margin-top:15px;
}

.menu ul li a{
	text-decoration:none;
	color: white;
	padding:15px;
}

.header-bottom{
	margin:100px auto;
	width:600px;
	height:300px;
	text-align:center;
	}

.header-bottom h1{
	color: white;
	}


.header-bottom h3{
	color: silver;
	margin:25px 0;
	}
.button{
	background: red;
	text-decoration:none;
	color: white;
	padding:10px;
	display:inline-block;
	margin-top:20px;}


