/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	background-image:  url("/Assets/jpg/ribbon_repeat_bg.jpg");
	background-repeat: repeat-x;
	background-position: 0px 96px;
	font-size: 100.01%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 754px;
	position: relative;/*set for the positioning of the nav*/
	background-image:   url("/Assets/jpg/outercontent_bg.jpg");/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#topbanner {
	background-image:  url("/Assets/jpg/header_bg.jpg");
	width: 720px;
	height: 85px;
	margin: 0 auto;
	text-align: left;
}

#topbanner h1{
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-left: 25px;
	padding-top: 10px;
}

#topbanner h2{
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 25px;
}

#nav {
	background-image: url("/Assets/jpg/ribbon_bg2.jpg");
	height: 42px;
	background-repeat: no-repeat;
	text-align: left;
}

#nav ul {
	padding: 0;
	margin-left: 45px;
}

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFFFFF;
	border-bottom: 6px solid #FF9966;
}

#content {	
	width: auto;
	text-align: left;
	padding: 0px 0px 20px 20px;
	background-image: url("/Assets/jpg/biography_sig_bg.jpg");
	background-position: 100px 10px;
	background-repeat: no-repeat;
}

#content h1 {
	color: #FE7211;
	padding-left: 25px;
	font-size: 16px;
	
}

#content p {
	padding-left: 25px;
	font-size: 12px;
	padding-right: 50px;
}
#contact {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contact p {
	font-size: 12px;
	color: #999999;
}

#contact a:link, a:visited {
	color:#999999;
	text-decoration: none;
}

#contact a:hover {
	color: #FFFFFF;
    background-color: #FF0000;
}
div.polaroid {
	float: left;
	height: 296px;
	width: 286px;
	background-image: url("/Assets/jpg/polaroid_bg2.jpg");
	background-repeat: no-repeat;
	padding: 13px;
	margin-left: 25px;
}

div.polaroid img {
	margin: 5px 0 0 5px;
}

div.pt {
	background-image: url("/Assets/jpg/polaroid_bg2.jpg");
}

#skip {
	position: absolute; 
	top: -5000px;/*places the skip nav off screen*/
}

#endorsement {
	margin: 0;
	padding: 0;
}

#subfooter {
	background-image: url("/Assets/jpg/ribbon_bg.jpg");
	width: 720px;
	height: 24px;
	margin: 0 auto;
	text-align: left;
}

#footer {
	background-image:  url("/Assets/jpg/footer_bg.jpg");
	height: 67px;
	background-repeat: no-repeat;
}

#footer p{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	letter-spacing: 4px;
}
