/* CSS Document 
	Layout 
	Horacenji*/

#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-bottom: 10px;
	border-bottom: #009200 3px solid;
	background: #D9FFD9;
	}
#banner {
	width: 760px;
	height: 150px;
	background: url(images/banner_home.jpg);
	}
#nav {
	background: url(images/nav_bg.jpg) repeat-x;
	width: 760px;
	height: 30px;
	border-bottom: #009200 3px solid;
	}
#quick_nav {
	float: left;
	width: 200px;
	clear: left;
	padding: 5px 0px 5px 0px;
	}
#other_links {
	width: 200px;
	background: #009200;
	height: 15px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	margin-top: 10px;
	color: #FFFFFF;
	}
#body {
	float: left;
	width: 539px;
	background: #FFFFFF;
	padding: 10px;
	border-left: #009200 1px solid;
	}
#news_events {
	float: left;
	width: 150px;
	padding: 5px 0px 5px 0px;
	background: url(images/quick_nav_bg.jpg) repeat-y;
	}
#footer {
	clear: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	color: #000000;
	}
#clear {
	clear: both;
	height: 1px;
	}
td {
	padding:10px;
	vertical-align: middle;
	}