@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	margin:1em;
	background:#302E26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

#container{
	width:950px;
	margin:3em 0 0 0;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	font-weight:bold;

}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#302E26;
	font-weight:300;
}

#header{
	width:900px;
}
#header p {
	text-align:right;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

#logo{
	background:url(../images/logo.jpg) no-repeat;
}

#popup-logo{
	background:url(../images/db-logo.jpg) no-repeat;
}

#logo, #popup-logo
{
	float:left;
	width:361px;
	height:60px;
}

#logo img, #popup-logo img {
	border:none;
}


#nav{
	width:500px;
	float:right;
	margin:-0.2em 9em 0 0;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	display:inline;
	margin-right:-5px;
}

#nav img {
	border:none;
}

#slideshow{
	float:right;
	width:342;
	height:349;
	margin:40px 45px 0 0;
}

/* rounded corners */

/* white */
.roundcont {
	width: 900px;
	background-color:#D0D4B6;;
	color: #302E26;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*
	Gallery Items
*/

.gallery-main-round-cont
{
	width: 900px;
	background-color:#D0D4B6;
	color: #302E26;
	/*
	height:1000px;
	*/
}
.gallery-main-round-cont p {
	margin: 0 10px;
}

.gallery-images-container
{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

.gallery-images-container ul
{
	width:640px;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
}

.gallery-images-container ul li
{
	width:160px;
	height:110px;
	float:left;
}

/* footer */

#footer {
	width:900px;
	background-color:#A6976E;
	color: #000;
	margin-top:1em;

}

#footer ul li{
	list-style:none;
}

#footer-left{
	float:left;
	width:49%;
	padding-left:1%;
	padding-bottom:6px;
	padding-top:5px;
	background-color:#A6976E;
}

#footer-right{
	float:right;
	width:49%;
	padding-top:5px;
	padding-right:1%;
	padding-bottom:20px;	
	background-color:#A6976E;
}

.h2-footer{
	float:right;
}

.footer a:link {
	color:#FFF;
}

.footer a:visited {
	color:#A6976E;
}

.footer a:hover {
	color:#A6976E;
}

.footer a:active {
	color:#FFF;
}
