body {
	font-family			: Verdana;
	font-size			: 11px;
	color				: #000000;
	background			: url(../images/image.jpg) no-repeat 161px 0;
}
body, html {
	padding				: 0px;
	margin				: 0px;
}
img {
	border				: 0px;
}
h1 {
	border				: 1px solid #93781F;
	background			: #F2E8C4;
	padding-left		: 10px;	    
	border-left-width	: 16px;
	font-size			: 13px;
	height				: 23px;
	line-height			: 23px;
	margin				: 0px 0px 30px 0px;
}
a {
	color				: #A40029;
}
p {
	padding				: 0px 0px 0px 10px;
	margin-bottom		: 15px;
}
#content p {
	border-left			: 16px solid #93781F;
}
#nav {
	position			: absolute;
	padding				: 10px;
	top					: 0px;
	left				: 0px;
	width				: 140px;
	height				: 513px;
	background			: #93781F;
}
#nav p#copy {
	color				: #FFFFFF;
	font-size			: 9px;
}
#nav p#copy a {
	text-decoration		: underline;
	color				: white;
}
#content {
	padding				: 20px;
	position			: absolute;
	top					: 0px;
	left				: 433px;
	width				: 507px;
	min-height			: 493px;
	background			: #E3CD80;
}

* html #content {
	height				: 493px;
}

/* Navigation */
ul.nav {
	width				: 140px;
	padding				: 0px;
	margin				: 0px;
	list-style-type		: none;
}
ul.nav li {
	border-right		: 1px solid #79641A;
	border-bottom		: 1px solid #79641A;
	border-left			: 1px solid #79641A;
	background			: #E3CD80;
	height				: 18px;
	line-height			: 18px;
}
ul.nav li.first {
	border-top			: 1px solid #79641A;
}
ul.nav li a {
	padding-left		: 10px;
	width				: 128px;
	display				: block;
	font-size			: 10px;
	color				: #000000;
	text-decoration		: none;
}
ul.nav li.sub2 a {
	width				: 118px;
	padding-left		: 20px;
}
ul.nav li a:hover {
	background			: #F2E8C4;
}
ul.nav li.active a {
	font-weight			: bold;
	background			: #F2E8C4;
}

/* Wiki */
#wiki {
	padding				: 5px 10px 5px 10px;
	text-align			: center;
	font-family			: Arial, Helvetica, Sans-Serif;
	font-size			: 10px;
	position			: absolute;
	bottom				: 10px;
	border				: 1px solid #93781F;
	background			: #F2E8C4;   
	border-left-width	: 16px;


}
#wiki a {
	text-decoration		: none;
}

.google {
	margin-top			: 30px;
	margin-bottom		: 50px;
}
#suggestion {
	margin-top			: 10px;
	text-align			: center;
	width				: 140px;
}
