body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000;
}
p {
	padding: 3px 0;
}
img {
	border: 0;
}
h1 {
	padding: 34px 0 16px 0;
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
}
h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}

.left_img {
	float: left;
	margin: 0 8px 8px 0;
}
.center {
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#container {
	background: url('left_side_bg.gif') left repeat-y #fff;
}

#header {
	height: 150px;
	background: url('rhodes-kalithea.jpg') no-repeat #6699ff;
}
#header img {
	float: right;
}

#navigation {
	height: 25px;
	color: #333;
	background: #6699ff;
}

#leftcolumn {
	color: #333;
	width: 135px;
	float: left;
}
#leftcolumn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftcolumn ul li {
	margin: 0;
	padding: 0;
}
#leftcolumn ul li a:hover, #leftcolumn ul li  a:active
{
	background-color: #7a991a;
}
#leftcolumn ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 20px;
	background: #3366cc;
	font-size: 11px;
	text-align: center;
	border-style: solid;
	border-color: #6699FF;
	padding: 2px;
	line-height: 20px;
	text-decoration: none;
}

#content {
	float: left;
	color: #333;
	width: 520px;
	padding: 5px;
}
#rightcolumn {
	color: #333;
	width: 135px;
	float: left;
}
#footer {
	width: 800px;
	height: 25px;
	clear: both;
	color: #333;
	background: #6699ff;
}
#footer p {
	padding-left: 10px;
}