html, body {
	margin:0; padding:0;
	width: 100%; height: 100%;
	font-family: arial;
	color: black;
}
body {
	background: rgb(255,255,255) url(/images/bg.png) top center repeat-x;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
}
#fence {
	margin: 0 auto;
	width: 956px;
	height: 612px;
	background-color: rgb(255,255,255);
	border:1px solid black;
	border-bottom: 3px solid black;
	border-top: none;
	text-align: center;
}
#innerfence {
	margin: 0 auto;
	width: 950px;
	height: 609px;
	border:1px solid black;
	border-top: none;
}
#header {
	height: 41px;
	width: 950px;
	background: url(/images/sprite_v.png) 0px -30px repeat-x;
	border-bottom: 1px solid black;
}
.vspace {
	width: 950px;
	height: 2px;
	border-bottom: 3px solid black;
}
#contentfence {
	width: 950px;
	height: 527px;
	border-bottom: 1px solid black;
}
#footer {
	height: 29px;
	background: url(/images/sprite_v.png) 0 0px repeat-x;
	font-family: arial;
	color: black;
	font-weight: bold;
	font-size: 11px;
	line-height: 29px;
}
#header ul {
	margin: 0 auto; 
	padding: 12px 0px 0px 11px;
	float: left;
}
#header ul li {
	display: inline;
	width: 99px;
	height: 29px;
}
#header ul li a {
	float: left; 
	text-decoration: none;
	width: 99px;
	height: 29px;
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 2px;
	background: url(/images/sprite_buttons.png) 0 0 no-repeat;
	outline: none;
}
#header ul li a:hover { 
	background: url(/images/sprite_buttons.png) -121px 0 no-repeat;
	color:white;
}
#header ul li a:active {
	color: white;
}
#header ul li a:visited { 
}
#interiorBanner {
	width: 950px;
	height: 130px;
	background: url(/images/interior_banner.jpg) top center no-repeat;
	border-bottom: 1px solid black;
}
#interiorSubNav {
	float: left;
	padding-left: 20px;
	padding-top: 25px;
	width: 148px;
	height:371px;
	text-align: left;
	background: url(/images/sprite_v.png) 0 -72px repeat-x;
	border-right: 1px solid black;
	color: rgb(246,211,119);
	font-weight: bold;
	font-size: 13px;
}
#interiorSubNav ul {
	padding:0; margin:0;
}
#interiorSubNav ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
#interiorSubNav ul li a{
	text-decoration: none;
	color: rgb(246,211,119);
}
#interiorSubNav ul li a:hover{
	color: white;
}
#interiorSubNav ul li a:visited{
	color: rgb(246,211,119);
}
#interiorContent {
	float:left;
	display: block;
	padding: 20px;
	width: 741px;
	height: 356px;
	text-align: left;
	background: rgb(159,167,182) url(/images/sprite_v.png) 0 -292px repeat-x fixed;
	overflow:auto;
}
#interiorContentBigImages {
	float:right; 
	margin-left: 10px; 
	text-align: center;
}
#interiorContentBigImages img {
	border:2px solid rgb(6,29,68);
}
#interiorContentBigImages small a {
	color: black;
	font-weight:bold;
}
#interiorContent a img {
	/*border:2px solid rgb(6,29,68);*/
	border: 1px solid black;
	margin: 6px;
}
.gallerythumbs {
	height:89px;
	width: 89px;
	margin-right: 13px;
	margin-bottom: 13px;
	float:left;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(/images/wood_grain.jpeg) center center no-repeat;
	/*background-color: rgb(121,150,177);
	background-color: rgb(246,211,119);*/
}
#pageHeading {
	color: rgb(7,18,141);
	font-weight: bold;
	font-size: 20px;
}
#home_container {
	height:527px; 
	width: 950px; 
	background: url(/images/home_bg.jpg) 0 0 no-repeat; 
	text-align: left;
}
#home_content {
	margin: 300px 0px 0px 40px; 
	width: 390px; 
	text-align: left; 
	color: white; 
	font-weight:bold; 
	font-size: 13px; 
	font-family: arial;
	line-height: 19px;
	float: left;
}
