/* standard elements */
* {

	font-family:Verdana,Trebuchet MS, Arial, sans-serif;
	font-size: 1em;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
/*	background: #769359 url(img/bg.jpg) repeat-y center top;*/
		background: #769359 url(img/bg.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
p,ul {
	margin-bottom: 1.2em;
}
/*h1 {
		font-size: 1.2em ;
	margin-bottom: 1.2em;
}
h2 {
	font-size: 1.1em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	color: #728F55;
}*/
ul {
	margin: 12px 0;
}
ul li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	line-height: 1.2em;
	padding-bottom: 1em;
}
ol {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 10px;
}
ol li {
	margin-left: 18px;
	line-height: 1.2em;
	padding-bottom: 1em;

}
.feature {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font-size: 1em ;
	margin-bottom: 12px;
	margin-left:10px;
	padding: 8px 10px;
	text-align:left;
	width: 180px;
	float:right;
	
}
.highlight {
	background: #FFF;
	color: #666;
	display: block;
		font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-style: solid;

	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #8FAB74;

}
.book {

	color: #663;
	font-size:  1.1em;
	padding-left: 28px;
	margin-bottom: 1.2em;
}
.quote {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font-size:  1.1em ;
	padding-left: 28px;
	margin-bottom: 1.2em;
}

/* misc */
.divider {
	height: 24px;
	background-image: url(img/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

.floatRight{
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px;
	margin-left: 15px;
	margin-right: 15px;
}

.floatLeft{
float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
	background-color: #597F93;
	background-image: url(img/hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* navigation */
.navigation {
	height: 36px;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.navigation a {
	background: url(img/navigation.jpg) no-repeat;
	color: #FFF;
	float: left;
		font-size: 1.2em ;
	height: 31px;
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 125px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
.content {
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}
.content h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
	color: #728F55;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}
