/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #D95A15;
}
a:hover {
	color: #FF9900;
}
body {
	background: #FFFFFF url(img/bg.gif) repeat-y center top;
	color: #596D20;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	overflow:auto;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #68751F;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: normal;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #D95A15;
	padding-top: 0px;
}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	margin: 0 auto;
	width: 800px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
}
.title h1 {
	font: normal 1,4em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/bgnavi.png) no-repeat;
	height: 30px;
	padding: 0 11px;
}
.navigation a {
	border-left: 1px solid #FFF;
	/*border-right: 1px solid #A13A0C;*/
	color: #FFFFFF;
	float: right;
	text-align: center;
	text-decoration: none;
	font: bold 1.4em Verdana,sans-serif;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.navigation a:hover {
	/*background: url(img/bgnavihover.png) repeat-x;*/
	color:#C1DA69;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}

/* holders */
.holder {
	background: url(img/bgholder.png) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(img/holder.png) no-repeat;
	height: 20px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #68751F;
	font-size: 1.1em;
	text-align: center;
	padding: 0 32px;
}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}

