@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #003;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1064A0;
	border-left-color: #1064A0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1064A0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1064A0;
	padding-top: 0px;
	margin-top: 20px;
}
#wrapper #header {
	height: 250px;
	width: 1000px;
	background-image: url(Davora%20images/davora_banner_center-light.jpg);
}
#wrapper #body {
	background-color: #F5FFFF;
	clear: none;
	padding: 20px;
}
.bio {
	float: left;
	clear: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

#wrapper #navigaion {
	background-color: #003;
	color: #FFF;
	height: 49px;
	width: 990px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right-style: none;
	border-right-color: #D6D6D6;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1064A0;
	border-left-color: #D6D6D6;
	border-bottom-width: 2px;
}
#footer {
	background-color: #B5CFDC;
	font-size: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1064A0;
}
.copyright {
	font-size: 12px;
}
.catalog {
	clear: left;
	float: right;
}
.notice {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#pic {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
