@charset "UTF-8";
/* CSS Document */



a:link	{
	font-weight:lighter;
	color:	#605C56;
	text-decoration: none;
	letter-spacing: -0.25px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}	

a:visited	{
	font-weight:lighter;
	color:	#605C56;
	text-decoration: none;
	letter-spacing: -0.25px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}		


a:active	{
	font-weight:lighter;
	color:	#605C56;
	text-decoration: none;
	letter-spacing: -0.25px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}	

a:hover	{
	font-weight:lighter;
	color:	#605C56;
	text-decoration: underline;
	letter-spacing: -0.25px;
	line-height: 1.25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}	
	
a img {border: none; }
	

	
body {
	background-color:#A6A095;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 2px;
	border-color: #666666;
	}
	
#container {
	width:100%;
	height:452px;
	top: 109px;
	position: absolute;
	background-color: #A6A095;
	left: 0px;
	z-index: 3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#bar {
	width:100%;
	height:20px;
	top: 109px;
	position: absolute;
	background-color: #A6A095;
	left: 0px;
	z-index: 2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#header {
	background-color:#FFFFFF;
	width:100%;
	height:109px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#content {
	width:1000px;
	height:63px;
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 4;
	margin: 0px;
	padding: 0px;
}

#project {
	width:436px;
	height:450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	display: block;
	position: relative;
	right: 0px;
}
#logo {
	background-color:#FFFFFF;
	width:1000px;
	height:109px;
	position: relative;
	top: 0px;
	padding-left: 0px;
	text-align: left;
	z-index: 4;
	left: 0%;
	right: 0%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
#footer {
	width:100%;
	height:auto;
	background-color: #A6A095;
	font-size: 9px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 561px;
	font-weight: lighter;
	text-decoration: none;
}
#footertext {
	height: 20px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: -500px;
	left: 50%;
	position: absolute;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
