body {
	height: 100%;
	margin: 0;
	font-family: 'Magra', sans-serif;
}	

.header {
	width: 100%;
	height: 10px;
	position: relative;
	background-color: black;
}

.headerpad {
	width: 100%;
	height: 10px;
	position: relative;
}

.logo {
	width: 411px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(logo.png);
}

.menu {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 175px;
	height: 18px;
    margin-left: auto;
    margin-right: auto;	
}

	.menu a:link {
    text-decoration: none;
	}
	
.home {
	display: inline;
	padding-right: 6px;
	font-weight: 600;
	font-size: 15px;
}

	.home a:link {
    	color: #838383;
	}

	.home a:visited {
    color: #838383;
    }
	
	.home a:hover {
    	color: black;
	}

.store {
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: 600;
	font-size: 15px;
}

	.store a:link {
    	color: #838383;
	}

	.store a:visited {
    color: #838383;
    }

	.store a:hover {
    	color: #095A00;
	}

.gallery {
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: 600;
	font-size: 15px;
}

	.gallery a:link {
    	color: #838383;
	}

	.gallery a:visited {
    color: #838383;
    }

	.gallery a:hover {
    	color: black;
	}

.contact {
	display: inline; 
	padding-left: 6px;
	font-weight: 600;
	font-size: 15px;
}

	.contact a:link {
    	color: black;
	}

	.contact a:visited {
    color: black;
    }

	.contact a:hover {
    	color: black;
	}

.container1 {
	height: 250px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.segment1 {
	height: 200px;
	width: 400px;
	float: left;
	background-color: white;
}

	.segment1 h1 {
		font-size: 17px;
		color: black;
	}
	
	.segment1 p {
		font-size: 15px;
	}

.segment2 {
	height: 240px;
	width: 350px;
	margin-top: 10px;
	margin-right: 25px;
	float: right;
	background-image: url(segment2c.png);
}

.container2 {
	height: 250px;
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.segment3 {
	height: 250px;
	width: 400px;
	float: left;
}

	.segment3 h1 {
		font-size: 17px;
		color: black;
	}
	
	.segment3 p {
		font-size: 15px;
	}
	
.segment4 {
	height: 250px;
	width: 400px;
	float: right;
	font-size: 15px;
}

	.segment4 h1 {
		font-size: 17px;
		color: black;
	}
	
	.segment4 p {
		font-size: 15px;
	}
	
.footerline {
	width: 800px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: black;
}

	.footercontent {
		margin-top: 5px;
		font-size: 10px;
	}

.divider {
	height: 50px;
	width: 100%;
}