@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


h1{
	text-align:center;
	margin-top:0px;
}

#main{
	overflow:auto;
	padding-bottom: 80px;
}

#footer{
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 60px;
	clear:both;
	background-color:#EBEBEB;
	text-align: center;
	padding:10px;
}

.content{
	margin:0px;
	padding:60px;
}

.background{
	background-color:#000;
	height:82px;
}
.logo{
	float:left;
	margin-top:50px;
	margin-left:20px;
	margin-right:20px;
	border:none;
}

#menu{
	margin-left:auto;
	margin-right:auto;
	width:1150px;
}

.menuitem{
	float:left;
	margin-right:5px;
	margin-top:49px;
	margin-bottom:0px;
	border:none;
}

#design a{
	color:#EBEBEB;
	visibility:hidden;
}