body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #333333;
	color: #996600;
}


#layout {
	height: 500px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
body#misskaren #layout {
	background-image: url(../back_misskaren.jpg);
}
body#services #layout {
	background-image: url(../back_services.jpg);
}
body#testimonials #layout {
	background-image: url(../back_testimonials.jpg);
}

#nav {
	position: relative;
	height: 30px;
	width: 400px;
	left: 380px;
	top: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

#nav a {
	font-weight: bold;
	color: #996600;
}

#content {
	overflow: auto;
	position: relative;
	height: 290px;
	width: 400px;
	left: 380px;
	top: 145px;
	text-align: justify;
}

#contact {
	position: relative;
	height: 20px;
	width: 400px;
	left: 380px;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#copy {
	height: 20px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	color: #999999;
}


#copy a {
	color: #999999;
}

p {
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}


a {
	text-decoration: none;
	color: #996600;
}

a:hover {
	text-decoration: underline;
}
