/* Main Styling */

body {
	background: #FFFFFF url('background.gif') top repeat-x;
	color: #ADADAD;
	font: 10px "arial", sans-serif;
	line-height: 200%;
	margin: 0;
	text-align: justify;
	padding: 0;
	}

img { border: 1px solid #E9E9E9; padding: 5px; margin: 7px; }

a:link, a:visited { 
	background: none; 
	color: #71CFFF; 
	font: font: 14px "century gothic", sans-serif; 
	text-decoration: none; 
	}

a:hover, a:active { 
	color: #38A5DD; 
	font: font: 14px "century gothic", sans-serif; 
	text-decoration: none; 
	}

/* Main Structure */

#position {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: static;
	width: 500px;
	}

#header {
	background: url('header.jpg') top no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: static;
	width: 500px;
	}

#content {
	float: left;
	padding: 0;
	margin: 0;
	position: static;
	text-align: justify;
	width: 500px;
	}

/* Fine Print */

#fineprint { 
	clear: both; 
	margin: 0px 0px 0px 0px;
	padding: 270px 0px 6px 0px;
	color: #ADADAD; 
	text-align: center; 
	font: 14px "century gothic", sans-serif; 
	text-transform: lowercase;
	}
