@charset "utf-8";

body {
	background-color: #000000;
	color: #edebe9;
	font-family: Verdana, sans-serif;
}

a {
    color: #edebe9;
}

#container {
	width: 720px;
	margin: auto;
}

#header {
    height: 110px;
    background: url(../siteimages/title.jpg) no-repeat 0 5px;
}

#centershaft {
    background-image: url(../siteimages/shaft.png);
    background-position: center;
    background-repeat: repeat-y;
}

#centertop {
    background-image: url(../siteimages/shafttop.png);
    background-position: center top;
    background-repeat: no-repeat; 
}

#centerbottom {
    background-image: url(../siteimages/shaftbottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

p {
	line-height: 110%;
}

.headtext {
	position: absolute;
	left: -9999px;
}

.headerpic {
	margin-top: 20px;
}

.contact {
	margin-top: 20px;
}

.headerpicright {
	margin-top: 28px;
}

#left {
	padding: 26px 0 50px 0;
	width: 340px;
	text-align: right;
	float: left
}

#right {
    width: 330px;
	margin-left: 380px;
	padding: 30px 0 50px 0;
}

.noborder {
    border: 0 solid black;
}

#lotspictures {
    text-align: center;
}

#lotspictures p {
	font-size: 10pt;
	text-align: right;
	margin-right: 70px;
}

.pictures {
	clear: both;
	text-align: center;
}

.pictures img {
	border: 1px solid #edebe9;
	margin: 10px;
	width: 180px;
	height: 135px;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 9pt;
    color: #545251;
	margin: 10px 0;
}

.firstofsection {
	margin-top: 0;
}

.pdleft {
	top: 300px;
	padding-right: 40px;
}

.pdright {
	position: relative;
	padding-left: 40px;
}

.pictitle {
	text-align: center;
}