body{
	background:url(images/dep_bg.jpg) repeat;
	}
	
#wrapper_adjust{
	height:80px;
	width:100%;
	}
	
#menu{
	position:absolute;
	width:100%;
	height:44px;
	right:0px;
	top:0px;
	z-index:1;
	background:url('../../../css/images/header_bg2.jpg');
	}
	
#menu_wrap{
	margin:0px auto;
	width:920px;
	}
	
#menu ul{
	list-style:none;
	font-family:Tahoma, Verdana, sans serif;
	font-size:13px;
	float:right;
	}
	
#menu ul li{
	float:left;
	margin-left:25px;
	margin-right:5px;
	margin-bottom:1px;
	}
	
#menu li div{
	height:20px;
	width:100%;
	color:white;
	text-align:center;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	}
	
#menu li div:hover{
	background-color:#92ca8e;
	color:#000;
	}
	
#menu li a{
	text-decoration:none;
	font-weight:bold;
	}

#wrapper{
	width:950px;
	height:900px;
	margin:0px auto;
	}
	
#left_banner{
	width:180px;
	height:900px;
	z-index:-1;
	position:absolute;
	}
	
#green_banner{
	width:100%;
	height:900px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(102,198,73,0.16) 16%, rgba(102,198,73,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(102,198,73,0.16)), color-stop(100%,rgba(102,198,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66c649',GradientType=0 ); /* IE6-9 */
	}
	
#left_banner img{
	width:180px;
	float:left;
	}
	
#middle_content{
	float:right;
	width:550px;
	height:900px;
	margin-left:5px;
	border-left:2px dashed green;
	border-right:2px dashed green;
	background-color:white;
	}
	
#course_title{
	background-color:green;
	color:white;
	text-align:center;
	font-family:Century Gothic;
	font-size:16px;
	padding:3px;
	}
	
#right_content{
	float:right;
	width:200px;
	height:900px;
	margin-left:10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(102,198,73,0.16) 16%, rgba(102,198,73,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(102,198,73,0.16)), color-stop(100%,rgba(102,198,73,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(102,198,73,0.16) 16%,rgba(102,198,73,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66c649',GradientType=0 ); /* IE6-9 */
	}
	
#department_label{
	background-color:green;
	color:white;
	text-align:center;
	padding:3px;
	font-family:Century Gothic;
	font-size:16px;
	}
	
#departments{
	text-align:center;
	}
	
#departments ul{
	list-style:none;
	text-align:center;
	width:130px;
	}
	
#departments ul li{
	margin-top:10px;
	text-shadow:3px 3px 1px #C0C0C0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family:Century Gothic;
	font-size:12px;
	}
	
#departments ul li:hover{
	background-color:white;
	border-radius:10px;
	padding:3px;
	}
	
#departments ul li a{
	text-decoration:none;
	color:black;
	font-family:Century Gothic, serif;
	font-size:12px;
	}
	
/*this is for department gallery news feed*/
h2{
	font-size:16px;
	}

#image_gallery{
	text-align:center;
}

#image_gallery img{
	margin-top:10px;
	width:400px;
	text-align:center;
	
}

#image_gallery img:hover{
	border:1px solid gray;
	padding:5px;
	}

#image_gallery a{
	position:relative;
	margin-top:5px;
	margin-bottom:5px;
	}

#tag{
	position:absolute;
	top:-30px;
	left:0px;
	width:100%;
	color:white;
	background-color:green;
	font-family:Century Gothic;
}
	
	