﻿/* CSS layout */
body {
	margin: 30px 10px 30px 20px;
	padding: 0;
	background: #789 url('../images/backgrounds/bg.jpg') fixed;
	background-image: url('../images/backgrounds/bg.jpg');
	width: 100%;
	height: 100%;
	font-family: "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
	font-size: medium;
	font-weight: lighter;
	color: #99ccff;
}
img {
	display: block;
	border: 0 none;
}
a img {
	border: 0 none;
}
table {
	border-style: none;
	padding: 0 333x 33px 33px;
	width: 740px;
}
td {
	padding-left: 33px;
	padding-right: 33px;
}
.TranslucentBlackBackground {
	background-image: url('../images/backgrounds/bg-table.png');
}
.TranslucentBlackBottomCell {
	background-image: url('../images/backgrounds/bg_table_gradient_flip.png');
}
#content {
	top: 44px;
	margin-left: 15%;
	padding: 20px;
}
#left_col {
	float: left;
	z-index: 10;
	top: 25px;
	width: 15%;
	position: fixed;
	padding: 0px;
	background: transparent;
}
p {
	font-size: large;
	font-weight: bolder;
	letter-spacing: 1px;
}
h1 {
	color: #99ccff;
	font-size: 150%;
	letter-spacing: 3px;
	text-align: left;
	text-shadow: 4px 4px 7px black;
}
h2 {
	color: #99ccff;
	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: #ffffff;
	font-weight: lighter;
	font-size: 70%;
	text-shadow: 4px 4px 7px black;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #c0c0c0;
	text-decoration: none;
}
a:hover {
	color: #99ccff;
	border-bottom: 2px dotted #99ccff;
	text-decoration: none;
	background-color: #0066ff;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}


