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

*
{
	padding: 0;
	margin: 0;
}


img{
	border: none;
	outline:none;
	}
.align_center {
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	}
body {
	background-color:#e4e1da;
	font-family:Arial, Helvetica, sans-serif;
	}
#container{
	width: 725px;
	height: 482px;
	margin: 5px auto 0 auto;
	border: solid 10px #FFFFFF;
	border-bottom: none;
			
}
#top_left{
	height:147px;
	width: 302px;
	float:left;
	background-color: #cdc7af;
}
#top_right{
	height:147px;
	width: 423px;
	float:right;
	background-color: #EAE4CA;

}
#middle{
	height:90px;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(pictures/middle_backgroundpic_old.jpg);
	background-position: 0;
	background-repeat: no-repeat;
}
#navigation {
	margin: 10px 10px 0 13px;
	height: 220px;
}
#navigation a{
	font-size:13px;
	color:#FFFFFF;
	line-height: 220%;
	text-decoration:none;
}
#navigation p{
	font-size:13px;
	color:#aa1241;
	line-height: 220%;
	text-decoration:none;
}
	  
#bottom{
	height: 245px;
	float: left;
}
#bottom_left{
	float:left;
	width: 170px;
	height: 245px;
}
#bottom_right{
	height: 245px;
	width: 554px;
	float:left;
	background-color: #eae4ca;
}

#content{
	width: auto;
	height: 200px;
	margin: 0 15px 5px 132px;
	padding-top: 40px;
	background-position: 0px 10px;
	background-repeat:no-repeat;
	}
#content p {
	margin-left:33px;
	font-size:11px;
	line-height:120%;
	color:#565759;
	}

#content a{
	text-decoration:none;
	font-size:11px;
	line-height:120%;
	color:#565759;
	font-weight: bold;
	}
#down_bottom{
	background-image:url(pictures/down_bottom_backgroundpic.jpg);
	background-repeat:no-repeat;
	background-position:10px 0;
	width: 745px;
	margin: 0 auto 0 auto;
	height: 30px;
	border-top: solid 10px #FFFFFF;
}
#down_bottom a{
	font-size:10px;
	color:#999999;
	text-decoration:none;
	float: right;
	margin: 3px 10px 0 0;
	}
	
.list_link {
	padding-bottom:5px;
	float:left;
	clear:both;
}

