@charset "utf-8";

* {margin:0; padding: 0;}
img{border:none;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	background: url(../images/bg.gif);
}

blockquote, form {
	background: #f0f0f0;
	padding: 16px;
	margin-bottom: 8px;
	}

#logo {
	width: 840px;
	margin: 24px auto 18px auto;
	}
	
#nav {
	width: 840px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/bg_nav.gif) no-repeat;
	}

#nav ul {
	width: 560px;
	margin-top: 12px;
	list-style-type: none;
	float: right;
	}
	
#nav ul li {
	float: left;
	margin: 0 8px;
	}

#nav ul li a {
	display: block;
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	padding-left: 32px;
	background: url(../images/bg_nav-li.gif) no-repeat;
	}
	
#nav ul li a:hover { color: #fff; }

#wrap1 {
	padding-top: 29px;
	background: url(../images/bg_wrap2.gif) center top no-repeat;
	}
	
#wrap2 {
	background: url(../images/bg_wrap3.gif) center top repeat-y;
	}
	
#wrap3 {	
	width: 776px;
	margin: 0 auto;
	padding: 0 94px 120px 120px;
	background: url(../images/bg_wrap.gif) center bottom no-repeat;
	}
	
#wrap1.gallery {
	padding-top: 29px;
	background: url(../images/bg_wrap_gal_top.png) center top no-repeat;
	}

#wrap2.gallery {
	background: url(../images/bg_wrap3_gal.png) center top repeat-y;
	}
	
#wrap3.gallery {	
	width: 776px;
	margin: 0 auto;
	padding: 0 94px 120px 120px;
	background: url(../images/bg_wrap_gal_main.png) center bottom no-repeat;
	}

#content {
	width: 448px;
	float: left;
	margin-right: 64px;
	}
	
#content.gallery{
	width: 776px;
	float: left;
	margin-right: 0px;
	}
	
#content h1 {
	color: #c09991;
	font-weight: normal;
	margin-bottom: 16px;
	font-size:2.2em;
	}
	
h2 {
	color: #999;
	font-size:1.8em;
	font-weight: lighter;
	margin-top: -16px;
	margin-bottom: 16px;
	}
	
#content p {
	margin-bottom: 8px;
	line-height: 1.5em;
	}
	
#content input{
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	width:200px;
	}
	
#content textarea{
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	width:250px;
	height:50px;
	}
	
#content input.btn {
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#87000f;
	width:60px;
	}

#content a {
	color:#87000f;
	text-decoration:none;
	}

#content a:hover {
	text-decoration:underline;
	}
	
.required {
	color:#87000f;
	}

#sidebar {
	float: left;
	width: 264px;
	padding-top: 16px;
	text-align: center;	
	}
	
#content.gallery img{
	margin:0px -2px 0px 0px;
	}

.divider{
	width:751px;
	height:60px;
	background:url(../images/gallery/divider.gif) no-repeat;
	}

	
/**** GALLERY ****/
.frame{border:none; width: 100%; height:1470px; margin-left:-8px;}
#login a{float:left; color:#ccc; text-decoration:none;}
/**** GALLERY ****/

