@charset "utf-8";
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Tahoma,Arial,Sans-Serif;
	background: #022c3a url('../images-website-design-mn/starbg.jpg') fixed;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#dbfooter {
	height:339px;
	width:100%;
	background-image:url('../images-website-design-mn/dbfooter.png');
	background-repeat:repeat-x;
	position:absolute;
	z-index:-1;
	bottom:0px;
	left:0px;
	}
	
#dblogo {
	position:absolute;
	z-index:1;
	top:25px;
	left:10px;
	}
	
#dbmoon {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
	}
	
div > div#dbfooter { position: fixed; }
div > div#dblogo { position: fixed; }
div > div#dbmoon { position: fixed; }

#pagecontainer {padding-top:40px; padding-bottom:40px;}
#page {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:960px;
	border: none;
	text-align: left;
	background: transparent url('../images-website-design-mn/dbheader.png') repeat;
	position:relative;
	display:block;
	z-index:2;
	border: none;
	}
.flt_left {float:left;}
.flt_right {float:right;}
	
#content {
	padding: 0px 40px;
	line-height:18px;
	}
	
#header {
	background: transparent url('../images-website-design-mn/dbheader2.png') repeat;
	margin: 0px;
	height: 15px;
	width: 880px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	}

#headerimg {
	margin: 0px;
	padding: 15px 0px 0px;
	height: 15px;
	width: 880px;
	}
	
#footer {
	background: transparent url('../images-website-design-mn/dbheader2.png') repeat;
	border: none;
	padding: 15px 40px;
	margin: 0;
	width: 880px;
	height:15px;
	font-size:11px;
	}

	
h1, h2, h3 {
	font-family: Tahoma,Arial,Sans-Serif;
	font-weight: bold;
	color:#85A2D3;
	}

h1 {
	font-size: 1.6em;
	padding-top: 30px;
	margin: 0;
	}
	
h2 {
	margin: 30px 0 0;
	}
	
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #85a2d3;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #667a9b;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
.blue {color: #667a9b;}
.white {color: #FFFFFF;}

/* CONTACT FORM */


#dbdcontact label {font-size:11px; color:#85A2D3;}
#dbdcontact legend {font-size:12px; font-weight:bold;}
#dbdcontact fieldset {border:1px solid #28464F; padding:0px 15px 10px 15px; margin-bottom:15px; width:224px;}
#dbdcontact p {color:#FFFFFF;}
#dbdcontact .smallform {font-size:10px; color:#85A2D3;}
#dbdcontactinfo {float:left;}
#dbdcontactinfo img {border:1px solid #85A2D3;}
.ErrText {color:#CC9999; font-size:11px;}
#dbdcontact .dbdtextbox {
	background-color:#000;
	background-image:url("../images-website-design-mn/inputbg.jpg");
	border:1px solid #28464F;
	color:#85A2D3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	height:14px;
	margin-bottom:5px;
	margin-top:2px;
	padding-left:3px;
	width:219px;
}
#dbdcontact .dbdtextarea {
	background-color:#000;
	background-image:url("../images-website-design-mn/inputbg.jpg");
	border:1px solid #28464F;
	color:#85A2D3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	height:100px;
	margin-bottom:9px;
	margin-top:2px;
	padding-left:3px;
	width:219px;
}
#dbdcontact #dbd_reset_btn {
	width:110px;
	height:22px;
	border:none;
	color:#FFF;
	font-size:11px;
	background:transparent;
	background-image:url(../images-website-design-mn/button.png);
	cursor:pointer;
}
#dbdcontact #dbd_submit_btn {
	width:110px;
	height:22px;
	border:none;
	color:#FFF;
	font-size:11px;
	background:transparent;
	background-image:url(../images-website-design-mn/button.png);
	cursor:pointer;
}