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

#page {
	background: #fff;
	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;
	background: #fff;

}

#menu {

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

}

#menu2 {

	clear: both;
	background-color: #ffcc00; 
	width: 700px; 
	height: 5px;
	float: left;

}

#presentation{
	clear: left;
	background: #000;
	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;
}

.services {
	font: normal 14pt arial;
	color: #000;
	margin-left: 5px;
}

#presentation p{
	font: normal 10pt arial;
	color: #000;
}

#contacts {
	margin-left: 20px;
	margin-right: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

ul {
	font: normal 10pt arial;
		color: #000;
}

ol {
	font: normal 10pt arial;
		color: #000;
}

li {

	list-style-position: outside;
	line-height: 1.1;
	margin-bottom: 3px;
		color: #000;
}

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

}

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

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #ccc;
}

a:active {
	color: #ccc;
}



.menutext a:link {
	color: #000;
	text-decoration: none;
}

.menutext a:visited {
	color: #000;
	text-decoration: none;
}

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

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

input, textarea, select {
	border: 1px solid #ccc;
	background-color: #333;
	color: #fff;
}
