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: 4px;
	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: black;
	}

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

	.gallery a:link {
    	color: black;
	}

	.gallery a:visited {
    color: black;
    }

	.gallery a:hover {
    	color: black;
	}

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

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

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

	.contact a:hover {
    	color: black;
	}
	
.topcontainer {
	height: 70px;
	width: 800px;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;	
}
	
.container1 {
	height: 40px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}	
	
	.container1 h1 {
		font-size: 17px;
		color: black;
	}
	
.galcontainer {
	height: 150px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.halfl {
	height: 150px;
	width: 400px;	
	float: left;
}

.halfr {
	height: 150px;
	width: 400px;	
	float: right;
}

.gal1 {
	height: 150px;
	width: 150px;
	float: left;
	margin-left: 40px;
}

.gal2 {
	height: 150px;
	width: 150px;
	float: right;
	margin-right: 20px;
}

.gal3 {
	height: 150px;
	width: 150px;
	float: left;
	margin-left: 20px;
}

.gal4 {
	height: 150px;
	width: 150px;
	float: right;
	margin-right: 40px;
}

.fakepadding {
	height: 25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.fakepadding2 {
	height: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footerline {
	width: 800px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: black;
}

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