﻿/* CSS layout */
body {
	margin: 25px 25px 25px 45px;
	padding: 0;
	background: #fff;
	background-image: none;
	width: 90%;
	height: 100%;
	background-attachment: fixed;
	font-family: "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
	font-size: medium;
	font-weight: lighter;
	color: #000;
}
img {
	display: block;
	border: 0 none;
}
a img {
	border: 0 none;
}
figure {
	margin: 0px;
}
figcaption {
	width: 750px;
	font-size: 66%;
	color: gray;
}
table {
	width: 80%;
	border-style: none;
	padding: 0;
}
td {
	padding-left: 0;
}
#content {
	top: 44px;
	margin-right: 20%;
	padding: 0px 33px 7px 0;
}
#right_col {
	top: 40px;
	width: 15%;
	position: fixed;
	right: 0px;
	padding: 0px;
	background: transparent;
}
#footer {
	top: 444px;
	height: 100px;
	background-color: transparent;
	clear: both;
	text-align: left;
}
p {
	font-size: large;
	font-weight: bolder;
	letter-spacing: 2px;
}
h1 {
	color: #6699FF;
	font-size: 300%;
	letter-spacing: 10px;
	text-shadow: 4px 4px 7px #cdba96;
}
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%;
}
h6 {
	color: #666666;
	font-weight: lighter;
	font-size: 75%;
}
ul {
	font-size: small;
}
li {
	font-size: small;
	margin-left: -25px;
}
a:link {
	color: #f00;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #f30;
	border-bottom: 2px dotted #f00;
	text-decoration: none;
	background-color: #f5f5f5;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
