/* CSS Document */

body {
	background-color: #CCCCCC;
	background-image: url(background.png);
	background-repeat: repeat;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: inherit;
	text-transform: lowercase;
	color: #D5FEA0;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
/* Slideshow */
.slide {
	position: absolute;
	z-index: inherit;
	top: 140px;
	left: 21px;
	width: 612px;
}

/* Logo */
.logo {
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 21px;
}

/* Header */
.header {	
	position: absolute;
	z-index: auto;
	top: 140px;
	left: 24px;

}

/* Top Info */
.top_info {
	position: absolute;
	z-index: auto;
	top: 60px;
	left: 325px;
	width: 500px;
	text-transform: uppercase;
	font-size: 10px;
}

/* Content */
.content {
	position: absolute;
	z-index: auto;
	top: 360px;
	left: 265px;
	width: 570px;
	font-size: 12px;
	text-align: left;
}

/* Side Bar */
.sidebar {
	position: absolute;
	z-index: auto;
	top: 430px;
	left: 71px;
	width: 240px;
}	

/* Navigation */
.topnav {
	position: absolute;
	z-index: auto;
	top: 110px;
	left: 40px;
	width: 800px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
}

/* Menu */
a:link .topnav {
	background-color:#000000;
	color: #FFFFFF;
} 
/* Footer */

#footer {
	height: 8px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #333333;
}