/* import base styles */
@import "base.css";




/* Main Tags */

body {
	background-color: #00768a;
}

/* Structure */

#wrapper{
	background: #ffffff url("../images/headers/teal_left.gif") repeat-y top left;
}

#wrap_inner {
	background: url("../images/headers/teal_right.gif") repeat-y top right;
}

#head_top{
	background: #ffffff url("../images/headers/teal_top.gif") bottom left repeat-x;
}

#head_top_inner{
	background: url("../images/headers/teal_corner.gif") no-repeat top right;	
}

#head_bottom{
	background: url("../images/headers/teal_header.jpg") top left no-repeat;	
}

#bottom_bar{
	background: url("../images/headers/teal_bottom.gif") top left repeat-x;	
}


#content{
	padding: 2em 2.5em 0 0;
	
}


	#image_sidebar img{
		border: .1em #00768a solid;
	}
	#image_sidebar p{
		color: #00768a;
	}

#sidebar{
	background-color: #c2d4d2;
	border: .1em #00768a solid;
}
	#sidebar h1{
		color: #00768a;
	}



#nav_wrap{
	background: #c2d4d2 url("../images/headers/teal_bevel.gif") top left repeat-y;	
}
