body {
	background-image:url(../images/bg.jpg);
	background-color:#63738E;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

* {
	margin:0;
	padding:0;
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	color: #8C94A8;
}

#content {
	position: relative;
	left: 100px;
	top: 50px;
	width: 400px;
	margin-bottom: 100px;
}
#footer {
	height: 200px;
	clear: left;
	page-break-before: left;
}
#nav a{
	color: #4A5564;
	text-decoration: none;	
	font-size: 15px;
}

#nav a:hover{
	color: #77859f;
	text-decoration: none;
	background-color:#4A5564;
	/* border-bottom: 3px solid #FFFFFF; */
}

#nav {
	width: 500px;
	position:absolute;
	top: 40px;
	left:1px;
	color: #FFFFFF;
	float:left;
	border-left: 2px none #4A5564;
	list-style-type: none;
	padding-left: 8px;
	background-attachment: fixed;
}
#content h1 {
	color: #FFFFFF;
	text-transform: lowercase;
	font-size: 36px;
	background-image:url(../images/john_martin_keith.gif);
	background-repeat: no-repeat;
	background-position: right top;
        height: 70px;
        width: 440px;
        border: 1px none #ffffff; 
        text-indent: -9999px;
        position: relative;
        left: -30px;
        top: -10px;
}
#content h2 {
	color: #4A5564;
}
#content h3 {
	color: #63738E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #4A5564;
	display: block;
	font-size: 22px;
	text-transform: lowercase;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 0 7px;
	margin: 25px 0;
	page-break-before: left;
	page-break-after: right;
	clear:both;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: right 2px;
		text-decoration: none;
		border:none;

	
}
#content h3 a {
	text-decoration: none;
}

#content p {
	margin: 10px 0;
	font-size:16px;
}
.welcome  {
	font-size: 22px;
	line-height: 22px;
	color: #4A5564;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
}
hr {
	border: 1px none #ffffff;
	border-bottom: 3px solid #596577;
	margin: 20px 0;
}
#nav li {
	display: inline;
	float: left;
	font-size: 24px;
	margin: 0 8px 0 0;
}
#thumbs {
	width: 109px;
	border: 7px solid #FFFFFF;
	float:left;
	margin: 0 10px 10px 0;
}
#credits {
	background-image: url(../images/nashville_web.jpg);
	text-indent: -9999px;
	clear: left;
	height: 350px;
	background-repeat: no-repeat;
	position: relative;
	top: 100px;
	left: -10px;
}

.form {
	width: 394px;	
	margin: 0 0 10px 0;
	border: 3px solid #596577;
	padding: 3px 0;
	text-indent: 5px;
	font-size: 17px;
	color: #333333;
}
.single {
    height: 21px;	
}
.box {
    height: 75px;	
}
.submitbutton {
	border: 3px solid #4A5564;
	padding: 3px;
	background-color:#596577;
	color: #333333;
}
.submitbutton a:hover{
	color: #ffffff;
}

