* { padding:0; margin:0; }
img { border:0; }
.wrapper { width:960px; text-align:left; margin:0 auto 0 auto; }
p { margin:1em; }


body { 
	background-image:url("../images/background.png");
	background-repeat:repeat-x;
	text-align:center;
}
div#header {
	height:115px;
}
div#header div.logo {
	height:115px;
	width:329px;
}

div#menu {
	height:60px;
	background-image:url("../images/backpage-menu.png");
	background-repeat:no-repeat;
} 

div#menu ul{
	position:relative;
	left:49px;
	top:19px;
	width:890px;
	padding-bottom:5px;
	color:#fff;
	font:normal 1em arial,helvetica,verdana,sans-serif;
}
div#menu a, div#menu a:hover {
	font:normal 1em arial,helvetica,verdana,sans-serif;
	text-decoration:none;
	color:#fff;
}
div#menu li {
	display:inline;
	margin-right:22px;
	padding-bottom:4px;
}
div#menu ul li a, #div#menu ul li a:visited {
	color:#fff;
	font:normal 1em arial,helvetica,verdana,sans-serif;
	text-decoration:none;
}
div#menu li a:hover {
	color:#ffe200;
}

div#menu a.current {
	color:#aaa;
}

div#submenu {
	height:19px;
	background-image:url("../images/backpage-submenu.png");
	background-repeat:no-repeat;
}

div#teaser {
	height:305px;
	background-image:url("../images/teaser.png");
	background-repeat:no-repeat;
}

div#content {
	background-image:url("../images/content.png");
	background-repeat:repeat-y;
	text-align:center;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	overflow:auto;
	padding-bottom:50px;
}

div#content h3, div#content h2, div#content h4 {
	color:#a68900;
}
div#content h2 {
	padding-top:10px;
}
div#content h3 {
	margin-top:15px;
}
div#content h4 {
	margin-top:15px;
}

div#content div.shell {
	margin:0 auto 0 auto;
	width:900px;
	text-align:left;
}

div.testimonial {
	margin-top:30px;
}
div.testimonial .signature {
	color:#a68900;
	position:relative;
	left:30px;
	margin-top:8px;
}

div#footer {
	margin:10px auto 30px auto;
	text-align:center;
	font-family:arial,verdana,sans-serif;
	font-size:10px;
	color:#aaa;
}

div#footcap {
	background-image:url("../images/footcap.png");
	background-repeat:no-repeat;
	height:21px;
}
