* {
	margin: 0;
}

html, body {
	height: 98%;
}

body {
	font-family:	Arial,Verdana,Georgia,sans-serif;
	font-size:		12px;
	background:		#D3F4D4;
}

br.clear {
	clear: 			both;
}

a {
	text-decoration:none;
	color:			#776441;
}
a:hover {
	text-decoration:underline;
}

em {
	font-style: 	italic;
}

div#header {
	height:			100px;
	width:			100%;
	padding:		19px 0px 15px;
}

h1 {
	padding:		10px;
	font-size:		1.8em;
	font-weight:	bold;
	text-align:		center;
}

h2 {
	padding:		6px;
	font-size:		1.4em;
	text-align:		center;
}

p {
	margin:			10px;
	font-size:		1.1em;
	line-height:	1.4em;
	letter-spacing:	0.11em;
	line-height:	1.5em;
	font-family:	Arial,Verdana,Georgia,sans-serif;
}

p.quote {
	width:			85%;
	background:		#e3e3e3;
	padding:		15px;
	margin:			0px auto;
}

p.quote span {
	display:		block;
	text-align:		right;
	font-style:		italic;
}

p.center {
	text-align:		center;
}


div#container {
	position: 		relative;
	width:			800px;
	min-height: 	100%;
	height: 		auto !important;
	height: 		100%;
	margin: 		0 auto -45px;
	background:		#fff;
	padding:		0px 10px;
}

div#menu {
	float:			left;
	width: 			156px;
	text-align:		center;
	font-size:		1em;
	background:		#776441;
	border:			0px solid #000;
}
div#menu span {
	color:			#D3F4D4;
	display: 		block;
	margin:			15px 0px 5px;
	font-size:		80%;
}
div#menu ul {
	margin:			5px 5px 5px 5px;
}
div#menu ul li {
	font-family:	Arial,Verdana,Georgia,sans-serif;
	font-size:		1.4em;
}

li.selected a {
	border-bottom:	1px dotted #fff;
	border-top:		1px dotted #fff;
}
li.selected ul li a {
	border:			0px;
}

div#menu ul li ul {
	display:		none;
	margin-bottom:	10px;
}
div#menu ul li ul.open {
	display:		block;
}
div#menu ul li a {
	color:			#D3F4D4;
	display:		block;
	padding:		3px;
}
div#menu ul li ul li {
	font-family:	Arial,Verdana,Georgia,sans-serif;
	padding:		3px;
	font-size:		0.9em;
}
div#menu ul li ul li a {
	color:			#FFFFFF;
}
div#menu img {
	margin-top:		20px;
}

div#content {
	float:			left;
	margin:			0px 0px 0px 4px;
	width: 			636px;
	
	text-align:		left;
	background:		#fff;
	border:			0px solid #000;
}

div#content a {
	font-weight:	bold;
}

div#footer {
	float:			left;
	width:			100%;
	margin:			8px 0px;
	text-align:		center;
	font-size:		1em;
}

div#footer, div.push {
	height:			45px;
}

p.website_by_GK {
	margin:			35px 0px 25px 10px;
	font-size:		0.8em;
}