p, ul, form {
	color: #dce0e9;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

a:active { 
	outline: none; 
}

a:focus { 
	-moz-outline-style: none; 
}

b {
	font-size: 20px;
	color: #ffffff;
}

h2 {
	color: #dce0e9;
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
}
	

body {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("../images/lr_girl_with_disk.jpg");
    min-width: 800px;
    margin: 0px;
}

img {
	border: none;
}

input, textarea {
	width: 450px;
	background-color: #000000;
	border: 1px solid #dce0e9;
	color: #ffffff;
}

textarea {
	height: 200px;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 305px;
	height: 156px;
	float: left;
	clear: right;
}

#title {
	position: relative;
	clear: left;
	top: -50px;
	padding: 0px 10px 10px 0px;
	text-align: right;
	min-width: 800px;
	background-image: url("../images/topline.jpg");
	background-repeat: repeat-x;
    background-position: bottom;
}

#topButtons {
	position: relative;
	float: left;
	top: -20px;
	left: 10px;
	width: 150px;
	height: 480px;
	clear: left;
}

#topButtons img {
	margin: 0px auto;
	margin-bottom: -10px;
	text-align: center;
}
	
#video {
	position: relative;
	margin: 0px auto;
	border: 2px solid #dce0e9;
	text-align: center;
	width: 360px;
	height: 290px;
}

#content {
	position: absolute;
	top: 198px;
	left: 160px;
	width: 610px;
	height: auto;
	padding: 20px;
}

#directions {
	position: relative;
	top: 0px;
	width: 380px;
	height: auto;
	float: left;
	clear: left;
	padding: 20px;
	padding-top: 0px;
}

#maps {
	position: relative;
	top: 60px;
	width: 160px;
	height: auto;
	float: right;
}	

#address {
	margin-top: 20px;
	color: #dce0e9;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	overflow: visible;
}	

img#contact_submit {
	position: relative;
	float: left;
	margin-left: 250px;	
}	
	

.dir_image {
	border: 4px solid #dce0e9;
	width: 200px;
	height: 170px;
	float: left;
	margin-top: 35px;
}

span#error {
	visibility: hidden;
	color: #FF0000;
	font-weight: normal;
}

span#thanks {
	color: #dce0e9;
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
}

.thumb {
	margin-left: 10px;
	border: 1px solid black;
}

a.thumb:hover {
	border: 1px solid #dce0e9;
}

.thumb_b {
	margin-left: 96px;
	border: 1px solid black;
}

a.thumb_b:hover {
	border: 1px solid #dce0e9;
}

