body {
	background-image: url(images/body-background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h1 {
	background-color: #B90431;
	padding: 4px;
	font-size: 20px;
	color: #FFF;
	margin: 0px;
}
h1 a{
	background-color: #B90431;
	padding: 4px;
	font-size: 20px;
	color: #FFF;
	margin: 0px;
}
h2 {
	margin: 2px;
	font-size: 16px;
	color: #022C86;
}
h3 {
	margin: 2px;
	color: #333;
	font-size: 14px;
}

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}
#header {
	height: 125px;
	font-size: 40px;
	text-align: right;
	padding-top: 10px;
	color: #A60101;
	padding-bottom: 5px;
}
.fontnumber {
	font-size: 16px;
	color: #666;
}


#menu {
	height: 30px;
	border: 1px solid #B3B3B3;
	background-color: #F5F5F5;
}

#cookie {
	text-align: right;
	height: 17px;
	padding-top: 3px;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-right: 92px;
}
#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#cookie a:hover {
	color: #A90603;
}
#contentcontainer {
	min-height: 500px;
}
#contentcontainer a {
	font-weight: bold;
	color: #022673;
	text-decoration: none;
}
#contentcontainer a:hover {
	color: #033399;
}

#banner {
	float: left;
	width: 600px;
	min-height: 200px;
	border: 1px solid #B3B3B3;
}
#righttop {
	float: right;
	width: 390px;
	min-height: 200px;
	border: 1px solid #B3B3B3;
}
#services {
	float: left;
	width: 600px;
	margin-top: 10px;
	border: 1px solid #B3B3B3;
	min-height: 300px;
	background-color: #EEE;
}
#highlights {
	float: right;
	width: 390px;
	margin-top: 10px;
	border: 1px solid #B3B3B3;
	min-height: 300px;
}

#footer {
	background-image: url(images/footer-background.png);
	background-repeat: repeat-x;
	height: 150px;
	margin-top: 10px;
}


#footercontent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footercontent a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#footercontent a:hover {
	color: #B82B33;
}
.center {text-align:center;}

#wrap {position:relative;}
#moto {
	position: absolute;
	top: 25px;
	left: 470px;
	font-size: 20px;
	font-weight:bold;
	color: #900;
	font-style:italic;
}

