html {
	overflow-y: scroll;
}

* {
	padding:0;
	margin:0;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:justify;
}

img {
	border:0;
}
h1 {
	font-size:1.2em;
	margin-bottom:15px;
}
h3 {
	font-size:1.2em;
	margin-bottom:15px;
	background-color: #303030;
	color:#FFFFFF;
	padding:0 0 0 10px;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, Sans-Serif;
}
h2 {
	font-weight:normal;
	font-size:1.1em;
	color:#666;
	margin:15px 0 0 0;
}
.content h1, {
	margin-left:20px;
}
.content h2 {
	margin-left:45px;
}
.right {
	margin-left:100px;
}
a	{
	outline: none;
	color: #666;
}

form td {
	padding-top: 7px;
}

.nav, .content, .gallery, .galleryv {
	width: 980px;
	position: relative;
	margin: 20px auto 0 auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.nav	{
	height: 50px;
	background: ffffff;
}

.nav img {
	margin:0 0 0 5px;
	float:left;
}

.nav ul {
	width: 760px;
	display: inline;
	float:right;
	margin: 0 0px 0 0;
	padding: 0;
	list-style-type: none; 
	list-style-image:none;
	list-style-position:outside;	
}

.nav ul li	{
	float:left;
	list-style-type: none;
	height:50px;
	padding: 30px 6px 0px 6px;
}

.nav ul li a {
	display:block;
	color: #000;
	font-family: "Century Gothic", Century, monospace;
	font-weight: none;
	font-size: 1.6em;
	line-height:50px;
	text-decoration:none;
}

.navb {
	display:block;
	color: #000;
	font-family: "Century Gothic", Century, monospace;
	font-weight: none;
	font-size: 1.6em;
	line-height:50px;
	text-decoration:none;
}

#currentpage {
	color: #aaa;
}

.nav ul li a:hover {
	color: #aaa;
}

.content {
	font-size: 1.3em;
	margin-top:30px;
}

.content p, .content ul	{
	padding: 5px 20px 5px 45px;
	color: #111;
}

.gallery {
	height: 637px;
	background: #ffffff;
}

.galleryv {
	height: 667px;
	background: #ffffff;
}	

.footer {
	width: 977px;
	clear:both;
	margin: 20px auto 0 auto;
	padding: 0 0 0 15px;
}
