* {
	border-collapse: collapse;
    color: #000;
	font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

body {
    background: url('../images/sky.jpg') no-repeat center top;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: 10px;
}

h2, h3 {
    margin-left: 2px;
}

h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

h2 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 15px;
}

h3 {
    font-size: 13px;
    margin-top: 5px;
}

p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.error, .success {
	font-size: 12px;
}

.error {
	color: #C00;
}

.success {
	color: #080;
}

.center {
	text-align: center;
}

.h_info {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

.quote, .quote_author {
    font-style: italic;
    margin-bottom: 10px;
}

.quote_author {
	float: right;
	font-size: 12px;
}

#base {
	margin: 0 auto;
	width: 718px;
}

#container {
	background-color: #FFF;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	width: 100%;
}

#header {
	background: #BDBDBD url('../images/header.png') no-repeat;
	height: 263px;
    width: 100%;
}

#menu {
	background: #BDBDBD url('../images/menu_bg.png') no-repeat;
	height: 24px;
	width: 100%;
}

#menu ul {
	list-style-type: none;
	margin-left: 20px;
	padding: 3px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #FFF;
	margin: 0 15px 0 15px;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	padding: 5px 5px 15px 10px;
	width: 70%;
}

#content p, #content p * {
	font-size: 12px;
}

#content ol.count, #content ul.list {
	margin-bottom: 5px;
    margin-left: 30px;
}

#content ul.list {
	list-style-type: square;
}

#content ul.list li {
	font-size: 12px;
}

#content table.table tr td {
	font-size: 12px;
	padding-right: 10px;
}

#current {
	float: right;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	width: 27%;
}

#current #points {
	border: 1px solid #CCC;
    font-variant: normal;
    font-weight: normal;
    margin-right: 10px;
    text-align: left;
}

#current #points ul {
	margin: 5px 0 5px 20px;
}

#current #points ul li {
    font-size: 12px;
    margin-bottom: 10px;
}

#contact {
	border-top: 1px solid #000;
	padding: 5px;
}

#contact img {
	float: left;
	margin: 20px;
}

#contact #form {
	float: left;
	font-size: 12px;
	margin: 5px;
	width: 280px;
}

#contact #form input {
	margin: 2px;
	padding: 1px;
	width: 125px;
}

#contact #form #c_submit {
	background-color: #FFF;
	border: 1px solid #CCC;;
	width: 60px;
}

#contact .left {
	float: left;
}

#contact .right {
	float: right;
}

#contact #cont, #contact #press {
    font-size: 12px;
    padding: 15px 5px;
}

#footer {
	background-color: #000;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer #footer_left, #footer #footer_right {
	color: #FFF;
	font-size: 12px;
	padding-top: 12px;
}

#footer #footer_left {
	float: left;
	margin-left: 10px;
}

#footer #footer_right {
	float: right;
	margin-right: 10px;
}