body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #fd8;
	font-size:13px;
}

h1 {
	font-size:20px;
}

h2 {
	text-align:center;
	font-size:15px;	
}

h3 {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	
}


#frame_main {
	margin: 0px auto;
	width:800px;
}

#bowiepr_header {
	position:relative;
	margin: 0px auto;
	width:700px;
	height:320px;
}

#paulroberts1 {
	background-image:url(../images/paulrobertsheadgold.jpg);
	background-repeat:no-repeat;
	height:313px;
	width:209px;
	position:absolute;
	left:0px;
	top:0px;
}

#testimonial_ticker {
	
	position:absolute;
	left:211px;
	top:110px;
}

#logotext {
	background-image:url(../images/bowieprtext.jpg);
	background-repeat:no-repeat;
	height:58px;
	width:296px;
	position:absolute;
	top:40px;
	left:260px;
}


#footer {
	text-align:center;
	font-size:10px;
}

#slidey {
	width:400px;
	margin: 0px auto;
}

#slidey .item{
  	margin: 15px;
	
}

#slidey .quote{
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

#slidey .reviewer{
	text-align:right;
	font-size:12px;	
}

#slidey .item img{
  display: block;
  width: 100%;
  height: auto;
}

#gallery {
	width:550px;
	height:400px;
	margin: 0px auto;
}

#testimonial_list{
	width:500px;
	margin: 0px auto;
}

#testimonial_list .quote{
	font-size:14px;
	text-align:justify;
}

#testimonial_list .reviewer{
	text-align:right;
	font-size:12px;	
}


#photo_box{
	position:relative;
	margin: 0px auto;
	width:650px;

}
#photo_box ul { list-style: none; }
#photo_box ul li { display: inline; }
#photo_box ul img {
	border: 3px solid #E6AC68;
	border-width: 3px 3px 3px;
}
#photo_box ul a:hover img {
	border-width: 3px 3px 3px;
	color: #fff;
}


a:link {
	color: #e93;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #e93;
	}
a:hover {
	text-decoration: underline;
	color: #e93;
	}
a:active {
	text-decoration: none;
	color: #e93;
}
