﻿@import url("layout.css");
body {
	background-position: center top;
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../images/newmartianbkg2.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	border-style: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#masthead {
	background-repeat: no-repeat;
	padding-left: 17px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-style: none;
	border-width: 1px;
	border-color: #808080;
	height: 73px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 517px;
	padding: 15px;
	top: 100px;
	z-index: 1;
}
html>body #column_l {
	width: 330px;
	padding: 28px 40px 0 65px;
	z-index: 1;
	position: relative;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#column_r {
	width: 450px;
	padding: 15px 10px;
	z-index: 1;
}
html>body #column_r {
	width: 450px;
	padding: 90px 105px 15px 10px;
	float: right;
	z-index: 1;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#content {
}
#footer {
	background-position: center bottom;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	padding-top: 5px;
	background-color: #000000;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-attachment: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	position: relative;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 94%;
	padding: 0;
	height: 58px;
	margin-right: 69px;
}
#navigation li {
	float: right;
	height: 58px;
}
#navigation a {
	border-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	border-style: none;
	background-position: center center;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/greenglow.png');
	background-repeat: no-repeat;
}

/* Right Column */
#column_r img {
	border-style: none;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #666666;
}
h2 {
	font-size: x-large;
	color: #333333;
}
h3 {
	font-size: large;
	color: #000000;
}
h4 {
	font-size: medium;
	color: #000000;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#footer a {
	font-size: small;
	color: #FFFF99;
}

/* Links */
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	background-position: center center;
	color: #990033;
	text-decoration: none;
	background-repeat: no-repeat;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	height: 58px;
}

