﻿/* CSS layout */
body {
	margin: 30px 10px 30px 20px;
	padding: 0;
	background: #000;
	background-image: url('../images/bg_reverse.jpg');
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	font-family: "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
	font-size: medium;
	font-weight: lighter;
	color: #ff6600;
}
img {
	display: block;
	border: 0 none;
}
a img {
	border: 0 none;
}
table {
	border-style: none;
	padding: 0 33px 33px 33px;
}
.tableFullWidth {
	width: 100%;
	padding: 33px 33px 0 0;
}
.tableCells {
	width: 100%;
	padding: 0 33px 0 0;
}
.TranslucentBlackBackground {
	background-image: url('../images/bg-table.png');
}
.TranslucentBlackBottomCell {
	background-image: url('../images/bg_table_gradient_flip.png');
}
td {
	padding-left: 33px;
}
.tdNoPaddingLeft {
	padding-left: 0px;
	margin: 0px;
}
#content {
	top: 44px;
	margin-right: 20%;
	padding: 20px;
}
#right_col {
	top: 33px;
	width: 15%;
	position: fixed;
	right: 0px;
	padding: 0px;
	background: transparent;
}
p {
	font-size: large;
	font-weight: bolder;
	letter-spacing: 1px;
}
h1 {
	color: #ff3300;
	font-size: 150%;
	letter-spacing: 3px;
	text-align: left;
	text-shadow: 4px 4px 7px black;
}
h2 {
	color: #ff3300;
	font-weight: lighter;
	font-size: 135%;
	text-shadow: 4px 4px 7px black;
}
h3 {
	font-weight: 600;
	font-size: 95%;
}
h4 {
	color: inherit;
	font-weight: lighter;
	font-size: 90%;
	letter-spacing: 2px;
}
h5 {
	font-weight: normal;
	font-size: 85%;
	text-shadow: 4px 4px 7px black;
}
h6 {
	color: #666666;
	font-weight: lighter;
	font-size: 65%;
	text-shadow: 4px 4px 7px black;
}
a:link {
	color: #ff3300;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	border-bottom: 2px dotted #cc3300;
	text-decoration: none;
	background-color: c0c0c0;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}