body{
	text-align: left;
	font-family: times;
}

#wrapper{
	margin: 0px auto;
	padding: 0px;
	width: 973px;

}

#container{
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/spacer.jpg) -0px -0px repeat-y;
/*	overflow: auto;*/
	width: 973px;
}


#bg-sprite{
	background: url(images/howard.jpg) -0px -0px no-repeat;
	height: 206px;
	width: 973px;
}


/****MENU****/
#menu{
	margin: 0;
	padding: 0;
	position: relative;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}

#menu a {display: block}
#home {left: 300px; top: 159px; width: 84px; height: 49px;}
#about{left: 384px; top: 159px; width: 137px; height: 49px}
#pictures{left: 522px; top: 159px;  width: 127px;  height: 49px;}
#endorsements{left: 649px; top: 159px; width: 167px; height: 49px;}
#contact{left: 816px; top: 159px; width: 145px; height: 49px;}

#home a {height: 49px;}
#about a {height: 49px;}
#pictures a {height: 49px;}
#endorsements a {height: 49px;}
#contact a {height: 49px;}

#home a:hover {background: url(images/howard.jpg) -300px -208px no-repeat;}
#about a:hover {background: url(images/howard.jpg) -384px -208px no-repeat;}
#pictures a:hover {background: url(images/howard.jpg) -522px -208px no-repeat;}
#endorsements a:hover {background: url(images/howard.jpg) -649px -208px no-repeat;}
#contact a:hover {background: url(images/howard.jpg) -816px -208px no-repeat;}



/**********/


#side-a {
	float: left;
	padding: 0px;
	width: 260px;
	margin-left: 11px;

}

#side-a img{
	float: left;

}

#side-b {
	float: left;
	width: 687px;
	padding: 0;
	margin-top: -120px;
	margin-left: 255px;
	background: #fff;
}

#side-b p {
	margin: 0;
	padding: 10px;
	margin-bottom: 10px;
	font-size: .8em;
	line-height: 1.2em;
	font-family: verdana, arial, helvectica, sans-serif;
}


#side-b h3 {
	text-align: center;
	color: #000;	
	margin-top: 15px;
	font: 17px Georgia, serif;
}

.line {
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border-top: 1px solid #afb0ab;
	width: 75%;
}

.font {
	font-size: .8em;
	line-height: 1.2em;
	font-family: verdana, arial, helvectica, sans-serif;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #aa0000;
	font: 17px Georgia, serif;
	margin: 0 10 10px;
	padding: 0 0 5px;
	text-align: center;
}

#footer{
	clear: both;
	background: url("images/footer.jpg") -0px -0px no-repeat;
	height: 30px;
	width: 973px;
}

