body {
	margin:0;
	padding:0;
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	background:#fff;
}

/** Menu**/
#navcontainer
{
position: absolute;
margin: 60px 0 0 790px;
overflow: hidden;
width: 197px;
height:30px;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a{
	font-size: 1.3em;
}

#navlist li
{
border-left: 1px solid #555;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

.current {
	text-decoration: underline;
	color:#9f9d8e;
}

/**End Menu**/


h1, h2{
	margin:0;
	padding:0;
	line-height:175%;
}

p {
	margin-top: 10px;
}

a {
	text-decoration:none;
	color:#555;
	border:none;
}

a:hover {
	text-decoration:underline;
	color:#9f9d8e;
	border:none;
}

h2{
	font-size: 1.2em;
	font-style:bold;
	color:#555;
}

#about h2, #contact h2 {
	color:#c5deb2;
}

h3 {
	margin-top: -10px;
	font-size:1.7em;
	color:#93b877;
}

img{
	border:none;
}

.rule {
	border-bottom:1px inset #000;
	margin: 15px 0;
}

.clear{
	clear: both;
}

.visit {
	margin-top: 2px;
	float:right;
}

.visit a:hover{
	text-decoration:underline;
	color:#c5deb2;
	}

.more{
	margin-top: 35px;
	font-size: 1.4em;
	font-variant:small-caps;
	float:right;
}

#about {
	float: left;
	width:435px;
	margin: 20px 30px;
}

#contact {
	float: right;
	width:435px;
	margin: 20px 30px;
}

.bold {
	font-weight: bold;
	letter-spacing:.1em;
}

.ital {
	font-style: italic;
}

#wrapper {
	width:1000px;
	margin:auto;
}

#header {
	position: relative;
 	margin:0 0 50px 0;
	height:110px;
	width:1000px;
	background: #fff url(../images/dp_header.jpg) top left no-repeat;
}

#content {
	float:left;
	width: 1000px;
}

#gallery{
	margin: 0 80px 85px 0;
	width:280px;
	height:250px;
	float:left;
}

#rightgallery{
	margin: 0 0 85px 0;
	width:280px;
	height: 190px;
	float:right;
}

#footer {
	clear:both;
	height:50px;
}