    /* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	text-align:center;
	background-image:url(../images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
a img{
	border:0;
}
img.imageleft{
	float:left;
	margin:0px 25px 12px 0px;
}
img.imageright{
	float:right;
	margin:0px 0px 6px 25px;
} 
img.imagecenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:40px;
} 
a {
	color:#0066ff;
	text-decoration:none;
}
h1 {
	font-size:24px;
	margin:10px 0 15px 0;
}
h2 {
	font-size:24px;
	text-align:center;
	margin:10px 0 0 0;
}
h3 {
	font-size:16px;
	margin:5px 0 5px 0;
}
a:hover {
	color:#ff0000;
}
#fixed {
   margin:0 auto;
   width:984px;   /* you can use px, em or % */
   text-align:left;
   background-color:#fff;
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	background-color:#000;
	height:240px;
}

	/* Menu */
.menu{
	clear:both;
	float:left;
	position:relative;
	width:100%; /*leave this value as is in most cases*/
	overflow:hidden;
	font:bold 13px Arial;
	border:1px solid #000; /*border*/
	border-width:1px 0;
	background:#000 url(../menu/menubg.jpg) center center repeat-x;
	padding:0;
}
.menu ul{
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	margin:0;
	padding:0;
}
.menu ul li{
	float:left;
	position:relative;
	right:50%;
	display:inline;
}
.menu ul li a{
	float:left;
	color:#ff4400; /*text color*/
	padding:5px 7px;
	text-decoration:none;
	border-right:1px solid #000; /*divider between menu items*/
}
.menu ul li a.left{
	border-left:1px solid #000; /*divider for left-most menu item for centered menus*/
}
.menu ul li a:hover{
	color:#fff; /*text color of selected item*/
	padding-top:6px; /*shift text down 1px for selected item*/
	padding-bottom:4px; /*shift text down 1px for selected item*/
	background:#000 url(../menu/menubgo.jpg) center center repeat-x;
}

	/* Page Content */
#content{
	clear:both;
	float:left;
	width:100%;
	background-color: #fff;
}
#container{
	clear:both;
	padding:20px 40px 20px 40px;
}
.narrative{
	overflow:auto;
}
.indent{
	margin-left:30px;
}
.greybox{
	background-color:#CCCCCC;
	padding:15px;
	margin:10px;
	border:1px solid #000;
}
.greybox p{
	margin-top:0;
}
.restoration{
	height:185px;
	margin:5px 10px 30px 10px;
	border:1px solid #000;
	padding:0px 0px 15px 17px;
}
.restopics {
	float:left;
	padding-right:16px;
	font-size:12px; 
}
.shows{
	height:370px;
	margin:5px 10px 30px 10px;
	border:1px solid #000;
	padding:0px 0px 15px 17px;
}
.showpics {
	float:left;
	padding-top:15px;
	padding-right:16px;
	font-size:12px; 
}
.family{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.contact{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:50px;
}
.shots{
	padding:0px 22px 22px 0px;
}
.vintage{
	padding:0px 22px 22px 0px;
}

	/* Footer Styles */
#footer{
	clear:both;
	float:left;
	width:100%;
	display:inline;
	border-top:1px solid #000;
	text-align:center;
	font-size:10px;
	color:#fff;
	background-color:#ff4400;
	margin-top:0;
	padding:3px 0 5px 0;
}
#footer a{
color:#000099;
}
#footer a:hover{
color:#3399FF;
}
