html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	background: #fff url(siteimages/bg_body.gif) repeat-x top;
	color:#333;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background: url(siteimages/bg_content_repeat_960.gif) repeat-y;
}

body.home #wrapper{
	background: url(siteimages/bg_content_repeat_home_960.gif) repeat-y;
}

#wrapper-inner{
	background: url(siteimages/bg_content_top_960.jpg) no-repeat top;
}

body.home #wrapper-inner{
	background: url(siteimages/bg_content_top_home_960.jpg) no-repeat top;
}

#header{
	height: 161px;
	padding:0 6px;
	position:relative;
}

#footer{
	background: url(siteimages/bg_footer_960.gif) no-repeat bottom;
	clear:both;
}

#skip-nav{
	position:absolute;
	left:-999em;
}

a{
	text-decoration: none;
	color:#039;
}

a:hover{
	text-decoration: underline;
}

/*header*/
	#header ul{
		margin:0;
		padding:4px 0 0;
		float:right;
		list-style-type: none;
		text-align: right;
		font-size:.75em;
	}
	
	#header ul li{
		display:inline;
		padding:0;
	}
	
	#header ul li a{
		color:#fff;
		padding:0 1em;
	}
	
	#header ul li.members a{
		border-right:1px solid #fff;
	}
	
	#header h1 a{
		background: url(siteimages/logo_960.jpg) no-repeat top left;
		display:block;
		text-decoration: none;
		text-indent: -999em;
		height:161px;
		width:523px;
		position:absolute;
		top:0;
		outline: none;
		left:18px;
	}
	
	h1{
		margin: 0;
		padding: 0;
	}
	
	#main{
		margin:0 5px 0 6px;
	}
	
/*nav*/
	#left{
		float:left;
		width:207px;
	}

	#nav{
		list-style-type: none;
		padding: 20px 0 0;
		margin:0;
	}
	
	#nav li{
		margin:0;
		padding:0;
	}
	
	#nav a{
		display:block;
		background: #fae697;
		border-bottom: 1px solid #fceeb8;
		border-top: 1px solid #fceeb8;
		font-size:1.1em;
		padding:.2em .2em .2em 25px;
	}
	
	#nav a:hover{
		text-decoration: none;
		background: #FBECB1;
	}
	
	#nav li.on a{
		background: #e7c9e7;
	}
	
	#nav li.on a:hover{
		background: #EDD7ED;
	}
	
	* html #nav li, * html #nav li a{
		height: 1px;
	}
	
	/*Subnav*/
	#nav ul{
		list-style-type:none;
		margin:0;
		padding:0;
		font-size:0.8em;
	}
	
	#nav ul li a{
		padding-left:40px;
		border: none;
		background: #FBECB1;
	}

/*Content*/
	#imageContainer{
		float:left;
		width: 550px;
		height:239px;
		margin-left:1px;
		position: relative;
	}
	
	#imageContainer img{
		position: absolute;
		display:none;
	}
	
	#imageContainger img.display_first{
		display: inline;
	}
	
	#content{
		float:right;
		width:690px;
		padding:25px;
	}
	
	body.home #content{
		width:500px;
		float:left;
	}

/*footer*/
	#footer p{
		color: #aa4baa;
		font-size:0.75em;
		text-align:center;
		margin:0;
		background: #cfb2cf;
	}
	
	#footer{
		padding: .2em 5px .8em 6px;
	}
	
p img{
	float:left;
	margin:0 5px 5px 0;
}

img.float-right{
	float:right;
	margin:1em 0 5px 5px;
}

#bottom-links{
	font-size:.8em;
	text-align:right;
	padding-top:5em;
	color:#888;
}

#bottom-links a{
	color:#666;
}

#bottom-links li{
	list-style-type:none;
	display:inline;
	padding:15px
}

/*What's new*/
#whats-new{
	padding:0 8px 0 5px;
	float:right;
	width:175px;
	font-size:.85em;
	margin-top:-225px;
}

#whats-new ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#whats-new ul li{
	border-bottom:1px solid #999;
}

#whats-new h3{
	margin-bottom:0;
	margin-top:.25em;
}

#whats-new p{
	margin:.5em 0;
}