body {
	background-color: #ccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align: center;
}

#wrap {
	/*margin: 35px auto;*/
	position: absolute;
	top: 36px;
	left: 93px;
	width: 789px;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
}

#header {
	width: 100%;
	height: 120px;
	background-image: url(http://www.automagnet.se/logos.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

#footer {
	width: 100%;
	font-size: 11px;
	background-color: #d9dfed;
	color: #666;
}

#content p {
	margin: 0 0 15px 0;
}

#footer p {
	margin: 0;
	padding: 3px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

h1 {
	margin: 40px 0 25px 0;
	font-size: 16px;
}

p#navigation {
	margin: 0;
	padding: 0;
	padding-top: 100px;
}

#navigation a {
	text-transform: uppercase;
}

.headMenuLink {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.headMenuLink:hover {
	color:#333333;
}

.headMenuLinkActive {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
}

