

#wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	z-index:1;
	margin-left: auto;
    margin-right: auto;
	border-left:solid #007F84 2px;
	border-right:solid #007F84 2px;
	background-color:#ffffff;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:162px;
	z-index:1;
	background-image: url(../images/header.jpg);
}

#nav {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:31px;
	z-index:1;
	background-image: url(../images/nav-bar.jpg);
}


#content-wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	z-index:1;

}

.nav-pos {
	padding:9px 0px 0px 12px; 
	margin:0px 0px 0px 10px;

}

#content-wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	z-index:1;

	
}

#right-col{
	position:relative;
	left:0px;
	top:0px;
	width:229px;
	min-height:245px;
	height:auto;
	float:right;
	z-index:1;
	background-color:#ffffff;
	padding-right:0px;
	margin:0px;
}

#right-col-internal{
	position:relative;
	left:0px;
	top:0px;
	width:229px;
	height:auto;
	float:right;
	z-index:1;
	padding-right:0px;
	margin:0px;
}

#main-content{
	position:relative;
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
	height:auto;
	z-index:1;
	background-color:#ffffff;
	overflow:hidden;

}

#content{
	position:relative;
	left:270px;
	width:386px;
	z-index:1;
	background-color:#ffffff;;
	background-image:url(../images/shadow-content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:400px;
	_height:400px;
	padding:20px 15px 0px 0px;
	margin:0px;

	
	
}

#banner{
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	z-index:1;
	background-color:#ffffff;
	overflow:hidden;
	min-height:245px;
	_height:245px;
	height:auto;
	
}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:29px;
	z-index:1;
	border-top:#861A80 2px solid;
	background-color:#007F84;
	
}
