* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Tahoma, "Times Roman", Verdana, Georgia, serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	color: #AA0000;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
}

p, ul, ol {
        text-decoration: none
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
        text-decoration: none
	margin-left: 3em;
}

a:link {
        text-decoration: none;
        text-underline: none;
	color: #1953A7;
}

a:active {
        text-decoration: none;
        text-underline: none;
	color: #ED5C0C;
}

a:visited {
        text-decoration: none;
        text-underline: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #AA0000;
}

img {
        text-decoration: none
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 1015px;
	height: 40px;
	margin: 0 auto;
	border-right: 1px solid #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 144px;
	height: 30px;
	padding: 10px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: ;
	text-decoration: none;
	text-align: center;
	font-size: 114%;
	color: #ffffff;
}

#menu a:hover {
	background: #FFC13F;
}

#menu .active a {
	background: #FFC13F;
	color: #F7F7F4;
}

/* Header */

#header {
	width: 1016px;
	height: 168px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 1016px;
	height: 48px;
	margin: 0;
	padding: 130px 0 0 0;
	background: url(images/logo_feha.jpg) no-repeat;
	text-align: right;
	font-size: 30px;
}

#header a {
	text-transform: ;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

/* Page */

#page {
	width: 1016px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
        text-decoration: none
	float: right;
	width: 800px;
	padding-top: 10px;
}

.post {
        text-decoration: none
	margin-bottom: 20px;
	padding: 0 6px;
}

.hr {
        text-underline: none;
	border-bottom: 1px solid #AA0000;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 2px;
	background: #AA0000;
}

#sidebar h2 {
        text-underline: none;
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
        text-underline: none;
	font-size: 114%;
	color: #AA0000;
}

#sidebar ul {
        text-underline: none;
	margin: 0;
	padding: 11px;
	list-style: none;
}

#sidebar li {
         text-decoration: none
         text-underline: none;
}

#sidebar a {

	color: #FFFFFF;
}

.bluebox {
	background: url(images/img02.gif) repeat-y;
}

.bluebox h3 {
	background: url(images/img03.gif) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 20px;
	padding: 11px 0;
	background: #DC7A08 url(#) repeat-x;
}

#footer p {
	margin: 10;
	text-align: center;
	font-size: 110% bold;
}

#footer a {
	color: #000000;
}
