/* CSS Document */

body {
	margin: 0px;
	background-attachment: fixed;
	background-color: #321D03;
	background-image: url(images/layout/d&bbkgr.jpg);
	background-position: center;
	background-repeat: repeat;
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #FFCC99;
	cursor: default;
	font-size: 13px;
	}
a {
	color: #FFCC99;
	text-decoration: none;
	}
a:hover {
	color: #FFFFCC;
	cursor: crosshair;
	border-bottom: #FFCC99 dotted 1px;
	}
tr {
	margin: 0px;
	padding: 0px;
	}
td {
	margin: 0px;
	padding: 0px;
	}
h1 {
	text-align: center;
	font-family: VivaldiD, "Century Gothic", Verdana, sans-serif;
	font-size: 24px;
	}
h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #FFCC99 dotted 1px;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: #FFCC99 dotted 1px;
	margin-right: 50%;
	letter-spacing: 2em;
	}
.content {
	margin: 0px auto;
	border: #FFCC99 dotted 1px;
	}
.header {
	background-attachment: scroll;
	background-color: #321D03;
	background-image: url(images/layout/header1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 800px;
	height: 300px;
	border-bottom: #FFCC99 dotted 1px;
	}
.nav {
	width: 800px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-bottom: #FFCC99 dotted 1px;
	vertical-align: middle;
	line-height: 10px;
	}
#nav {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}
.footer {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: justify;
	border-top: #FFCC99 dotted 1px;
	}
