@charset "UTF-8";
body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	min-height: 100%;
	min-width: 100%;
	overflow: visible;
	text-align: center;
	width: auto;
}

a:link {color: #ad80d0; font-style: normal; font-weight: normal; text-decoration: none;}
a:visited {color: #ad80d0; font-style: normal; font-weight: normal; text-decoration: none;}
a:hover {color: #ad80d0; font-style: normal; font-weight: normal; text-decoration: underline;}
a:active {color: #ad80d0; font-style: normal; font-weight: normal; text-decoration: none;}

hr { 
	background-color: #c5e5a4;
	color: #c5e5a4;
	border: none;
	height: 1px;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	color: #007f64;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #c5e5a4;
}
h3 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #ad80d0;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
}
p {
	font-size: 12px;
	color: #000000;
}
#container {
	background: none;
	border: 0px;
	height: auto;
	margin: 0px;
	min-height: 100%;
	min-width: 100%;
	overflow: visible;
	padding: 0px;
	text-align: center;
	width: auto;
}
#header {
	background-attachment: fixed;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 0px;
	min-width: 100%;
	height: 60px;
	padding-left: 150px;
	padding-top: 0px;
	position: fixed; left: 0px; top: 0px;
	text-align: left;
	width: auto;
	z-index: 3;
}
#sidebar {
	border: 0px;
	background-color: #ffffff;
	height: auto;
	margin: 0px;
	min-height: 100%;
	padding-top: 30px;
	position: relative; left: 0px; top: 60px;
	text-align: center;
	width: 300px;
	z-index: 1;
}
#wrapper {
	height: 100%-240px;
	margin: 0px;
	overflow: hidden;
	padding-bottom: 180px;
	padding-top: 30px;
	position: absolute; left: 300px; top: 60px;
	text-align: left;
	width: 100%-300px;
	z-index: 0;
}

	#mask {
		width: 500%;
		height: 100%;
	}

	.item {
		width: 20%;
		height: 100%;
		float: left;
	}
	
	.content {
		width: 600px;
		height: auto;
		margin: 0px;
		position: relative; top: 0px;
	}

	.clear {
		clear:both;
	}

#footer {
	height: 180px;
	background-attachment: fixed;
	background-image: url(images/footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	min-width: 100%;
	position: fixed; left: 0px; bottom: 0px;
	text-align: left;
	vertical-align: bottom;
	width: auto;
	z-index: 2;
}
