* {
	margin: 0;
	padding: 0;
}

/* background: #E7E7E2 url('images/dd_body.jpg') no-repeat center top;  */

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #414141; background-color: #ffffff; background-position: 0 0; }


h1, h2, h3, h4 {
	letter-spacing: 0.01em;
	font-family: Georgia, Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 30px;
}

h2 { font-size: 20px; font-style: normal; }

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #414141;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #414141;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 140%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}



hr {
	display: none;
}

/* Logo */

#logo {
	width: 860px;
	height: 100px;
	padding-top: 26px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding-left: 45px;
	
}

#logo h2 { float: right; font-size: 15px; font-weight: normal;  color: #414141; padding-top: 72px; padding-right: 37px; }


img.left { float: left; margin-top: 12px; margin-right: 20px; }

img.right { float: right; margin-top: 12px; margin-right: 20px; }

img.rgt { float: right; margin-top: 2px; margin-left: 2px; }

/* Menu */

#menu {
	width: 860px;
	height: 45px;
	margin: 0 auto;
	background: url(images/navibg.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 15px 0 15px;
	background: url(images/navidots.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page { background: url(images/dropshadow.gif) no-repeat; width: 860px; margin: 0 auto; padding-top: 35px; }

/* Content */

#content { float: left; width: 490px; }

#content h2 { color: green; margin-top: 5px;
	line-height: 140%; }

#content h3 { color: green; margin-top: 5px;
	line-height: 140%; }
	
#content h4 { color: green; margin-top: 5px;
	line-height: 140%; }

.copy { 
}

.copy .title { padding-left: 45px; }

.copy .entry { padding-bottom: 20px; padding-left: 45px; }
/* Sidebar */

#sidebar { float: right; width: 300px; padding-right: 35px; }

/* MPage */

#mpage { clear: both; background: url(images/dropshadow.gif) no-repeat; width: 860px; margin: 0 auto; padding-top: 35px; }

/* MContent */

#mcontent { float: left; width: 490px; }

#mcontent h2 { color: green; margin-top: 5px;
	line-height: 140%; }

#mcontent h3 { color: green; margin-top: 5px;
	line-height: 140%; }
	
#mcontent h4 { color: green; margin-top: 5px;
	line-height: 140%; }

.mcopy { 
}

.mcopy .title { padding-left: 45px; }

.mcopy .entry { padding-bottom: 20px; padding-left: 45px; }
/* Sidebar */

#msidebar { float: right; width: 300px; padding-right: 35px; }


/* Footer */

#footer {
	clear: both;
	width: 860px;
	height: 35px;
	margin: 0 auto;
	padding: 15px 0px;
	background: url(images/dripshadow.gif) no-repeat;
}

#footer p { margin: 0; line-height: normal; color: #414141; font-size: 9px; }

#footer a {
	color: #414141;
}

#footer .theend { float: left; padding-left: 45px; }

#footer .credit {
	float: right;
	padding-right: 35px;
}