@charset "utf-8";
@import url("text.css");
/* CSS Document */


#wrapper{
	position:relative;
	width:780px;
	margin:0 auto 0 auto;
}

#masthead{
	float:inherit;
	width:780px;
	height:303px;
	background-image:url(../images/masthead.jpg);
}

#navigation{
	float: left;
	width: 195px;
	margin-top:90px;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	
}

#navigation a:link, #navigation a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-indent:20px;
	line-height:20px;
	display:block;
	width:120px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

#navigation a:hover{
	text-indent:15px;
	line-height:20px;
	color:#666666;
	display:block;
	width:115px;
	height:20px;
	background-color:#ffffff;
	border-left:5px solid #4A97D5;
	border-right:5px solid #54A703;
}

#image{
	float:right;
	width:555px;
}

#content{
	float: inherit;
	width: 780px;
}


#footer{
	clear:both;
	width:780px;
	background-color:#709ECC;
}

