/*Define style for body*/

body
{
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 14px;
 	color: #000000;	
	background-color: #000000;
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.homereviewtext {
	font-family: "Trebuchet MS", "Times New Roman";
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	height: 376px;
}
.homereviewright {font-weight: normal; padding-left: 50px;}
#hometopbanner
{
background-image: url(../images/dave3-2x1.jpg);
background-repeat: no-repeat;
height: 83px;
}
#homerightphoto
{
background-image: url(../images/dave3-3x3.jpg);
background-repeat: no-repeat;
width: 543px;
height: 381px;
}
#homeleftphoto
{
background-image: url(../images/dave3-3x2.jpg);
background-repeat: no-repeat;
width: 209px;
height: 381px;
}
#nav
{
margin: 0 0 0 140px;
padding: 0 0 20px 20px;
}
#nav li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#nav a
{
float: left;
font-weight: bold;
margin: 10px 7px 10px 7px;
text-decoration: none;
color: #ffffff;
font-size: 15px;
}
#nav a:hover
{
color: #FFA800;
background-color: #000000;
}

#content
{
background-color: #ffffff;
color: #333333;
}
.scroll
{
margin: 5px 0px 5px 75px;
height: 380px;
width: 725px;
overflow:auto;
}
.withinscroll
{
padding-right: 50px;
}

#content img 

{
padding: 0.5em;
}
/*if this doesn't work with id try it with class*/


/*Define style for links */

a:link {text-decoration: underline; color: #546E85;}
a:visited {text-decoration: underline; color: #546E85;}
a:active {text-decoration: underline; color: #546E85;}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #546E85;}

blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
}
blockquote div {
  padding: 0 40px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
}


/*Define style for header(s)*/

h1
{
	color: #FFA800;
	font-size: 16px;
	padding-top: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2
{
color: #FFA800;
	font-size: 36px;
	padding-top: 0;
	margin-top: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.nohighlight:hover
{
background-color: #ffffff;
}

.relatedlinkslisting
{
margin-left: 150px;
list-style-type: none;
font-weight: bold;
}

.relatedlinkslisting li
{
padding: 5px 0;
}
.relatedlinkslisting a
{

font-weight: normal;
}
.albumbg
{
background-position: top;
background-image: url(../images/photos/album.gif);
background-repeat: no-repeat;
width: 630px;
height: 320px;
}
.underline
{
text-decoration: underline;
}

hr
{
color: #FFA800;
height: 1px;
}