

body {  
	background-image: url("http://deepcreek.webkit.com/images/main-gradient-bg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: arial;
	line-height: 1.3em;
	font-size: 14px;
	color: #afafaf;
	padding: 0px;
	margin: 0px;
}

h1 { color: #fbe23f; 
	  font-size: 1.6em;
	  
}		

div#top-banner {
	width: 945px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

div#banner {
	margin-left: 300px;
}

.nav {
	text-align: center;
	height: 21px;
	padding: 1px 0px 2px 0px;
	background-image: url("http://deepcreek.webkit.com/images/top-nav-bg.jpg");
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
	color: black;
	z-index: 1;
}

div#main-content {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

div#left-column {
	border: 1px solid #c1c1c1;
	float: left;
	padding: 15px;
	height: auto;
	width: 150px;
	margin-left: 0px
}

.logo {
	z-index: 10;
	margin-top: -120px;
	margin-left: -25px;
}

.info-box {
	padding: 6px;
	text-align: center;
	background-color: #000000;
	border: 1px solid #333333;
}

.footer {
	background-color: #333333;
	padding: 20px;
}
.footer-stripe {
	height: 1px;
	background-color: #c71f1f;
}


div#right-column {
	z-index: 0;
	padding: 15px;
	width: 630px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

A:link {text-decoration: underline; color: #fbe23f; }
A:visited {text-decoration: underline; color: #fbe23f; }
A:active {text-decoration: underline; color: #0186c9; }
A:hover {text-decoration: underline; color: #0186c9;; }