* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #40C1D4;
}

a:hover {
	text-decoration: none;
	color: #D8B077;
}

/* Header */

#header {
	height: 50px;
	background: url(images/img07.gif) repeat-x left bottom;
}
#header p {
	margin: 0;
	padding: 0 20px;
	line-height: normal;
}

#header .legal {
	float: left;
	height: 32px;
	padding-top: 18px;
	background: url(images/img08.gif) no-repeat;
}

#header .credits {
	float: right;
	height: 32px;
	padding-top: 18px;
	background: url(images/img09.gif) no-repeat right top;
}

.menu {
	position:absolute;
	top:20px;
}

.menu a {
	float: left;
	display: block;
	margin: 14px 10px 0 10px;
	padding: 0 10px;
	background: #40C1D4;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FFFFFF;
}

.menu a:hover {
	background: #0083A9;
}

/* Page */

#page {
	padding: 30px 0;
}

/* Content */

#content {
	float: right;
	width: 70%;
	padding-right: 5%;
}
#content p {
	margin:1em 0 1em 0;
}
/* Sidebar */

#sidebar {
	margin-right: 80%;
	text-align:justify;
	font-size:13px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: url(images/img05.gif) no-repeat;
}

#sidebar h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(images/img06.gif) no-repeat right top;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

.newstitle {
	font-weight:bold;
	margin-bottom:10px;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:30px;
}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	background: #40C1D4 url(images/img07.gif);
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0 20px;
	line-height: normal;
}

#footer .legal {
	float: left;
	height: 32px;
	padding-top: 18px;
	background: url(images/img08.gif) no-repeat;
}

#footer .credits {
	float: right;
	height: 32px;
	padding-top: 18px;
	background: url(images/img09.gif) no-repeat right top;
}

#footer a {
	color: #FFFFFF;
}