body{	
	color: #655748;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #332a1f;
    padding-top:30px;
	}

p {
	margin-top: 0px;
    }
	
h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
    margin-bottom: 0px;
	
	}
	
h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -0.5em;
	}	
	
a:link, a:visited{
	color: #655748;
	text-decoration: underline;
	}
	
a:hover{
	color: #c7bbac;
	}
	
#containermain{
	margin: 0px auto;
	width: 1000px;
	visibility: visible;
	z-index: 1;
	}
	
#contentTable{
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	}	
	
.menu{
	color: #FFF;
	height: 24px;
	}


.menu a:link, .menu a:visited{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	}	
	
#content{	
	margin: 20px 40px 20px 40px;
	}
	
.BodyContent{
	background-image: url(../images/main_img.gif);
	background-repeat: no-repeat;
	
	}
	
.ContentMain{
	width: 680px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #655748;
	}

.ContentOther {
	width: 203px;
    overflow-x: hidden;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/col-back.gif);
	}
	
.ContentOther h1{
	margin-top: 20px;
	}
	
	
.images{
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #332a1f;
	border-right-color: #332a1f;
	border-bottom-color: #332a1f;
	border-left-color: #332a1f;
	}
	
#footerDK{
	margin: 0px auto;
	width: 950px;
	}
	
/* form styles */

.item{
	padding-bottom: 5px;
	vertical-align: middle;
	}
	
input, textarea, select{
	border: 1px solid #655748;	
	}	
	

	
/*
------------------------------------------------------
Main Navigation
------------------------------------------------------
*/

.nav a:hover{
	background-color: #c7bbac;
	}

#nav, #nav ul {
	width: 187px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
}

#nav a {
	display: block;
	color: white;
}

#nav li {
	float: left;
	width: 187px;
	list-style-type: none;
}

#nav li ul {
	position: absolute;
	width: 187px;
	left: -999em;
	background-color: #938677;
	opacity: .9;	
	z-index: 999;	
}

#nav li:hover ul {
	left: auto;
	z-index: 999;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 999;		
}


#nav li ul ul {
	margin: -3em 0em 0 16.9em;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul ul li a:link, #nav ul ul li a:visited{
	padding: 10px;
	border-bottom: 1px solid white;
	}
	

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;

}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
