

body {
   background: #202c4d url(images/ccbg.png) repeat-x scroll;
   text-align : center;
	margin : 0px;
	padding : 0px;
	z-index: -5;
	}

h1,h2,h3,h4,p {
   color : #000000;
	font-family: Georgia, serif;
	}

ul, li {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	}

.link {
    font: bold 16px Georgia;
    color:#000000;
  }

.link a {
    font: bold 16px Georgia;
    text-decoration:none;
    color:#006b7b;
  }

.link a:visited, .link a:active {
    color:#006b7b;
  }

.link a:hover {
    color:#000000;
    text-decoration:underline;
  }

#global {
    margin-bottom : 0px;
	margin-right : auto;
    margin-left : auto;
    margin-top : 0px;
    position : relative;
	top:15px;
    text-align : left;
    width : 900px;
	}

.bgfill {
	position: absolute;
	top: -23px;
	left: 451px;
	height:444px;
	width: 540px;
	background: transparent url(images/dvmanbg.gif) no-repeat scroll top left;
	z-index: 1;
	}
	
#head {
	background : transparent url(images/banner.jpg) no-repeat scroll top left;
    height : 200px;
    width : 700px;
    position : relative;
	top: 0px;
	border: solid 1px #dec78a;
	}

#headmenu {
	height : 30px;
    width : 900px;
	position : absolute;
	top: 170px;
	left:0px;
	}

#headmenu ul {
	margin:0;
	padding:0;
	position: relative; 
	}

#headmenu li {
	float: left;
	list-style-type: none;
	width: 100px;
	display: block;
	}

#headmenu a {
	width: 100px;/* button width  */
	height: 30px;
	float: left;
	display: block;
	text-align: center;
	border: none;
	text-decoration: none;
	font: bold 16px Georgia;
	color: #dec78a;
	}

#headmenu a:hover {
	color: #ffffff;
	margin-top: -2px;
	padding-bottom: 2px;
	}

#main {
	margin: 0px;
    position : relative;
	top: 23px;
    width : 900px;
	height: auto;
	z-index: 2;
	}

#shoe {
    width : 660px;
	margin : 30px 10px 15px 240px;
	padding-top: 40px;
	color : #dec78a
	}
	
#shoe p{
	text-align: center;
	color : #dec78a
	}
	
#shoe a{
	color : #fdf4da;
	text-decoration: none;
	}
	
#shoe a:hover {
	color: #ffffff;
	}	
  
#lowpad {
	height : 200px;
	width : 100%;
	}

#maincontent {
	position : relative;
	font: 14px georgia;
	top: 0px;
	height : auto;
	width : 660px;
	overflow : auto;
	z-index: 5;
	}
	
#maincontent p {
	margin: 0px;
	padding: 10px;
	}
	
#maincontent ul, #maincontent li {
	list-style-type: disc;
	margin-left: 20px;
	}
	
#maincontent h1 {
	margin: 0px;
	padding: 5px 7px;
	height: 25px;
	background: #3b476a url(images/contenthead.png) repeat-x scroll top;
	color: #dec78a;
	font: bold 20px Georgia;
	border-left: solid 1px #3b476a;
	border-right: solid 1px #3b476a;
	clear: both;
	}

#maincontent h2 {
	margin: 8px 3px 1px 3px;
	}
	
#maincontent h3 {
	margin: 8px 3px 1px 3px;
	clear:both;
	}
	
.contentblock {
	background: #fdf4da url(images/contentbg.png) repeat-x scroll bottom;
	padding: 5px 5px 20px 5px;
	border-bottom: solid 1px #3b476a;
	border-left: solid 1px #3b476a;
	border-right: solid 1px #3b476a;
	}
	
.left {
	float: left;
	padding: 10px;
	}
	
.right {
	float: right;
	padding: 10px;
	}

.menublock {
	background: #606d93 url(images/menubg.png) repeat-x scroll bottom left;
	padding: 5px 5px 35px 15px;
	margin: 0px 0px 15px 10px;
	border-bottom: solid 1px #3b476a;
	border-left: solid 1px #3b476a;
	border-right: solid 1px #3b476a;
	}
	
#leftmenu {
	position:relative;
	float: left;
	top: 0px;
	color:#ffffff;
	height: 100%;
	width: 220px;
	padding-right: 20px;
	}
	
#leftmenu h2 {
	background:#dec78a url(images/menuhead.png) repeat-x scroll left top;
	height:25px;
	margin: 0px;
	color : #3b476a;
	font: bold 18px Georgia;
	padding: 5px 20px;
	border-left: solid 1px #caa644;
	border-right: solid 1px #caa644;
	}

#adwindow {
	position: relative;
	padding: 10px 20px;
	height: 120px;
	}
		
#dropMenu {
	width: 190px;
	}
	
#dropMenu li, #dropMenu li a {
	display: block; 
	margin: 5px 0px;
	cursor:pointer;
	color : #dec78a;
	font: bold 16px Georgia;
	text-decoration: none;
	}
	
#dropMenu li:hover, #dropMenu li a:hover {
	color : #ffffff;
	padding-left: 2px;
	}
	
#dropMenu div{ 
	display: block;
	width: 130px;
	line-height: 22px;
	position:absolute;
	z-index: 100;
	margin-top: -12px;
	left: 75px;
	background: #dec78a;
	font: bold 14px Georgia;
	text-decoration: none;
	border: solid 1px #423417;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	}
	
#dropMenu div a{
	display: list-item;
	color: #3b476a;
	display: block;
	text-decoration: none;
	text-align: center;
	font: bold 12px Georgia;
	margin: 6px 0px;
	}

#dropMenu div a:active, #dropMenu div a:visited {
	color: #3b476a;
	text-decoration: none;
	}

#dropMenu div a:hover {
	color: #000000;
	}