body {
	background: url('bgimg.png') center top no-repeat fixed;
	background-color: #b22c31;
}

div#maincontainer {
	width: 760px;
	padding: 20px;
	min-height: 700px;
	background: white;
	margin-top: -8px;
	text-align: left;
}

div#prefooter {
	width: 780px;
	padding: 10px;
	text-align: center;
	background: white;
	margin-top: 0px;
}

div#footer {
	width: 780px;
	padding: 10px;
	background: #333;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}

a, a:visited, a:active {
	color: #b22c31;
	text-decoration: none;
}

a:hover {
	color: blue;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0px;
}

h2 a, h2 a:visited, h2 a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #b22c31;
	text-decoration: none;
}

h2 a:hover {
	color: blue;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444;
}

img {
	border: 0px;
}

img.articleimage {
	border: 1px solid black;
}

div.article {
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 10px;
	width: 80%;
	padding: 20px;
	background: white;
	text-align: left;
	margin-top: 20px;
	min-height: 165px;
}

div.article:hover {
	background: #ddd;
}

div.article p {
	margin-top: 0px;
	text-align: justify;
}

span.navlink {
	background: #efd4d5;
	border: 1px solid #b22c31;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

span.navlink:hover {
	background: white;
}

div.navigation {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

div#coupon {
	margin-top: 20px;
	text-align: center;
}

div#previousclients {
	margin-top: 20px;
}

div#projecthighlights {
	float: right;
	background: #ffeeff;
	width: 250px;
	border: 1px solid #999;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#projecthighlights ul, li {
	margin-left: -10px;
}