@charset "utf-8";
/* CSS Document bu Dieter Schneider | csstemlateheaven.com*/

* {
	margin: 0;
	padding: 0;
	color: #000000;
}

img {border: none;}

p {margin-bottom: 25px;}

body {
	background: #c6d5ff url(images/header1.jpeg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b2c3a;
	background-color: #c94954;
}

#header {
	width: 822px;
	height: 349px;
	margin: auto;
	background-image: url(images/header1.jpg);
}
#nav {}

#content {width: 686px; margin: 20px auto}

#footer {width: 676px; margin: auto; text-align: right; padding-right: 10px}

.portfolio {
	background: url(images/frame.png) no-repeat;
	padding: 23px 27px 27px 23px;
}

#navcontainer {padding-top: 80px; padding-left: 100px}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
}

#navlist li a
{
	text-decoration: none;
	color: #990000
}
