body {
	background: #b6d700 url(images/dp_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrap {
	width: 720px;
	margin: auto;
}
#header {
	width: 720px;
	height: 200px;
}
#logo {
	width: 620px;
	margin: auto;
}
#nav1 {
	background: url(images/dp_nav_1.jpg) top;
	display: block;
	width: 114px;
	height: 40px;
	float: left;
}
#nav1:hover {
	background: url(images/dp_nav_1.jpg) bottom;
}

#nav2 {
	background: url(images/dp_nav_2.jpg) top;
	display: block;
	width: 75px;
	height: 40px;
	float: left;
}
#nav2:hover {
	background: url(images/dp_nav_2.jpg) bottom;
}

#nav3 {
	background: url(images/dp_nav_3.jpg) top;
	display: block;
	width: 230px;
	height: 40px;
	float: left;
}
#nav3:hover {
	background: url(images/dp_nav_3.jpg) bottom;
}

#nav4 {
	background: url(images/dp_nav_4.jpg) top;
	display: block;
	width: 90px;
	height: 40px;
	float: left;
}
#nav4:hover {
	background: url(images/dp_nav_4.jpg) bottom;
}
.navspacer { width: 42px; float: left;}
.spacer_10 { height: 10px; }
.spacer_30 { height: 30px; }
#mainwrap {
	width: 720px;
	background: url(images/dp_bg_main_top.jpg) no-repeat;
}
#mainbottom {
	width: 720px;
	height: 30px;
	background: url(images/dp_bg_main_bottom.jpg) no-repeat;
}
#maincontainer {
	width: 700px;
	background: #ffffff;
	margin: auto;
}

#main {
	width: 650px;
	margin: auto;
	overflow: auto;
}


#main p {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	word-spacing: 3px;
	text-align: justify;
	letter-spacing: 0;
	text-indent: 20px;
	line-height: 18px;
	padding: 10px 0 10px 0px;
}
.floatright {
	float: right;
	margin: 0 0 10px 20px
}
#main .title {
	font-weight: bold;
	text-align: center;
}
#footer {
	font-size: 12px;
	text-align: center;
	color: #303030;
}
#footer a {
	color: #303030;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}

li {
	text-align: justify;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	text-indent: 20px;
	padding-bottom: 10px;
}
