﻿body {
	margin: 0;
	padding: 0;
	color: silver;
	font-family: "Trebuchet MS", Verdana, Arial;
	background: gray;
}
#header {
	height: 60px;
	width: 100%;
	background: black;
}
.rt {
	float: right;
	margin-left: 12px;
	margin-bottom: 8px;
}
.spacer {
	width: 590px;
	height:1px;
}
.one {background: white;}
.two {background:#C6C600;}
.three {background: #00C6C6;}
.four {background:#00C600;}
.five {background:#C600C6;}
.six {background: #C60000;}
.seven {background: #0000C6;}
#content{
	background: #fafafa url('maroon_bg.gif');
	margin:0;
	padding:0;
	border-top: 5px black solid;
}
#left_content {
	width: 190px;
	padding: 12px;
	color: silver;
	float: left;
	background: url('maroon_bg.gif');
}
#right_content {
	padding:20px;
	background: #424242;
	margin-left: 220px;
	border-left: 5px #421021 solid;
}
#right_content a {
	color: white;
}
#james {
	background:#424242; /* url('../images/james6.jpg') no-repeat bottom right;*/
	height:318px;
	margin-top: -12px;
}
#james h3 {
	padding-top:60px;
}
#footer {
	background: gray;
	border-top: 4px #421021 solid;
	clear: both;
	font-size: 11px;
	margin-bottom:0;
}
#footer a {
	color: white;
}
p {
	font-size: 14px;
}
#footer p {
	padding-left: 240px;
}
li {
	list-style-type: none;
	padding-bottom: 6px;
	font-size: 13px;

}
.split_list {
	float: left; padding-left: 12px; margin-right: 20px; margin-left:0;
}

a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-top: 0;
	font-size: 28px;
}
h2 {font-size:18px;}
h1, h2, h3  {color: silver;}
h1 span {font-size: 18px; color: #424242; letter-spacing:1px;}
h1 {letter-spacing: 3px; color: #602837; background:#a1a1a1; padding-left: 8px;}
h2, h3 {
	padding-top: 20px;
	border-bottom: 1px black solid;
	padding-bottom: 3px;}
.box {
	width: 12%;
	height:60px;
	float: left;
	margin:0;
	padding:0;
}
.block {
	width: 220px;
	color: #000000;
	padding: 6px;
	border: 1px black solid;
	background: silver;
}
.vid {
	background: silver;
	border: 0;
}
.block a {
	text-decoration:none;
	color: #000000;
}
#blk li a {
	color: black;
}