@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

img { border-width:0px; }

body {
	background:#cbdf9b; 
	font:12px/18px Verdana, Geneva, sans-serif;
	color:#898989;
}

p, ol, ul {
	margin-bottom:18px;
}

li {
	margin-left:36px;
}

a {
	color:#ac4e88;
}

	a:hover { color:#a37fad; }


/* General Styles */
.col3 {
	display:inline-block;
	width:212px;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	vertical-align:top;
	text-align:left;
	margin-right:4px;
}

.col3 p {
	padding:4px 4px;
}

.frame {
	padding:2px; 
	border:2px solid #AC4E88;
}

.divider {
	border-style:solid;
	border-color:#42612e;
	border-width:1px;
	border-left:0px;
	border-right:0px;
	font-weight:bold;
}

.tmpred { color:red; }

/* Home */

#home .col3 {
	color:#688158;
}

/* Site Layout */
#site {
	width:1000px;
	height:800px;
	margin:auto;
	position:relative;
	background:url(/images/body_bg.jpg) no-repeat top center;
	overflow:visible;
}

	#butterfly_lg {
		position:absolute;
		top:-112px;
		left:644px;
		z-index:10;
	}
	
	#site_nav {
		position:absolute;
		top:155px;
		left:260px;
		z-index:20;
	}
	
		#site_nav a {
			display:inline-block;
			padding:30px 20px 4px 20px;
			color:#42612e;
			text-decoration:none;
			font:16px/16px "Times New Roman", Times, serif;
			position:relative;
		}

	#content_wrapper {
		float:left;
		display:inline; /* IE6 */
		margin-top:222px;
		margin-left:252px;
		width:751px;
		padding:20px 0px;
		margin-bottom:8px;
		background:white url(/images/content_rgt_bg.jpg) no-repeat bottom right;
		min-height:512px;
		height:auto!important;
		height:512px; /* IE6 */
	}

		#content {
			padding-left:34px;
			width:650px;
			position:relative;
		}
		
			#home #content {
				background:url(/images/home_img1.jpg) no-repeat 34px 24px;
				padding-top:79px;
			}
			
			#clear_wing {
				float:right; 
				width:110px; 
				height:45px;
			}
		
	#content_footer {
		background:#cbdf9b;
		text-align:center;
		font-size:10px;
		color:#688158;
		margin-left:252px;
		float:left;
		display:inline; /* IE6 */
		width:731px;
		padding-bottom:10px;
	}
	
	
/* NEWS */
#news #content {text-align:center;}
