body, div, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
}
#menu {
	float: left;
	width: 150px;
	height: 150px;
	padding-top: 20px;
	border-right-style: solid;
	border-right-width: thin;
}
#menu li {
	list-style-type: none;
}
a, a:active, a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

#footer {
	width: 800px;
	text-align: right;
	bottom: 0px;
	left: 0px;
	background-color: #CCCCCC;
	padding: 3px;
	border-top-width: thin;
	border-top-style: solid;
	float: left;
}

#menu li {
	text-align: right;
	margin-bottom: 10px;
	padding-right: 20px;
}

#header {
	width: 800px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#content {
	float: left;
	width: 650px;
	height: auto;
	padding: 10px;
	margin-top: 25px;
}
.textecentre {
	text-align: center;
}

#content p {
	padding-bottom: 15px;
}
#content ul {
	padding-left: 30px;
	padding-bottom: 15px;
}
#content li {
	padding-bottom: 5px;
}
#content img {
	border: thin solid #666666;
	vertical-align: top;
}

