table.outer {
	margin: 10px 20px 5% 25px;
	 }

/*Provides rollover function to all ltext style links*/

a {
	color: #DAA520;
	text-decoration: none;
}
a:link {	color: #ffd700; }

a:hover {
	color: #FFA07A;
}
/*Sets font to Sans Serif and white on black background*/
body {
	color: white;
	background-color: #000000;
	opacity: 1;
	font: 13px / 150% Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
/*Looks after blue line and spacing*/
.header {
	background-color: transparent;
	width: 394px;
	height: 45px;
	float: right;
	margin: 2px 5px 2px;
	padding-right: 25px;
	padding-bottom: 4px;
	border-bottom: 1px solid #2f01fd; }
/*Formats footer area, drops font to 11 px, adds spacing*/
.footer {
	color: white;
	font-size: 11px;
	width: 100%;
	margin-top: 30px;
	padding: 20px 150px 10px 25px; }
/*Formats main content area, specifically text, adds spacing around other elements*/
.whitetext {
	width: 80%;
	margin-left: 15px;
	padding: 25px 10px 15px 25px; }
/*Used on gallery pages and images within content*/
.gallery {
	padding-top: 35px;
	padding-left: 150px; }
.contentimage {
	margin: 2px;
	padding: 2px; }
.box {
	margin-top: 0;
	margin-left: 0;
	padding: 2px; }
.thumbs {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px; }

div#gallerytext {
	width: 320px;
	height: auto;
	color:white;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding-top: 15px;
}