/**/@media screen {
html {
	background: #e3dec6 url(images/html.png) repeat-y left;
	overflow-y: scroll;
	font: 76% helvetica, arial, verdana, sans-serif;
	height: 100%;
	line-height: 165%;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/body.png) repeat-x 0 140px;
	height: 100%;
}
p {
	margin: 1.12em 0;
}
html > /**/ body 
#wrapper {
	overflow: auto;
}
h1 {
	margin: 50px 0 0 65px;
	width: 524px;
	height: 66px;
	background: url(images/h1.png);
	overflow: hidden;
}
h1 
a {
	display: block;
	height: 66px;
	text-indent: -777em;
	overflow: hidden;
}
#nav {
	list-style: none;
	margin: 29px 0 0 10px;
	padding: 0;
	float: left;
	overflow: hidden;
	background: #006f51;
	display: inline;
}
#nav 
li {
	float: left;
	clear: left;
}
#nav
a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 177px;
	font-size: 1.05em;
	height: auto;
	line-height: 2.35em;
	background: #006f51 url(images/html.png) repeat-y -10px;
}
#nav 
a:hover {
	background-color: #e3dec6;
	color: #006f51;
}


strong {
	font: 1.25em georgia, 'times new roman', serif;
	color: #006f51;
	letter-spacing: 2px;
}

#content {
	font-size: 1.05em;
	width: 579px;
	margin:25px 0 0 187px;
	padding: 145px 0 0 10px;
	background: url(images/frontpics.jpg) no-repeat left top;
	position: static !important;
	position: relative;
	left: 10px;
}
html > /**/ body 
p {
	margin-left:20px;
}
ul, li {
	margin-left:4px;
}
#footer {
	background: url(images/footer.png) no-repeat center top;
	padding: 6px 0 0;
	text-align: center;
	color: #006f51;
}
#footer 
strong {
	font-size: 1.5625em;
	color: #006f51;
}
#footer 
p {
	font-size: 0.8em;
}
a {
	color: #006f51;
}
a:hover {
	color: #025841;
}
a:active {
	text-decoration: none;
}
input, 
textarea {
	color: #666666;
	border: 1px solid #00467f;
	background: white;
}
.galpics {
	margin:8px;
}
/**/}