@charset "utf-8";
/* home.css */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background-color: #414141;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#lefth   {
	position: absolute;
	left: 20px;
}
#wrapper #header #righth {
	position: absolute;
	right: 20px;
}
#wrapper #nav{
	font-size: 95%;
	background-color: #999;
	height: 22px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}
#nav li{
	display: inline;
}
#nav a:link, #nav a:visited {
	padding: 0.4em 1em 2em 1em;
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #333;
	background-color: #FFF;
}
#sidebar {
	float: left;
	width: 140px;
	text-align: left;
	line-height: 2em;
	padding-left: 0.7em;
	font-size: 0.9em;
	padding-top: 0.8em;
	background-color: #CCC;
}
#sidebar ul a{
	display: block;
	background: #999;
	color: #FFF;
	padding: .2em .5em;
	border-bottom: 1px solid #CCC;
}
#sidebar ul li a  {
	text-decoration: none;
}
#sidebar a:hover {
	background: #CCC;
	color: #000;
}
#wrapper #content {
	float: right;
	width: 730px;
	position: relative;
}
#wrapper #content p {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#clear {
	clear: both;
}
#footer {
	background-color: #999;
	color: #FFF;
	font-style: italic;
	font-size: 75%;
	height: 40px;
	vertical-align: middle;
}
.holder {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #content #mega {
	text-align: left;
}
#wrapper #content p {
	text-align: left;
}
#wrapper #content h5 {
	text-align: center;
}
#wrapper #content h3 {
	text-align: left;
}
#content h4 {
	text-align: left;
}
#content h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h4 {
	text-align: left;
}

