@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	
	
}

img {
	height:70px;
}

div#wrapped {
	width:537px;
	margin-left:auto;
	margin-right:auto;
	
	
}
div#header {
	background-image:url(img/header-jeremy.jpg);
	background-repeat:no-repeat;
	width:537px;
	height:353px;
	margin-top:100px;
	
	}
	
	div#header2 {
	background-image:url(img/header-jeremy2.jpg);
	background-repeat:no-repeat;
	width:537px;
	height:100px;
	margin-top:100px;
	
	}
	
	div#content {
		border-top:#000 solid 5px;
		border-bottom:#000 solid 5px;

margin-top:20px;
	}

div#nav {
	width:410px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
}

a:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:underline;
	
}


p {
	font-size:35px;
	line-height:38px;
	font-family:Helvetica, Arial, sans-serif;
	margin-top:7px;
	font-weight:bold;
	margin-bottom:0;
	
}





	



