@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:115px;
}

#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;
	height: 303px;
}

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

#left{
	float: left;
	width: 195px;
	border-right: 1px solid #cccccc;
}

#block{
	position:relative;
	width:195px;
	height:240px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #54A703;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #333333;
}

#right{
	float: right;
	width: 575px;
	
}

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

