/* CSS Document */

body {
	background: #B8CFC4 url(images/background2.jpg) no-repeat center top;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #8D8A7B;
	margin:0;
	padding:0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:720px;
	margin-top: 100px;
	text-align:left;
	
}

h2 {
		color: #4B453F;
		margin-top:12px;
}

#left {
	width:130px;
	float:left;
	display:inline;

}
#centre {
	width: 560px;
	float:right;
	display:inline;
	}

a {
	color: #4B453F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.selected {
	text-decoration: underline;
	
}


ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
 li{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}

.clear {
clear:both}


