﻿body {
	background: url(graphics/background.jpg); repeat-x;
}
#wrapper { 
	width: 800px;
	height: 920px;
	margin: 0 auto;
    background: white;	
}
#template {
	background: url(graphics/template.jpg); repeat-none;
	width: 800px;
	height: 920px;
}
#bannerInformation {
	font: small/1.5em georgia, times, serif;
	padding: 10px;
	width: 250px;
	height: 150px;
	float: right;
	margin-right: 10px;
	color: white;
}
#leftLinks {
	float: left;
	margin-top: -620px;
	margin-left: -20px;
	font: small/1.5em georgia, times, serif;
	/*font-style: italic;*/
	color: black;
}
#leftLinks li {
	list-style: none;
}
#leftLinks a {
	font: small/1.5em georgia, times, serif;
	/*font-style: italic;*/
	text-decoration: none;
	color: #cccccc;
}
#leftLinks a:visited { color: #9999cc; }
#leftLinks a:hover { color: black; }
#leftLinks a:active { color: black; }


#topLinks {
	float: left;
	margin-top: -730px;
	margin-left: 585px;
}
#topLinks li {
	list-style: none;
}
#topLinks a {
	font: georgia, times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #663333;
}
#topLinks a:visited { color: #9999cc; }
#topLinks a:hover { color: black; }
#topLinks a:active { color: black; }
#headerPosition {
	float: left;
	margin-top: -650px;
	margin-left: 400px;
	font: 1.5em georgia, times, serif;
	text-align: center;
}
#mainText {
	float: left;
	width: 580px;
	margin-top: -600px;
	margin-left: 200px;
	font: georgia, times, serif;
	
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
#subBanner {
	float: left;
	margin-top: -115px;
	margin-left: 10px;
	width: 180px;
	font: small/1.5em georgia, times, serif;
	color: white;
}










