body{
margin: 0 auto;
}

/*Container and shadow styles*/
#container{
	width: 988px;
	min-height: 500px;
	margin: 0 auto;
}

#shadow-top{
	width: 988px;
	height: 3px;
	background: url("../images/home-page-parts/top-shadow.jpg") no-repeat;
}

#shadow-mid{
	width: 988px;
	min-height: 200px;
	background: url("../images/home-page-parts/mid-shadow.jpg") repeat-y;
}

#shadow-bottom{
	width: 988px;
	height: 6px;
	background: url("../images/home-page-parts/bottom-shadow.jpg") no-repeat;
	clear: both;
}
/*********************************/

#top-nav{
	width: 980px;
	height: 25px;
	text-align: right;
}

#main-banner-box{
	width: 980px;
	height: 280px;
	background:url("../images/main-banner-bg1.jpg") no-repeat;
	margin-left: 4px;
}
#logo-box{
	width: 139px;
	height: 179px;
	background: url("../images/utech-logo1.png") no-repeat;
	position: relative;
	top: 13px;
	left: 15px;
	float: left;
}
#slideshow-box{
	width: 500px;
	height:240px;
	/* border: 1px solid #FFF; */
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	/* background: red; */
}
#main-nav-box{
	width: 980px;
	height: 36px;
	background: url(../images/navbg.gif);
	margin-left: 4px;
}


/*Body Stuff*/
#content-box{
	width: 980px;
	min-height: 410px;
/* 	background: red; */
	margin-left: 4px;
}

#content-left-box{
	width: 480px;
	min-height: 380px;
	float: left;

}
#left-nav-links{
	padding-right: 3px;
}
#left-nav-box{
	width: 236px;
	min-height:370px;
	background: url("../images/left-nav-bg.jpg") no-repeat #FFF;
	float: left;
}
#calendar-space{
	width: 244px;
	height: 370px;
	float: right;
	
	scrollbar-base-color: #006699;
	/* scrollbar-3dlight-color:#ffd700;
	scrollbar-arrow-color:#ff0;
	scrollbar-darkshadow-color:#ffa500;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#ff69b4;
	scrollbar-shadow-color:#f0f; */
}


#content-right-box{
	width: 480px;
	min-height: 380px;
	float: right;
}

#rand-link-box{
	width: 480px;
	height: 106px;
	float: right;
	padding-right: 5px;
}
.rand-link{
	width: 230px;
	height: 100px;
	background: url("../images/rand-link-bg-f1.jpg") no-repeat;
	padding: 4px 0 0 10px;
}
.rand-link:hover{
	background: url("../images/rand-link-bg-f2.jpg") no-repeat;
}

.rand-text{
	width: 210px;
	height: 90px;
	margin-right: 3px;
}

/* 
This class was to dispaly an image representing the link in this box
removed due to size alterations because if IE <=6 fixes
 	.rand-pic{
	width: 100px;
	height: 90px;
	padding-left: 10px;
	margin-top: 4px;
	float: left;
}
.rand-pic img{
	border: 1px solid #333;
} */


/* .event-box{
	width: 170px; 
	min-height: 80px; 
	max-height: 110px;
	border-bottom: 1px dotted #777;
	margin-left: 18px;
	padding: 10px 0 5px 0;}
*/

#news-box{
	width: 480px;
	height: 300px;
	background: url("../images/main-news-bg.jpg") no-repeat;
	float:right;
	/* padding-right: 10px; */
}

#footer{
	width: 980px;
	height: 130px;
	background: url("../images/footergrad.jpg");
	margin-left: 4px;
	margin-top: 20px;
	position: relative;
	top: 2px;
} 
#foot-info{   /* this can be fixed to 460px when the advanced footer options come into place and floated left*/
	width: 980px;
	height: 130px;
	/* float: left; */
	text-align: center;
	
	
}
#foot-alts{
	width: 520px;
	height: 130px;
	float: right;
	/* background: purple; */
}
.alt-box{
	width: 160px;
	height: 100px;
	border-left: 1px solid #999;
	float: left;
}

#search-bg{
	background: url("../images/c-searchbg.jpg") no-repeat; 
	width: 208px;
	height: 40px;
	margin-left: 5px;
}
.type-button{
	font-family: Calibri, Arial, Helvetica;
	font-size: 14px;
	width: 60px;
	height: 21px;
	border: 0;
	background: transparent /* url("../images/search-btn-bg.jpg") */;
	position: relative;
	top: 9px;
	left: 2px;
	color: #D3E2EF;
	font-weight: bold;
}
.type-text{
	font-family: Calibri, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	/* text-align: center; */
	width: 125px;
	color: #333;
	position: relative;
	top: 9px;
	left: 3px;
	border: 1px solid #fff;
	background: transparent;
}