@charset "utf-8";
@import url('/stylesheets/common.css');
@import url('/stylesheets/content.css');
#main_wrapper {
	width: 760px;
	margin: 0 auto;
	position:relative;
}
#main_navigation, #title_banner, #main_content, #main_content2, #content, #footer {
	width: 760px;
}
/* MAIN NAVIGATION */
#main_navigation {
	background-color: #ccccaa;
	height: 160px;
}
/* TITLE BANNER */
#banner {
	height:161px;
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position: top right;
	color:#000;
}
#home #banner {
	background-color:#664;
	background-position: top left;
	color:#FFF;
}
#home #banner a {
	color:#DCA !important;
}
#banner .banner {
	margin: 0px 25px 10px 25px;
	padding-top: 10px;
	width: 510px;
	line-height: 200%;
}
#home #banner .banner {
	margin-left: 175px;
	padding-top: 15px;
	width: 330px;	
	line-height: 150%;
}
#banner .title {
	font-size:1.14em;
	font-weight:bold;
}
.banner p {
}
/*
#title_banner {
	background: #666644 url(/images/coffee_cup.jpg) top left no-repeat;
	height: 161px;
	color: #FFF;
}
#title_banner2 {
	background: #FFF url(/images/coffee_cup2.jpg) top right no-repeat;
	height: 161px;
}
*/
/* MAIN CONTENT */
#main_content {
	background: #FFF url(/images/coffee_leaves_bg.gif) bottom right no-repeat;
	min-height: 335px;
}
	#content_left {
		float: left;
		width: 507px;
		padding: 15px 20px;
	}
	#content_right {
		padding: 30px 0;
		float: right;
		width: 210px;
	}
#main_content2 {
	background: #ccccaa url(/images/coffee_leaves_bg2.gif) bottom right no-repeat;
	min-height: 335px;
	
}
	#left_menu {
		font-style: italic;
		font-weight: bold;
		margin-left: 25px;
		width: 153px;
		font-size:96%;
		float: left;
		margin-top: 10px;
		background:#FFF;
	}
	#left_menu_top {
		background:#FFF url(/images/left_menu_top.gif) no-repeat;
		height:24px;
	}
	#left_menu_bottom {
		background:#FFF url(/images/left_menu_bottom.gif) no-repeat;
		height:24px;
	}
	#left_menu_body {
		padding: 0 20px;
	}
	#right_content {
		margin-top: 35px;
		margin-left: 203px;
		margin-right: 24px;
	}
	#footer {
		text-align: center;
		padding:1.5em 0 .5em 0;
		font-size:95%;
	}

div.small {
	margin-top:.5em;
	font-size:94%;
	line-height:1.5em;
}
small {
	font-size:94%;
}