@charset "utf-8";

/*navigational elements*/


body{
background-color:#7A7669;
margin:0px;
padding:0px;
}

#container {
width:760px;
height:430px;
margin:auto;
padding-top:10px;
}

#bigbuttons li {
	list-style: none;
	height:90px;
	width:89px;
	margin-bottom:10px;
	}
.image {
	background-image: url(../../images/a_bg.png);
	height:90px;
	width:89px;
	
	}	
.image a {
	background-image:url(../../images/a_bg.png);
	height:90px;
	width:89px;	
	display: block;
	line-height:90px;
	text-decoration: none;
	color: #666666;
	text-align:center;
	font-weight:bold;
	
	
	
}
.image a:hover{
	background-image:url(../../images/active_bg.png);
	height:90px;
	width:89px;	
	display: block;	
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}






/*Structural elements*/




#wrapper {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 758px;
	top: 0px;
	position: relative;
}
body {
	background-color: #7A7669;
	font-size:12px;
	font-family: arial;
	color: #666666;
}
#textarea {
	float: left;
	position: relative;
	}
	
#imagearea {
	height: 350px;
	background-repeat: no-repeat;
	padding: 10px;
	}
	
#imageareafront {
	background-image: url(../../images/main_image.gif);
	height: 350px;
	background-repeat: no-repeat;
	padding: 10px;
	}	

#top {
	background-image: url(../../images/header.png);
	background-color: #000033;
	height: 10px;
}
#showcase {
	font-family: Arial;
	font-size: 12px;
	float: left;
	width: 640px;
	position: relative;
	margin-left:38px;
}
#navigation {
	clear: left;
	float: left;
	width: 100px;
	margin-left:-30px;
	}


#bottom {
	background-image: url(../../images/footer.png);
	background-color: #000033;
	height: 10px;
	width:758px;
	clear: left;
}

#footer {
	clear: left;
	width: auto;
	color:#666666;
	font-size:12px;
}
#footer span {
	margin-left:220px;
}

#footer_logo {
	float:right
}





/*Main Header Formatting*/
textarea {
	background-color: transparent;
	margin-left:204px;
	margin-top:60px;
	width: 400px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Arial;
	}

p {
	font-size:12px;
	font-family: arial;
	color: #666666;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	

}



h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	

}

h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #e6e6e6;
	

}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-family: georgia;
	font-size: 50px;
	font-weight: bold;
	color: #FF3366;
	line-height: normal;
}

