/* import base styles */
@import "base.css";




/* Main Tags */

body {
	background-color: #7d7d7d;
}



/* Structure */

#wrapper{
	background: #ffffff url("../images/headers/gray_left.gif") repeat-y top left;
}

#wrap_inner {
	background: url("../images/headers/gray_right.gif") repeat-y top right;
}

#head_top{
	background: #ffffff url("../images/headers/gray_top.gif") bottom left repeat-x;
}

#head_top_inner{
	background: url("../images/headers/gray_corner.gif") no-repeat top right;	
}

#head_bottom{
	background: url("../images/headers/gray_header.jpg") top left no-repeat;	
}

#bottom_bar{
	background: url("../images/headers/gray_bottom.gif") top left repeat-x;	
}

#image_sidebar img{
	border: .1em #7d7d7d solid;
}
#image_sidebar p{
	color: #7d7d7d;
}


#sidebar{
	background-color: #d4d4d4;
	border: .1em #7d7d7d solid;
}
	#sidebar h1{
		color: #7d7d7d;
	}



#nav_wrap{
	background: #d4d4d4 url("../images/headers/gray_bevel.gif") top left repeat-y;	
}

