@import url('reset.css');
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	background:url('../images/body_bg.gif') repeat-x;
}
.main_container {
	margin:0 auto;
	width:800px;
}
.header {
	background: url('../images/header_bg.jpg') no-repeat;
	border-bottom:1px solid #EEEEEE;
	width:800px;
	height:64px;
}
.logo {
	float:left;
	width:213px;
	height:64px;
}
.mailto {
	float:left;
	width:277px;
	height:64px;
}
.clear {
	clear:both;
	height:1px;
	width:100%;
}
.middle_container {
	width:800px;
}
.sidemenu_container {
	float:left;
	width:194px;
	margin:0 36px 0 0
}
/*--SIDEMENU STYLES--*/
.sidemenu {/*UL*/
	list-style:none;
	width:194px;
	margin:.9em 0 0 0;
}
.sidemenu li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1em;
	text-decoration:none;
	color:#444444;
	text-align:right;
	margin:0 0 4px 0;
}
.sidemenu li a {
	font-size:1.2em;
	line-height:1.5em;
	text-decoration:none;
	color:#444444;
	text-transform:uppercase;
	font-weight:bold;
}
.sidemenu li a:hover {
	color:#000000;
	text-decoration:none;
}
.article_container {
	float:left;
	width:530px;
	margin:.9em 0 0 0;
}
.article_container h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	color:#444444;
}
.article_info {
	float:left;
	width:530px;
	height:40px;
	padding:0 0 .9em 0;
	margin:0 0 .6em 0;
	border-bottom:1px solid #EEEEEE;
}
.description {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1.2em;
	color:#444444;
	margin:0;
}
.article {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.5em;
	color:#444444;
	margin:.6em 0 0 0;
	text-align:justify;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1.4em;
	color:#444444;
	margin:1em 0 0 0;
	text-align:center;
}
strong {
	font-weight:bold;
}

