/* import base styles */
@import "base.css";




/* Main Tags */

body {
	background-color: #162c7c;
}



/* Structure */

#wrapper{
	background: #ffffff url("../images/headers/blue_left.gif") repeat-y top left;
}

#wrap_inner {
	background: url("../images/headers/blue_right.gif") repeat-y top right;
}

#head_top{
	background: #ffffff url("../images/headers/blue_top.gif") bottom left repeat-x;
}

#head_top_inner{
	background: url("../images/headers/blue_corner.gif") no-repeat top right;	
}

#head_bottom{
	background: url("../images/headers/blue_header.jpg") top left no-repeat;	
}

#bottom_bar{
	background: url("../images/headers/blue_bottom.gif") top left repeat-x;	
}

#image_sidebar img{
	border: .1em #162c7c solid;
}
#image_sidebar p{
	color: #162c7c;
}

#sidebar{
	background-color: #e1e7ec;
	border: .1em #162c7c solid;
}
	#sidebar h1{
		color: #162c7c;
	}



#nav_wrap{
	background: #d1dae4 url("../images/headers/blue_bevel.gif") top left repeat-y;	
}
