html,body {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F1E4B8 url(images/gradient_bg.jpg) repeat-y;
	width: 860px;
	height: 100px;
	font-size: 13px;
	}
	
a {
	color: #F25920;
	}

		
#header {
	height: 35px;
	background: transparent url(images/bradhirschfield.jpg) no-repeat right top;
	margin: 0;
	padding: 0;
	}
	
#nav {
	position: absolute;
	border-top: 2px #F25920 solid;
	margin-top: 40px;
	margin-left: 400px;
	width: 460px;
	text-align: right;
	padding:0;
	}

#subnav {
	position: absolute;
	margin-top: 90px;
	margin-left: 400px;
	width: 460px;
	text-align: right;
	padding:0;
	}

.active {
	color: #F25920;
	}
	


.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Times, Garamond, Georgia, serif;
	}


.menu li {
	font-family: Times, Garamond, Georgia, serif;
	display: inline;
	color: #F25920;
	margin:0;
	padding:0;
	}
	
.menu a {
	color:#999;
	font-size: 17px;
	font-family: Times, Garamond, Georgia, serif;
	text-decoration:none;
	}

.menu a:hover {
	text-decoration:underline;
	}


.cover {
	position: absolute;
	margin-left: 20px;
	margin-top: -15px;
}

.photo {
	display: block;
	margin: 0 10px;
	}

.title {
	font-size: 13px;
	font-weight: bold;
}	
#main {
	position: absolute;
	margin-left: 400px;
	width: 450px;
	margin-top: 70px;
	}

#more-info {
	position: absolute;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 450px;
	}	

#more-info-left {
	position: absolute;
	left:10px;
	top:510px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#more-info-right {
	position: absolute;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#more-info p, #more-info-left p, #more-info-right p {
	color: #F25920;
	font-weight: bold;
}

#more-info img, #more-info-left img, #more-info-right img {
	vertical-align: middle;
	}

#more-info a, #more-info-left a, #more-info-right a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
			
#quote {
	font-size: 13px;
	color: #F25920;
	text-align: justify;
	margin-bottom: 20px;
}	

.attribute {
	display: block;
	font-size: 13px;
	color: #999;
	text-align: right;
	}
	
.title_bp {
	font-size: 14px;
	}
	
#textblock {
	font-size: 13px;
	text-align: justify;
}

#quoteblock {
	font-size: 13px;
	background-color: #CABA85;
	padding: 10px;
	}

#reviews {
	text-align: justify;
}
	
#footer {
	margin-top: 440px;
	margin-left:25px;
	bottom: 0;
	height: 20px;
}

.copyright {
/*	display: block;
	text-align: right; */
	font-size: .85em;
	color: #999;
}


.hidden {
	display:none;
	}
	
/* Headers */

h1 {
	margin:0;
	padding:0;
	font-size:14px;
}

h2 {
	color: #F25920;
	font-size: 16px;
	}
