/* This CCS file contains all the ids and classes for that inner pages that have different images from the home page */


#top {
	background-image: url(../images/inner/top.jpg);
	width: 1203px;
	height: 106px;
}
#left_side{
	background-image: url(../images/inner/left_side.jpg);
	width: 241px;
	height: 596px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
}

/* HEADER BUTTON */

	#hdr_nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	
	#hdr_nav ul li a {
		background-image: url(../images/btns/graphic_commications_dept.jpg);
		height: 107px;
		width: 786px;
		float: left;
		background-repeat: no-repeat;
	}
		
	#hdr_nav ul li a:hover
		{ 
		  background-position: 0 -107px;
		}
	#hdr_nav ul li span
	{
	  position: absolute;
	  top: -999em;
	}

/* END HEADER BUTTON */

#right_side{
	background-image: url(../images/inner/right_side.jpg);
	width: 176px;
	height: 596px;
	float: right;
}


#under_hdr {
	background-image: url(../images/inner/under_hdr.jpg);
	height: 63px;
	width: 786px;
	float: left;
}

#content {
	/*background-image: url(../images/inner/content.jpg);*/
	width: 561px;
	height: 416px;
	background-color: #000032;
	float:left;
	padding-right: 100px;
	padding-bottom:10px;
}

#nav_area {
	width: 125px;
	height: 426px;
	float:left;
	background-image: url(../images/inner/above_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000032;
}

#above_footer {
	clear: both;
	background-image: url(../images/inner/above_footer.jpg);
	height: 102px;
	width: 1203px;
	background-repeat: no-repeat;
}

#footer_img {
	background-image: url(../images/inner/footer.jpg);
	height: 300px;
	width: 1203px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
