/* CSS Document */
@import url(menu.css);

* {

}
body {
background-color: #6666cc;
font-family: Arial, sans serif;
font-size: 95%;
color: #FFFFCC;
}
/*
a:link {
	color:#006699;
	text-decoration:none;
}

a:visited {
color:#330099;
text-decoration:underline;
}
*/
#wrapper {
margin: 0;
position:relative;
width: 1000px;
background-color: #6666cc;
}

#clear {
clear:both;
}
/*
#navlinks li {
 display: inline;
}

#navlinks ul {
margin:0 auto;
position:absolute;
width:950px;
list-style:none;
background:url(images/menu_bg.gif) repeat-x top left;
}

#navlinks ul a  {
padding: 0 1.2em;
font-size:16px;
line-height:1.5em;
color:#FFF;
display:inline;
list-style:none;
text-decoration:none;
float:left;
display:block;
background:url(images/menu_sep.gif) no-repeat left top;
}

#navlinks ul a.first  {
background:none;
}

#navlinks ul a:visited {
color:#CCCCCC;
}
#navlinks ul a:hover {
display: block;
background-color:#333333;
}
*/

#header {
	position:relative;
	background-color: #6666cc;
	background-image:url(images/dbbanner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 140px;
}

#header h1{
margin-top:0;
margin-left: -1000px;
background-repeat:no-repeat;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
margin-left: 4em;
color:#FFCC99;
font-size: 100%;
line-height:2em;
}

#content {font-family: Arial, Helvetica, sans-serif;
position:relative;
color:#FFFFFF;
width: 1000px;
background: #6666cc;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

#about {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:200px;
	left: 0px;
	color:#000000;
	width: 850px;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 20px 20px 20px;
}

#main {
margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
position:absolute;
font-family: Arial, Helvetica, sans-serif;
position:relative;
color:#FFFFFF;
width: 950px;
background: #6666cc;
text-align: left; /* this overrides the text-align: center on the body element. */
top: 30px;
}

#photogallery {
	position:absolute;
	top: 241px;
	left:177px;
	width: 550px;
	background: #6666cc;
}

p { margin-left: 4em;
width:650px;
}

.mainnav {
position:relative;
margin:0 auto;
padding: 50px 20em 4em 0em;
}

#content img {
float: left;
margin: 10px 10px 10px 0px;
}

#about img {
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 6px 0px;
}

.style1 {font-size: 85%}
.style2 {font-size: large}
.clear {
clear:both;
}
.blockquote1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	width: 400px;
	float: right;
}
#content #listing {
	height: 400px;
	width: 800px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
