@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	background:url(images/background.png) repeat 0 0;
}
#wrapper {
	height:100%;
}
#header {
	background: url(images/logo.jpg) no-repeat 0 0;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:93px;
}
#header_text {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:500px;
	margin-top:20px;
}
#content_left {
	background:url(images/nav_bg.jpg) no-repeat 0 0;
	width:200px;
	height:650px;
	overflow:hidden;
	float:left;
	color:#FFF;
	font-size:2.0em;
	font-weight:bold;
	padding:10px;
}
#content_left h2 {
	margin:0;
	font-size:1.4em;
}
#content_left img {
	margin-top:-20px;
}
#content_left h3 {
	text-align:center;
	margin-left:-10px;
	margin-top:-1px;
}
#content_left a {
	color:#FFF;
}
#content_left ul {
	padding-left:30px;
	line-height:2.0em;
}
*:first-child+html #content_left ul {
	padding-left:0;
	margin-left:20px;
}
#content_right {
	width:550px;
	float:right;
}
#content_right img {
	border:thin #000 solid;
}
#content_right .box {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-size:1.4em;
	text-align:justify;
}
#content_right .box .first_letter {
	font-size:4.0em;
	line-height:0.4em;
}
*:first-child+html #content_right .box .first_letter {
	line-height:0.8em
}
#content_right #top_left_text {
	font-size:1.2em;
	border:thin #000 solid;
	width:12em;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float:left;
	background-color:#FFF;
}
#content_right #top_left_text .first_letter {
	font-size:2.0em;
	line-height:0.4em;
}
#content_right .content_left {
	position:relative;
	float:left;
}
#content_right .content_right {
	position:relative;
	float:right;
}
#content_right #top_right_images {
	font-size:1.2em;
	border:thin #000 solid;
	font-weight:bold;
	padding: 5px;
	float:right;
	background-color:#FFF;
}
#content_right #top_right_text {
	font-size:1.2em;
	border:thin #000 solid;
	font-weight:bold;
	padding: 5px;
	width:16.5em;
	margin-left:1.25em;
}
.footer_text {
	font-size:2.5em;
	text-align:center;
	font-weight:bold;
}
table {
	font-size:1.2em;
}
td {
	padding-right:15px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bolder;
	color: #000000;
	margin:0;
}
a {
	color: #000000;
	text-decoration: none;
}
.clear {
	clear:both;
}
