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

* { margin:0px; padding:0px; }
img { border-width:0px; }

body { 
	font:12px/18px "Times New Roman", Times, serif; color:#695e4a;
	background:#A8C399;
}

p, ol, ul { margin-bottom:18px; }
li { margin-left:24px; margin-bottom:8px; }

strong, em { font-weight:normal; font-size:16px; }

a { color:#695e4a; text-decoration:none; }
a:hover { text-decoration:underline; }

/* General Classes */
.upcase { text-transform:uppercase; letter-spacing:1px; font-weight:bold; }


/* Layout */
#site {
	width:900px;
	margin:auto;
	background:white url(/images/site_bg.jpg) repeat-y top left;
	position:relative;
}

	#site_top {
		height:432px;
		margin-bottom:-124px;
		background:url(/images/site_top_bg.jpg) no-repeat top center;
	}
	
		#site_nav {
			text-transform:uppercase;
			font-weight:bold;
			letter-spacing:1px;
			position:absolute;
			top:85px;
			right:46px;
		}
		
			#site_nav a { display:inline-block; padding:4px; }
	
	#site_lft {
		width:181px;
		text-align:right;
		line-height:20px; font-weight:bold;
		float:left;
	}
	
		.nav_btn { margin-bottom:12px; }
	
	#site_rgt {
		width:623px;
		float:right;
	}
	
		#site_rgt p { margin-right:48px; }
	
	#site_btm { clear:both; height:30px; }
	
	a {
	color: #330;
	text-decoration: underline;
}

	a:hover {
	color: #F30;
	text-decoration: none;
}
