@import url("reset.css");
 @import url("comments_style.css");
body {
	text-align: center;
	background-color: #FFF;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #191919;
	background-color: inherit;
}
#wrapper {
	border-top: 4px solid #444444;
	margin: 0 auto;
	text-align: left;
	width: 920px;
	height: auto;
}
#header {
	height: 140px;
	position: relative;
}
#logo {
	position: absolute;
	top: 33px;
	float: left;
	width: auto;
}
#info {
	position: relative;
	top: 23px;
	font-size: 12px;
	line-height: 20px;
	float: right;
	width: auto;
	font-style: italic;
}
#info p {
	text-align: right;
}
#header #mainNav {
	background: #89C4EC;
	list-style: none;
	height: 30px;
	position: absolute;
	top: 100px;
	width: 920px;
	font-size: 11px;
	line-height: 30px;
	clear: both;
}
#header #mainNav li {
	float: left;
	width: 140px;
}
#header #mainNav a {
	display: block;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding-left: 11px;
	color: #191919;
}
#header #mainNav a:hover {
	color: #FFF;
	background: #444444;
	padding-bottom: 10px;
}
#header #mainNav li .navPresent {
	color: #FFF;
}
#mainContent {
	width: 720px;
	float: left;
	font-size: 13px;
}
#mainContent p {
	line-height: 20px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 20px;
}
#mainContent a {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 1px;
	color: #89C4EC;
	text-decoration: none;
	background-color: inherit;
}
#mainContent a:hover {
	color: #191919;
	border-bottom: 0;
}
#mainContent a.link {
	border: 0;
}
#mainContent p a:hover img.image {
	border: 1px solid #89C4EC;
}
#mainContent h1 {
	padding-top: 40px;
	font-size: 21px;
	padding-bottom: 5px;
}
#mainContent h2 {
	padding-top: 25px;
	font-size: 17px;
}
#mainContent h3 {
	padding-top: 10px;
	font-size: 14px;
}
#mainContent ul {
	list-style: disc;
	padding-left: 50px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#mainContent ol {
	list-style: decimal;
	padding-left: 50px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#mainContent form {
	margin-top: 15px;
	margin-bottom: 20px;
}
#sidebar {
	width: 170px;
	float: right;
	padding-bottom: 30px;
}
#sidebar h1 {
	padding-top: 40px;
	font-size: 14px;
	border-bottom: 2px solid #D6D6D6;
	text-align: right;
	color: #434343;
	padding-bottom: 8px;
}
#sidebar #subNav {
	line-height: 30px;
	font-size: 13px;
}
#sidebar #subNav li {
	border-bottom: 1px solid #D6D6D6;
	display: block;
	text-align: right;
}
#sidebar #subNav li a {
	color: #434343;
	text-decoration: none;
	text-align: right;
}
#sidebar #subNav li a:hover {
	color: #89C4EC;
	background-color: inherit;
}
#footer {
	clear: both;
	border-top: 1px solid #D6D6D6;
	font-size: 11px;
	height: 50px;
	color: #999999;
}
#footer a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #89C4EC;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 1px;
	background-color: inherit;
}
#copyright {
	text-align: center;
	padding-top: 8px;
	line-height: 17px;
	font-weight: bold;
	float: left;
	width: auto;
	padding-bottom: 8px;
}
#menu {
	color: #999999;
	padding-top: 8px;
	float: right;
	width: auto;
	padding-bottom: 8px;
}
.navPresent {
	background: #444444;
	padding-bottom: 10px;
}
.quote {
	font-style: normal;
	text-align: right;
	color: #999999;
	font-size: 11px;
}
.logotype {
	padding-top: 40px;
}
.image {
	border: 1px solid #D6D6D6;
	padding: 5px;
	margin-left: 34px;
}
.about {
	border: 1px solid #D6D6D6;
	padding: 5px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.link {
}

