* {
	margin: 0;
	padding: 0;
}

/* text etc */

h1 {
	text-align: right;
	font-size: 2em;
	margin-bottom: 12px;
	padding-bottom: 2px;
	margin-right: 20px;
	border-bottom: dashed 1px #654;
}

h2 {
	font-size: 1.8em;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

a {
	color: #963;
}

a:hover {
	color: #C60;
}

p,ul {
	font-size: 1.6em;
	padding-bottom: 1.2em;
	margin-right: 20px;
}

body {
	background: #655A46 url(images/bg.gif);
	/*background-color: #e5dcc9;*/
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}

.container {
	background: url(images/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
}

.header {
	text-align: right;
	background: url(images/bgheader2.gif) repeat-y;
}

.main {
	clear: both;
	padding: 0 60px 12px 28px;
}

.clear {
	clear: both;
}

/* menu styling */

.nav {
	float: left;
	width: 218px;
}
.nav ul {
	margin: 0 18px 0 -18px;
	padding: 0;
}
.nav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.nav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	width: 200px;
}
.nav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* images */
#logo {
	margin: 0 10px 0 0;
}

#banner {
	margin: 0 10px -3px 10px;
	border-top: solid 1px #654;
	border-bottom: solid 1px #654;
}

/* content */
.content {
	padding-top: 12px;
	float: right;
	width: 68%;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.redText {
	color: Red;
}

/* footer */

.footer {
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.3em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.footer a {
	color: #FFD;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

