html {	
}
body {
	text-align: center; /*center hack*/
	margin-top: 30px;
	width: 100%;
	background-color: #161616;
}

#wrapper {
	position: static;
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
	width:800px;
	height:800px;
	background-image:url(../images2/tavana_bkg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#header {
	position: absolute;
	width:800px;
	height:100px;
	border-bottom: 1px solid #999;
}
#content {
	position: relative;
	width:800px;
	height:100%;
}
#footer {
	position: relative;
	width:800px;
	height:100px;
	font:8px Verdana, Arial, Helvetica, sans-serif;
	color:#b66841;
	padding-left: 165px;
}
#footer_crew {
	position: relative;
	top: 800px;
	width:800px;
	height:100px;
	font:8px Verdana, Arial, Helvetica, sans-serif;
	color:#b66841;
	padding-left: 165px;
}
#left_column {
	position: absolute;
	left: 0px;
	top: 120px;
	width:140px;
	height:500px;
}
#right_column {
	position: absolute;
	left: 155px;
	top: 120px;
	width:310px;
	height:500px;
	border-left: 1px solid #999;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	line-height: 20px;
	padding-left: 10px;
}
#right_column_t {
	position: absolute;
	left: 155px;
	top: 120px;
	width:auto;
	height:500px;
	border-left: 1px solid #999;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	line-height: 20px;
	padding-left: 10px;
}
#right_column_crew {
	position: absolute;
	left: 155px;
	top: 120px;
	width:350px;
	height:1370px;
	border-left: 1px solid #999;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	line-height: 20px;
	padding-left: 10px;
}
#logo {
	position: relative;
	left: 0px;
	top: 20px;
	width:400px;
	height:71px;
	background-image:url(../images2/lostrites-logo.jpg);
}
#link {
	position: relative;
	width:400px;
	height:71px;
	display: block;
}
a img {
	border:none;
}
h2 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#b66841;
	font-weight:bold;
}
.title {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#b66841;
	font-weight:bold;
}
.title2 {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#b66841;
	font-weight:bold;
}
.title3 {
	font-style: italic;
}
#menu {
	background: #161616;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 145px;
}
#menu li {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #161616;
	border-bottom: 1px solid #999;
	color: #b66841;
	display: block;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #222222 url("../images2/hover.gif") left center no-repeat;
	color: #b66841;
	padding-bottom: 6px;
}  
a:link {
	color: #999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #b66841;
}
a:active {
	text-decoration: none;
	color: #999;
}
#divider {
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #999;
	width: 300px;
}
