body {
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
background-color:#003300;
}

#header {
height: auto;
background-color: #003300;
margin-bottom:20px;
}

#content {
position: relative;
width: 800px;
margin: 0 auto; 
background-color:#003300;
}

#centre {
background-color:#003300;
margin-left: 220px;
height:auto;
color:#FFFFFF;
}

#left {
position: absolute;
left:0;
width: 200px;
}

#footer {
margin-top:20px;
height: 30px;
background-color: #003300;
text-align:center;
color:#999999;
}

.menuleft {
list-style-type: none;
margin: 0;
padding:0;
}

.menuleft li {
margin-bottom: 5px;
}

.menuleft a {
margin: 0 2px;
color: #ffcc33;
font-size:1.2em;
text-decoration: none;
}

.menuleft a:hover {
text-decoration: underline;
}

p {margin: 0 0 10px 0;}

h1{
	font-family:Arial Black,Arial,Helvetica,sans serif;
	text-decoration:none;
	font-weight:normal;
	color:#ffcc33;
	font-size:1.2em;
}

.img_about{
	margin-right:10px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:5px;
	border:2px solid #fff;
}

a{
	color:#ffcc33;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#ffcc33;
	text-decoration:none;
}

#pic{
	float:left;
	margin:20px;
	padding:2px;
}