/* standard elements */

* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #769359 url(img/bg2.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
p,cite,code,ul {
	margin-bottom: 1em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}

}

h4 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
	color: #139C13;
}

ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {

	border: 2px dotted #213E21;
	color: #444;
	display: block;
	font: normal 18px "Lucida Sans Unicode",serif;
	margin-bottom: 10px;
	padding: 8px 10px;
	white-space: pre;
	text-align: center;
}

cite {
	display: block;
	
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
	text-align: center;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {

	height: 335px;
	text-align: center;
}

.header h1 {
	color: RGB(120,149,91);
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 632px;
}
.navigation a {
	background: url(img/navigation.jpg) no-repeat;
	color: #FFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 105px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
.content {
	padding: 18px 0;
	font: 14px times new roman;
}
.content h1 {
	color: #213E21;
	font-size: 1.4em;
	margin-bottom: 4px;
}
.content p {
	color: black;
	font-size: 1em;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}