﻿html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}

ul.simple{
	list-style:none;
	list-style-image: none;
	margin: 5px 0;
}

ul.simple{
	margin: 2px 0;
	padding: 2px 0;
}

dl{

}

dl dt{
	float: left;
	margin: 0;
	font-weight: bold;
}

dl dd{
	float: left;
	margin: 0 0 0 5px;
}



a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:1.5em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#gallery-header{
	position: relative;
	height: 100px !important;
	margin-bottom: 5px;
	border-bottom: 5px #666 solid;
}
div#page {
	position: relative;
	width: 1100px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	min-height: 740px;
	padding: 20px;
	
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#gallery-footer {
	clear: both;
	color: #777;
	margin: 30px 0 0 0;
	padding: 20px 0 40px;
	text-align: center;
}

ul.navigation{
	background: #000;
}

a.thumb img{
	width: 75px;
	height: 56px;
}

#slideshow img{
	width: 748px;
	height: 562px;
	border: 1px #888 solid;
}


#contact{
	position: absolute;
	right: 20px;
	top: 0;
}

#contact .logo{
	
}