﻿/* jackprewitt.com */
/* HOME PAGE ONLY */
<!--
body {
	background-color: #0c4070;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_side.jpg);
	background-repeat: repeat-x;
	
    min-height: 100%;
}

html { height:100%; }

#wrapper {
	background: #0c4070;
	background-image:url(images/home/repeatBG.jpg);
	width: 1024px;
	height: 100%;
	min-height: 100%;
}

#nav {
	width: 1024px;
	float: left;
}

#flashcontent {
	 width: 1024px;
	 background:#0E0E0E url(images/nonflash.jpg);
}

#content {}

#content p {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 40px;
	line-height: 25px;
	text-align: justify;
}

#content a {
	color:#baca77;
}

#content a:hover {
	text-decoration:none;
}
#footer {
	background: url(images/home/footer.jpg);
	width: 1024px;
	height: 28px;
	float: left;
}

#footer p{
	width: 800px;
	font-family: Arial;
	font-size:10px;
	color:#FFFFFF;
	margin: 0px 0px 0px 45px;
}

h1 {
	font-family: Arial;
	margin-left:40px;
	background:url('images/home/topGreenBar.png') no-repeat;
	display:block;
	height:30px;
	font-style:italic;
	color:#13487e;
	padding-top:7px;
	padding-left:10px;
	font-size:14px;
}

h2 {
	font-family: Arial;
	margin-left:40px;
	background:url('images/home/bottomGreenBar.png') no-repeat;
	padding-left:10px;
	font-style:italic;
	padding-top:7px;
	display:block;
	height:30px;
	color:#13487e;
	font-size:14px;
}
-->