body {
	padding-top: 80px;
	background: #FFFFFF url(images/head.jpg) repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #203C36;
	margin:0 auto;
	position:relative;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #B8E0D7;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #203C36;
}

h1, h2, h3 {
	text-transform: lowercase;
	color: #203C36;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

a {
	color: #7AB9AB;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 960px;
	height: 80px;
	background: ;
}

.menu {
	position:absolute;
	top:30px;
	left:200px;
	margin:0 auto;
}
.menu a {
	color:white;
	text-decoration:none;
	display: inline;
	margin-right:30px;
	float: left;
	font-size:18px;
}
.menu a:hover {
	text-decoration:underline;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 40px 30px;
	background: url(images/img03.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: url(images/img04.jpg) repeat-y;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	background: url(images/img05.jpg) no-repeat;
	padding:0 10px 0 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

.newstitle {
	font-weight:bold;
	margin-bottom:10px;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:20px;
}
/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #696B60 url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #999999;
}

#footer a {
	color: #999999;
}