/*
    
    by Robert Stohr
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: #999999;
}
p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}
.centerDiv {
   text-align: center;
}
.title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #E6E6E8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper {
	width: 900px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background: #666666;
}
#header {
	width: 900px;
	height: 170px;
	margin: 0;
	position: relative;
	background: #ffffff url(../images/header.gif) no-repeat;
}
#header #logo {         
	position: absolute;
	left: 44px;
	bottom: 54px;
	display: block;
	width: 338px;
	height: 88px;
}
#banner {
	width: 900px;
	height: 110px;
	margin: 0;
	position:relative;
	background: #ffffff url(../images/banner.gif) no-repeat;
}
#banner #title {
	position: absolute;
	left: 97px;
	bottom: 49px;
	display: block;
	width: 529px;
	height: 35px;
	font-size: 24px;
	font-weight: bold;
}
#footer, #aboutFooter, #reviewsFooter p{
	text-align: center;
	padding-top: 40px;
	font-weight: bold;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.alignCenter{ text-align: center}

.alignRightItalic{ 
text-align: right;
font-style: italic;
}
.contactRequired{
	text-align: right;
	font-style: italic;
	color: #FF0000;
}
