body {
	margin: 0px;
	padding: 0px;
	color: rgb(0, 0, 0);
	background-color: none;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
}

body.black {
	margin: 0px;
	padding: 0px;
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

body.content {
	margin: 0px;
	padding: 0px;
	color: rgb(0, 0, 0);
	background-image: url('Images/Summer1/Backdrop-Content.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

/* General */
div {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

/* Backdrops */
div.backdrop-temp {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
/*	margin: 0px;
	padding: 0px;*/
	width: 800px;
	height: 600px;
	background-image: url('Images/Temp.png');
	background-repeat: no-repeat;
}

div.backdrop-summer1 {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
/*	margin: 0px;
	padding: 0px;*/
	width: 800px;
	height: 600px;
	background-image: url('Images/Summer1/Backdrop.png');
	background-repeat: no-repeat;
}

div.backdrop-summer2 {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 600px;
	background-image: url('Images/Summer2/Backdrop.png');
	background-repeat: no-repeat;
}

div.backdrop-autumn1 {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 600px;
	background-image: url('Images/Autumn1/Backdrop.png');
	background-repeat: no-repeat;
}

/* Menubar */
img.intro {
	position: absolute;
	top: 71px;
	left: 303px;
	width: 140px;
	height: 28px;
}

img.news {
	position: absolute;
	top: 71px;
	left: 443px;
	width: 94px;
	height: 28px;
}

img.contact {
	position: absolute;
	top: 71px;
	left: 537px;
	width: 210px;
	height: 28px;
}

/* Showcases, Icons and Arrows */
div.showcase {
	position: absolute;
	top: 444px;
	left: 62px;
	width: 676px;
	height: 144px;
	border: none;
	background-color: none;
}
	
div.showcaseHidden {
	display: none;
	position: absolute;
	top: 444px;
	left: 62px;
	width: 676px;
	height: 144px;
	border: none;
	background-color: none;
}

img.icon1 {
	position: absolute;
	top: 8px;
	left: 86px;
	width: 168px;
	height: 128px;
}

img.icon2 {
	position: absolute;
	top: 8px;
	left: 258px;
	width: 168px;
	height: 128px;
}

img.icon3 {
	position: absolute;
	top: 8px;
	left: 430px;
	width: 168px;
	height: 128px;
}

img.arrowLeft {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 64px;
	height: 48px;
}

img.arrowRight {
	position: absolute;
	top: 48px;
	left: 614px;
	width: 64px;
	height: 48px;
}

/* White */
div.white {
	position: absolute;
	top: 128px;
	left: 40px;
	width: 688px;
	height: 308px;
}

img.whitep1 {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 176px;
	height: 270px;
}

img.whitep2 {
	position: absolute;
	top: 314px;
	left: 0px;
	width: 96px;
	height: 40px;
}

iframe.white {
	position: absolute;
	top: 10px;
	left: 180px;
	width: 480px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: none;
}

/* Brown */
div.brown {
	display: none;
	position: absolute;
	top: 128px;
	left: 40px;
	width: 688px;
	height: 308px;
}

img.brown {
	position: absolute;
	top: 140px;
	left: 520px;
	width: 168px;
	height: 168px;
}

iframe.brown {
	position: absolute;
	top: 10px;
	left: 56px;
	width: 454px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: none;
}

iframe.status {
	position: absolute;
	top: 10px;
	left: 510px;
	width: 160px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: none;
}



/* Misc */
p.content {
	margin: 8px;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	background-color: none;
}

/* Footer */
div.footer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 488px;
	left: 168px;
	width: 464px;
	height: 32px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

p.footer {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	color: rgb(200, 200, 200);
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

/* Links */
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: rgb(0, 0, 0);
}

a:visited {
	color: rgb(0, 0, 0);
}

a:hover {
	color: rgb(224, 224, 64);
}

a:active {
	color: rgb(0, 0, 0);
}
