body {
	background-color: #4e4e4e;
	font-family: verdana;
	color: #efefef
}
#container {
	margin: auto;
	margin-top: 10px;
	width: 850px;
}
#nav-top {
	width: 136px;
	height: 18px;
	margin-left: 705px;
	font-size: 14px;
}
#header {
	width: 814px;
	height: 128px;
	background-image: url(../images/header.png);
	position: relative;
	left: 36px;
	top: 2px;
}
#nav-main {
	width: 309px;
	height: 20px;
	font-size: 12px;
	position: relative;
	left: 475px;
	top: 108px;
}
#logo {
	width: 155px;
	height: 235px;
	background-image: url(../images/logo.png);
	position: absolute;
	top: -20px;
	left: -36px;
}
#content {
	width: 700px;
	margin-left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #efefef;
	line-height: 11pt;
}
#footer {
	width: 700px;
	height: 35px;
	margin-left: 150px;
	background-image: url(../images/footer.png);
}
#footer-cont {
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	margin: auto;
	padding-top: 7px;
}
#preview{
	position:absolute;
	padding:0px;
	display:none;
	color:#fff;
}
a:link {
	color: #ffd6ac;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffd6ac;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 20px
}	
input:focus, textarea:focus{
background-color: lightyellow;
}
.info{
color: black;
background-color: lightgrey;
border: 1px solid darkred;
font: 13px Arial;
padding: 10px;
padding-bottom: 5px;
padding-top: 5px;
}

.gallery-list{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

