body {
	background: #666666;
	font: 100% Arial, Helvetica, sans-serif;
}
a {
	color: #FF9900;
}

#header {
	background: #000000;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#side {
	float: left;
	width: 200px;
	position: relative;
	margin-right: 10px;
}
#menu {
	position: relative;
	background: #343434 url(images/menu.jpg) no-repeat;
	width: 200px;
	padding-top: 200px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
#menu ul, #menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin-bottom: 5px;
}
#menu li {
	height: 28px;
	width: 190px;
	padding-left: 10px;
	padding-top: 0px;
	display: block;
}
#menu li a {
	background: url(images/menuitem.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 1px;
	height: 23px;
}
#menu li a:hover, #menu li a.activelist {
	background: url(images/menuitem_over.gif) no-repeat;
	color: #FF9900;
}
#web {
	position: relative;
	color: #FFFFFF;
	background: #323232;
	font-size: 90%;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
#web p {
	margin: 0px;
	padding: 5px;
}

#content {
	float: left;
	width: 740px;
	position: relative;
	text-align: left;
}
#content h1 {
	padding-left: 10px;
	margin: 0px 0px 10px;
	color: #FFFFFF;
	width: 730px;
	background: #000000;
	font-size: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content p {
	font-size: 95%;
	text-align: justify;
	background: #FFFFFF;
	padding: 9px 10px;
	margin: 0px;
}
#content img {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
}
#history {
	background: #FFFFFF;
	text-align: center;
}
#footer {
	width: 740px;
	padding: 0px;
	margin-top: 10px;
}
#footer p {
	color: #FFFFFF;
	background: #323232;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content p.ctr {
	text-align: center;
}

