/* All HTML & CSS lovingly hand-typed by drvono - www.drvono.com */



body {
	background-color: rgb(0,0,0);
	background-image: url('images/comp.jpg');
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Sans-Serif;
	color: rgb(255,255,255);

}

a:link {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

div#logo {
	position: relative;
	top: 10px;
	left: 25px;
	width: 500px;
	padding-bottom: 5px;
}

div#nav {
	position: absolute;
	top: 235px;
	left: 255px;
	width: 515px;
	text-align: right;
	font-size: 1.2em;
}

div#subnav {
	text-align: right;
	font-size: .9em;
}

div#content {
	background-color: rgb(0,0,0);
	border: solid 1px red;
	margin: 0;
	padding: .5em;
	height: auto;
	width: 515px;
	position: absolute;
	top: 260px;
	left: 250px;
	line-height: 1.5em;
}

table {
	width: 500px;
	border: none;
	padding: 15px;
}

td {
	vertical-align: top;
	border-style: none;
	padding-bottom: 10px;
}

div#loadarea {
	position: static;
	right: 1px;
	width: 350px;
}

.gallery-left {
	width: 99%;
	background-image: url(images/loadarea.jpg)
}

.gallery-right {
	width: 1%;
}

div#footer {
	text-align: right;
	font-size: .7em;
	bottom: 5px;
	margin-top: 20px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

.contact-info {
	font-size: 1.2em;
	line-height: .8em;
	text-align: center;
}

.contact-info-map {
	font-size: .8em;
}

.contact-info-phone {
	font-size: 1.6em;
	
}

.contact-info-email {
	font-size: .8em;
	line-height: .8em;
	text-align: center;
}
