/* 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: 860px;
	text-align: left;
}

.content_bg {
	background-image: url(content_bg.png);
	position: absolute;
	z-index: auto;
	top: 0px;
	width: 860px;
	height: 740px;
	left: 0px;
}


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: 0px;
	width: 612px;
}

/* Logo */
.logo {
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 0px;
}

/* 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: 345px;
	left: 280px;
	width: 590px;
	font-size: 12px;
}

/* Side Bar */
.sidebar {
	position: absolute;
	z-index: auto;
	top: 345px;
	left: 30px;
	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 {
	position: absolute;
	z-index: auto;
	height: 8px;
	top: 745px;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	left: 5px;
	color: #FFFFFF;
	text-align: center;
}

.footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	
}

.footer a {
	color: #35BAA9;
}

.footer_bg {
	background-image: url(footer_bg.png);
	position: absolute;
	z-index: auto;
	top: 740px;
	width: 860px;
	height: 30px;
	left: 0px;
	
}
