﻿body {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #fd6500;
}

.big {
	font-size: 20px;
}

.big a {
	color: #ccc;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

#frame {
	margin: 20px auto 0 auto;
	text-align: left;
	width: 962px;
	border-top: 6px solid #666;
	border-bottom: 1px solid #666;
}

#header {
	background-image: url("header.jpg");
	height: 140px;
	border-bottom: 1px solid #666;
}

#header h1 {
	color: #666;
	font-size: 19px;
	position: relative;
	top: 8px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#left {
	float: left;
	width: 250px;
	min-height: 500px;
}

#left div.text {
	padding: 20px 40px 0 0;
	text-transform: none;
	height: 350px;
}

.menu, .selmenu {
	padding: 18px 0;
	margin-right: 40px;
	border-bottom: 1px solid #666;
	font-size: 19px;
	color: #666;
}

.menu a {
	color: #666;
}

.menu a:hover {
	color: #999;
}

.selmenu {
	color: #ccc;
}

#right {
	margin-left: 250px;
	margin-top: 16px;
	line-height: 1.2em;
}

#right p {
	text-transform: none;
	line-height: 1.5em;
}

.shrink {
	padding-right: 30%;
}

.cleaner {
	clear: both;
}

#foot {
	font-size: 11px;
	margin: 5px auto 20px auto;
	text-align: left;
	width: 962px;
	color: #666;
}

#foot a {
	color: #ccc;
}