@charset "UTF-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #adc1c9;
}

#subheading {
	font-size: 15px;
	font-weight: normal;
	color: #adc1c9;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 5px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #ffffff;
}

p {
	margin-bottom: 25px;
	margin-right: 10px;
	line-height: 130%;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #e40a0a;
	text-decoration: none;
}

hr {
	width: 370px;
	margin-bottom: 25px;
	text-align: left;
}

ul {
	margin-bottom: 20px;
}

li {
	font-size: 12px;
	list-style: none;
	padding-left: 10px;
	margin-bottom: 4px;
}

input, textarea {
	color: #adc1c9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #adc1c9;
	background: #51666e;
}

#h1 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #ffffff;
}

#h1intro {
	font-size: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 180px 0px 20px 0px;
	color: #ffffff;
	font-family: sans-serif;
	text-align: center;
}

.h2 {
	font-size: 16px;
	font-weight: normal;
	color: #adc1c9;
	margin-bottom: 5px;
}

#h2intro {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	color: #9cb3bd;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

#container, #container2 {
	width: 861px;
	height: 724px;
	margin: auto;
	background: url('jeremy.jpg');
}

#inner {
	padding: 100px 0px 0px 75px;
}

#content {
	width: 370px;
	height: 370px;
	overflow: auto;
}

#content2 {
	width: 370px;
}

#nav {
	width: 765px;
	height: 126px;
	margin: auto;
	background: url('jeremy2.jpg') no-repeat;
}

#navigation {
	float: right;
	width: 47%;
	height: 100%;
}

#navigation table {
	height: 100%;
	width: 100%;
}

#navigation td {
	padding-left: 25px;
}

#navigation a {
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
}

#navigation a:hover, #home #navigation #homelink, #bio #navigation #biolink , #music #navigation #musiclink, #video #navigation #videolink, #links #navigation #linkslink, #contact #navigation #contactlink{
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 6px;
	background: #e40a0a;
}

#intro a {
	background: url('introlink.jpg') #273a44;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
}

#intro a:hover{
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 6px;
	background: #273a44;
}

#footer {
	padding-top: 20px;
	width: 760px;
	margin: auto;
}

.inputbtn {
	background: #273a44;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	border: 0px;
}

.inputbtn:hover {
	background: #e40a0a;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	border: 0px;
}

.button a {
	font-weight: bold;
	padding: 6px;
	background: #273a44;
}

.button a:hover {
	font-weight: bold;
	color: #ffffff;
	padding: 6px;
	background: #e40a0a;
}

#footer p {
	color: #50646d;
	letter-spacing: 1px;
}

.important {
	color: #800000;
}

.thumbs {
	border: 0px;
	padding: 10px 30px 20px 0px;
}