body {
	background: url("cft.jpg");
	font-family: verdana;
	height: 90%;
	margin: 0px;
	overflow-y: scroll;
}

h1 {
	font-family: verdana;
	font-size: 20px;
	color: #600000;
}

h2 {
	font-family: verdana;
	font-size: 14px;
	color: #600000;
}

div {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}

.indent {
	padding-left: 30px;
	padding-right: 30px;
}

.menu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.menu ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

.menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

.menu ul li a {
	display:block;
	margin:5px 0px 0px 5px;
	padding:0px 0px;
	background: url(navp.png);
	font-family: verdana;
	font-size: 14px;
	text-decoration:none;
	line-height:25px;
	width: 125px;
	font-weight:bold;
}

.menu ul li a:link {
	background-position: 0 -00px;
	color:#600000
}

.menu ul li a:visited {
	background-position: 0 -00px;
	color:#600000
}

.menu ul li a:hover {
	background-position: 0 -25px;
	color:#333333
}

.menu ul li a:active {
	background-position: 0 -25px;
	color:#333333
}

#menpos {
	position:absolute;
	width:100%;
}

.gallery {
	zoom:1;
	margin: 0 auto;
	width:750px;
}

.gallery a {
	display:block;
	float:left;
	margin:5px;
	opacity:0.8;
}

.gallery a:hover {
	opacity:1;
}

.gallery a img {
	border:none;
	display:block;
}

.gallery a#vlightbox{
	display:none
}

#home {
	margin: 0 auto;
	width:800px;
}

.plate1 {
	background: url(plate1.jpg);
	display:block;
	width:800px;
	height:50px;
}

.plate2 {
	background: url(plate2.jpg);
	display:inline-block;
	width:800px;
}

.plate3 {
	background: url(plate3.jpg);
	display:block;
	width:800px;
	height:25px;
}

.base {
	height:30px;
}

.sep {
	height:50px;
}

.photo {
	background: url(photo.png);
	display:block;
	width:700px;
	height:500px;
	position:relative;
	left:6%;
}