/* defines the look + layout of the site */

#container{
	position:relative;
	margin:0 auto;
	width:771px;
}

#nav{
	position:relative;
	margin:0 auto;
	width:761px;
	height:32px;
	z-index:1000;
}

#banner{
	position:relative;
	margin:8px auto;
	width:761px;
	height:138px;
	overflow:hidden;
	z-index:0;
}

#banner img{
	border:none;
	width: 761px;
	height: 138px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#homepage-banner{
	position:relative;
	margin:8px auto;
	width:761px;
	height:224px;
	overflow:hidden;
	z-index:0;
}

#homepage-banner img{
	border:none;
	width: 761px;
	height: 224px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


#homepage-promo{
	position:relative;
	margin:8px auto;
	width:761px;
	height:62px;
}

#page-title{
	position:relative;
	margin:8px auto;
	width:761px;
	height:50px;
}

#content{
	position:relative;
	float:left;
	width:500px;
	left:25px;
	padding-right:21px;
	margin-top:25px;
	margin-bottom:25px;
}

#content-wide{
	position:relative;
	float:left;
	width:715px;
	left:25px;
	padding-right:21px;
	margin-top:25px;
	margin-bottom:25px;
}

#side-bar{
	position:relative;
	float:right;
	width:206px;
	right:25px;
	margin-top:25px;
}

#footer{
	position:relative;
	margin:0 auto;
	width:771px;
	padding-bottom:25px;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.side-bar-text{
	margin-top:3px;
	margin-bottom:25px;
}
