/* duon - duon.info
Updated: 090329 */

/* body, background, fonts */
body,
html { 
margin: 0;
padding: 0;
background: #0e0700;
background-repeat: repeat-x;
color: #0e0700;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 89%;
line-height: 150%;
text-decoration: none;
}
body {
	min-width: 680px;
	}

/* layout */
#wrap {
background-color: #fff;
margin-left: -340px;
position: absolute;
left: 50%;
width: 680px;
border: none;
text-align: center;
}
#header {
background: #fff;
margin: 0;
padding: 30px 0px 20px 20px;
height: 60px;
text-align: left;
}
#imageheader {
background: #fff;
margin: 0;
padding: 10px;
}
#content {
	background-color: #fff;
	text-align: left;
	width: 550px;
	margin: 0 auto;
	padding: 5px 5px 20px 20px;
	float: left;
}
#leftcontent {
	background-color: #fff;
	text-align: left;
	width: 360px;
	margin: 0 auto;
	padding: 5px 5px 20px 20px;
	float: left;
}
#rightcontent {
	background-color: #fff;
	text-align: left;
	width: 270px;
	margin: 0 auto;
	padding: 30px 20px 20px 5px;
	float: right;
}
#footer {
background-color: #fff;
border-top: 1px solid #555;
clear: both;
margin: 0px 10px 0px 10px;
padding: 0.2em;
text-align: left;
}

/* nav */
#nav {
background: #fff;
margin: 0;
padding-right: 20px;;
font-size: 12px;
font-weight: bold;
text-align: right;
}
#nav ul {
margin: 0;
padding: 0px;
background: #fff;
list-style-type: none;
}
#nav li {
display: inline;
list-style-type: none;
}
#nav a
{
	padding: 0px 1px;
	border-style: none;
}
#nav a:link, #nav a:visited
{
	font-weight: bold;	
	color: #d67c1c;
	background-color: transparent;
	text-decoration: none;
}
#nav a:hover, a:active
{
	font-weight: bold;	
	color: #1E71B7;
	background-color: transparent;
	text-decoration: none;
}

/* links */

a:link {
	color: #1E71B7;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #0e0700;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #d67c1c;
	font-weight: normal;
	text-decoration: none;
}	

/* headings, paragraph */
h1 {
	color: #d67c1c;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 130%;
	margin-top: 0.7em;
	margin-bottom: 20px;
}
.h1thin {
	font-size: 0.7em;
	line-height: 100%;
	margin-top: 1em;
	margin-bottom: 15px;
	font-weight: normal;
}
h2 {
	color: #0e0700;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1.0em;
	margin-bottom: 6px;
}
h3 {
	color: #0e0700;
	font-size: 0.9em;
	margin-top: 0.3em;
	margin-bottom: 0;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
.p2 {
	font-size: 10px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	color: #999;
}
.p3 {
	font-size: 90%;
	line-height: 154%;
	margin-bottom: 0.6em;
	color: #999;
}
.p3bold {
	font-size: 95%;
	line-height: 154%;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	color: #0e0700;
}
/* images */
img
{
	border-style: none;
	vertical-align: middle;
}
