body {
	text-align:center;
	background-color:#d4dfca;
	margin:0px;
	padding:0px;
}

* {
	font-family:Arial, Verdana, sans-serif;
	color:#000;
	font-size:12px;
}

#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

h2
{
	text-align:center;
	font-size:22px;
	color:#209917;
	font-weight:bold;
}

h5
{
	text-align:center;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}


h3
{
	font-size:16px;
	font-weight:bold;
}

h4
{
	text-align:center;
	font-size:19px;
}

a {
		text-decoration:none;
		color:#ffffff;
		font-size:12px;
}



#head {
	width:100%;
	height:245px;
	background:url('images/dk-header.jpg') no-repeat;
	background-position:top;
}

#nav {
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:40px;
	background:url('images/nav_back.gif') repeat-x;
	padding-top:10px;
	margin-bottom:-10px;
}

/*	#nav div.button {
		border-top:1px solid #b31d16;
		height:34px;
		width:171px;
		color:#fff;
		font-family:Arial, Verdana, sans-serif;
		font-size:12px;
		line-height:30px;
		text-align:right;
		cursor:pointer;
		padding-right:15px;
		position:relative;
	}
	
	#nav div.selected {
		width:151px;
		padding-right:35px;
		background-color:#bd341e;
	}
	
	#nav div.button img {
		position:absolute;
		right:20px;
		top:8px;
		display:none;
	}

*/


#content {
	position:inherit;
	width:696px;
	min-height:400px;
	align:center;
	background-color:#ffffff;
	text-align:left;
	border-left: 2px solid #ffd100;
	border-right: 2px solid #ffd100;
	margin:-2px;
	margin-left:0px;
}

#contentleft
{
	width: 400px;
	margin-right: 250px;
	font-size:12px;
	padding: 15px 15px 15px 15px;
}


#contentright 
{
width:200px;
float:right;
align:center;
padding: 15px 15px 15px 15px;
padding-left:20px;
}

#contentleft a
{
	text-decoration:none;
	color:#209917;
	font-weight:bold;
}

#celebbottom
{
clear:both;
width=100%;
}

#celebbottom * {
text-align:center;
}

#footer {
	width:100%;
	background-color:#209917;
clear:both;
	text-align:center;
	color:#fff;
	font-family: Arial, Verdana, sans-serif;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
}



#contentbottom {
	background-color:#ffd100; clear:both;
	bottom:0px;
	height:15px;
	margin-top:-10px;
}

	