
BODY
{
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 12px;  
	background-color	: #C7C7C7;
	color 				: Black;
	margin 				: 10px 0px 0px 0px; 
}

#container
{
	width				: 900px;
	position			: center;
	margin				: 0px auto;
	margin-top			: 0px;
}

#head {
	height				: 130px;
	border				: 0px;
	background-image 	: url(img/logo.png);	
	text-align 			: center;
}

#menu {
	text-align			: center;
	background-color	: #C7C7C7;
	padding-top			: 10px;
}

#header 
{
	text-align			: center;
	background-image	: url(img/header.png);
	height				: 5px;
	overflow			: hidden;
}

#reclame
{
	border				: 1px solid;
	width				: 133px;
	height				: 295px; 
}

#content
{
	width				: 888px; 
	background			: #fff;
	float				: left;
	height				: 425px;
	overflow			: auto; 
	border-left			: 1px solid #000;
	border-right		: 1px solid #000;
	padding-top			: 0px;
	padding-left		: 5px;
	padding-right		: 5px;
}

#footer 
{
	clear				: both;
	background-image	: url(img/footer.png);
	height				: 35px;
	text-align			: center;
}

a, a:hover, a:visited
{
	color				: #000;
}

h1 , h2, h3, h4, h5, h6
{
	margin				: 0px auto;
}


