@charset "UTF-8";
/* CSS Document */
body {
		width: 100%;
		margin: 0px;
		font-family: "Times New Roman", Times, serif;
}

#wrapper {
		width: 100%;
		margin: 0px 0px;
		background-color: #ffffff;
}

#topnav {
	width: 100%;
	height: 150px;
	margin: 0px auto;
	background: url(images/topbar_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color:#dddddd;

}

#topnav-header{
	width: 1024px;
	margin: 0px auto;
}

#logo {
	background-image:url(images/JohnWerner_logo.png);
	width: 357px;
	height: 126px;
	background-repeat:no-repeat;
	position:relative;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
}

#topcontact {
	position: relative;
	margin-top: 45px;
	margin-right: 50px;
	float: right;
}

.topaddy {
	font-size:18px;
	color: #3c3c3c;
}

.topphone {
	font-size:30px;
	color: #3c3c3c;
}

.divide {
	height: 5px;
	background-color: #3c3c3c;
	width: 100%;
	z-index: 2;
}

#redcontentbox {
	background:url(images/red_bkgrnd.jpg);
	background-repeat:repeat-x;
	background-color: #772034;
	height: 400px;
	width: 100%;
	z-index: 1;
}

#redcontent {
	width: 1024px;
	margin: 0px auto;
}

#redmessage {
	position: relative;
	margin-top: 25px;
	margin-left: 50px;
	float: left;
	width: 365px;
	height: 250px;
}

.redfont {
	font-size: 14px;
	color: #dddddd;
	line-height: 1.7;
}

.redtaglinefont {
	font-size: 36px;
	color: #dddddd;
	line-height:1.5;
}

#redpic {
	background:url(images/John_Werner.jpg);
	height: 353px;
	width: 502px;
	background-repeat:no-repeat;
	float: left;
	margin-top: 24px;
	margin-left: 60px;
	z-index: 3;
}

#content {
	width: 100%;
	background:url(images/footer_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin: 0 auto;
	z-index: 4;

}

#contentbox {
	width: 950px;
	margin: 0 auto;
	
}

#contenttext {
	position: relative;
	padding-top: 10px;
}

.bodytext {
	color: #3c3c3c;
	font-size: 16px;
}

.copyright {
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	padding: 5px;
	background-color: #3c3c3c;
}