body {
	background: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
}

#page {
	background: #ffffff;
	margin: 0 auto; 
	width: 700px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header {	
	width: 700px;
	float: left;

}

#menu {

	clear: both;
	background-color: #A91C1C; 
	width: 700px; 
	float: left;

}

#presentation{
	clear: left;
	background: #000 url("../../images/presrep.jpg") repeat-y left;
	width: 700px;
	height: 180px;
	
}

#footer {
	width: 700px;
	clear: both;
	margin-top: 100px;
}

.hplist {
	width: 220px;
	float: left;
	margin-left: 6px;
}

p{
	font: normal 10pt arial;
	color: #000;
	margin-left: 5px;
}

#presentation p{
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.menutext{
	font: normal 18pt arial;
	color: #fff;
	text-align: center;
}

.wel { 
	color: #ffffff;
	margin-left: 50px;
}

.skip {
	float: right;
	font: normal 8pt arial;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font: normal 10pt arial;
}

ol {
	font: normal 10pt arial;
}

li {

	list-style-position: outside;
	line-height: 1.1;
}

h1 {
	font: normal bold 14pt arial;
	color: #000;

}

h2, h3, h4, h5 {
	font: normal bold 12pt arial;
	color: #000;
	margin-left: 5px;
	text-align: center;
}

a:link {
	color: #A91C1C;
}

a:visited {
	color: #A91C1C;
}

a:hover {
	color: #333333;
}

a:active {
	color: #333333;
}



.menutext a:link {
	color: #fff;
}

.menutext a:visited {
	color: #fff;
}

.menutext a:hover {
	color: #E28989;
}

.menutext a:active {
	color: #E28989;
}




