html,body
{
	background-color: #1c141c;
	padding:0px;
	margin:30px 0px 0px 0px;
	font-family: "Georgia";
}

p {
	margin-left: 8px;
	margin-right: 8px;
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	font-family: "Arial";
	text-align: left;
}

a, a:visited, a:active {
	color: #FFF;
	font-size:18px;
	text-decoration: none;
}

a:hover{
	color: #928292;
	font-size:18px;
	text-decoration: none;
}

#body-container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main-image {
	position: relative;
	background-image: url('images/vkc.gif');
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 576px;
	padding-bottom: 8px;
	margin: 0 auto;

}

#main-image2 {
	position: relative;
	background-image: url('images/vkc_about.gif');
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 584px;
	margin: 0 auto;
}

#aboutus {
	position: absolute;
	margin-left: -320px;
	left: 50.0%;
	top: 150px;
	width: 634px;
	height: 313px;
	z-index: 100;
	overflow: auto;
	border: 1px solid #FFF;
	background-color: #1c141c;
}


#navigation {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
}

#navigation li {
	display: inline;
	padding-right: 28px;
}

#gallery1 {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#gallery1 ul {
	list-style: none;
	float:left;
}

#gallery1 li {
	list-style: none;
	float: left;
	width: 80px;
	height: 100px;
	text-align:center;
}



.nav1
{
	width:290px;
	height:586px;
	border:solid 1px white;
	background-color:black;
	position:relative;
	display:block;
	top:-12px;
	left:0px;
	margin-left:-250px;
}
.gallerylabel
{
	width:42px;
	height:584px;
	float:right;
	background:url(images/galleries.gif);
	border:solid 0px red;
}
.gallerylinkpanel
{
	padding:0px;
	xtext-align:center;
	margin-left:auto;
	margin-right:auto;
}
.gallerylink
{
	width:170px;
	height:220px;
	border:solid 1px white;
	padding:20px;
	color:white;
	background-color:black;
	font-family:arial;
	font-size:18pt;
	text-align:center;
	display:block;
	margin:20px;
	text-decoration:none;
}
	
.doors
{
	background:url(images/doorgallery.jpg);
	background-position:0px 115px;
	background-repeat:no-repeat;
}
.installations
{
	background:url(images/installationgallery.jpg);
	background-position:0px 115px;
	background-repeat:no-repeat;
}
	
.gallerylink:hover
{
	color:black;
	background-color:white;
}