/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	background-color: #B9A578;
	color: #333333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

table {
	font-size: 120%;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {
	font: bold 1em sans-serif;
}

code {
	background-color: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {
}

.pic {
	padding: 6px;
	background-color: #FFFFFF;
	border: solid #333333 1px;
}

ul {
	margin-left: 2em;
}

h1 {
	font: normal 2.4em sans-serif;
}

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}


/* misc */

.thinline {
	margin: 0;
	overflow:auto;
}

.clearer {
	clear: both;
}

.stripes {
	background-color: #333;
	height: 0px;
}

.left {
	float: left;
}
	
.right {
	float: right;
}


/* header */

.header {
	background-color: #904800;
}

.header a {
	width: 100%;
	color: #F7F2E3;
	display: block;
	text-decoration: none;
}
.header span {}
.header a:hover {
	background-color: #904800;
	color: #F7F2E3;
}
.headerleft {
	float: left;
	background-color: #904800;
	width: 185px;
	padding: 10px 0px 10px 10px;
	color: #F7F2E3;
	text-align: left;
}
.headercenter {
}
.headerright {
	float:right;
	background-color: #904800;
	width: 540px;
	padding: 68px 12px 0px 0px;
	color: #F7F2E3;
	text-align: right;
}


/* structure */

.container {
	border: 2px solid #7D6E50;
}

.main {
	background: url(images/contentbkgrd.gif) left repeat-y;
}
.main .left {
	width: 199px;
	background-color:#F7F2E3;
}
.main .right {
	width: 555px;
	background-color:#F7F2E3;
}

.content {	
	padding: 12px 30px 24px 30px;
}


/* content elements */

.content h1 {
	color: #484830;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #484830;
	text-decoration: underline;
}
.content a:hover {
	color: #484830;
}
.content .descr {margin-bottom: 5px;}



/* navigation */

.nav {
	background-color: #484830;
	border-top: 2px solid #7D6E50;
	border-bottom: 2px solid #7D6E50;
}
.nav a {
	background-color: #484830;
	border-right: 1px solid #7D6E50;
	color: #F7F2E3;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 37px;
	padding: 0 12px;
}
.nav a:hover {
	background-color: #F7F2E3;
	color: #484830;
}


/* sub-navigation */

.subnav {
	color: #7D6E50;
	padding: 5px 5px 5px 5px;
	background-color: #F7F2E3;
}
.subnav h1 {
	color: #904800;
	padding-top: 8px;
	padding-bottom: 8px;
}
.subnav ul {
	margin: 0;
	border-top: 1px solid #7D6E50;
}
.subnav li {
	border-bottom: 1px solid #7D6E50;
	list-style: none;
}
.subnav li a {
	display: block;
	line-height: 2em;
	padding-left: 16px;
	width: 173px;
}
.subnav li a:hover {
	color: #F7F2E3;
}
.subnav a {
	color: #7D6E50;
}
.subnav a:hover {
	color: #F7F2E3;
	background-color: #904800;
}


/* footer */

.footer {
	height: 20px;
	background-color: #484830;
	border-top: 2px solid #7D6E50;
	color: #F7F2E3;
	padding: 20px 10px 10px 10px;
}
.footer ul {
	border-top: 1px solid #7D6E50;
}
.footer li {
	border-bottom: 1px solid #7D6E50;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #F7F2E3;
}
.footer a:hover {
	color: #BBB;
	background-color: #222;
}


/* bottom */

.bottom {
	color: #F7F2E3;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #F7F2E3;}
