

body{
	width: 100%;
	background: #888;
	font-family: "myriad-pro";
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #fff;
}

h1 {font-family: "sommet-rounded";}

h2 {color: #fff;}


#headerwrapper, #footerwrapper {
	background-color: #111;
	position: fixed;
	width: 100%;
}

#headerwrapper {
	top: 0;
	height: 5em;
}

#logo, #menu {
	float: left;
	width: 50%;
}

#logo>h1{
	color: #eee;
	margin-left: 2em;
}

#menu>ul {
	margin-right: 2em;
}

#menu ul li {
	float: right;
	margin-left: 1em;
	list-style: none;
}

#menu ul li a, #menu ul li a:visited {
	color: #FFF;
}

#menu ul li a:hover {
	color: #FFFF00;
}


#footerwrapper {
	bottom: 0;
	height: 3em;
}

#footerwrapper>h6 {
	color: #eee;
	margin-left: 2em;
}

#contentwrapper {
	width: 95%;
	margin: 0 auto;
	margin-top: 7em;
	margin-bottom: 6em;
	padding-left: 2em;
	overflow: hidden;
}

#contentwrapper ul{
	margin-left: -3em;
}

#contentwrapper ul li {
	float: left;
	list-style: none;
	margin-right: 2em;
	margin-bottom: 4em;
}

.imagethumb {
	padding-top: 10px;
	width: 270px;
	height: 280px;
	text-align: center;
	border: 1px solid #666;
}

.imagethumb>p {
	color: #fff;
}

.imagethumb>input {
	}

.submit {
	clear: both;
	background: #666;
	border: 4px solid #eee;
	padding: 1em 2em 1em 2em;
	color: #fff;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	
}

.image {
	height: 250px;
}



/** MEDIA QUERIES FOR TABLETS **/
@media only screen and (max-device-width: 1024px) {
	

#contentwrapper {
	width: 100%;
}


}