﻿@import url(layout.css);
body {
	color: #C0C0C0;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
}
#container {
	background-color: #000000;
	width: 760px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #0D0D0D;
	width: 760px;
}
#column_l {
	width: 500px;
	padding: 10px 15px 0 15px;
	background-color: #000000;
	top: -20px;
	color: #949494;
	font-family: Arial;
	position: relative;
}
#column_r {
	width: 200px;
	float: right;
	background-color: #0D0D0D;
	margin-left: 6px;
	padding-left: 10px;
	top: 0px;
	color: #949494;
	font-family: Arial;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-right: 2px;
	margin-top: -10px;
}
#footer {
	width: 760px;
	text-align: center;
	background-color: #0D0D0D;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
#column_r p {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	background-color: #0D0D0D;
	margin-bottom: 2px;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	font-family: Arial;
}
#footer a {
	color: #949494;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
}
/* Styles for Links */
a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: medium;
}

