/* Layout Stylesheet */ 

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding:0;
	text-align: center;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 auto -75px;
	text-align: left;
	width: 900px;
}
#header {
}
#header a {
	display: block;
	float: left;
   	/* border: 1px dashed red; /* debug display */
}
#header a span {
	display: none;
}

#header a#home {
	height: 120px;
	width: 400px;
}
#contentwrapper {
	margin: 0;
	padding-top: 0;
} 
#leftcolumn {
	position: relative;
	margin: 0;
	float: left;
	width: 275px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.adv {
	text-align: center;
	margin-top: 25px;
}
.advtwo {
	float: right;
	clear: right;
}
.clear {
	clear: both;
}
#main {
	margin-top: 0;
	margin-left: 300px;
	margin-right: 20px;
}
#footer, .blank {
	height: 75px;
}
#footer {
	width: 900px;
	background-color: #003366;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#footer p {
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*********************/
/* Thumb Navigation */
/*********************/

#thumbnav {
	background: #CFE5FF;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	height: 55px;
	width: 900px !important;
	border-top: thin #036 solid;
	position: relative;
}
#thumbnav a {
	float: left;
}

#thumbnav a.register { 
        background: url(../Images/Thumbs/ThumbNav/register.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.register:hover {
		background-position: 0px -50px;
}
#thumbnav a.donate {
        background: url(../Images/Thumbs/ThumbNav/donate.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.donate:hover {
		background-position: 0px -50px;
}
#thumbnav a.calendar {
        background: url(../Images/Thumbs/ThumbNav/calendar.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.calendar:hover {
		background-position: 0px -50px;
}
#thumbnav a.timescurrent {
        background: url(../Images/Thumbs/ThumbNav/timescurrent.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.timescurrent:hover {
		background-position: 0px -50px;
}
#thumbnav a.newsarchives {
        background: url(../Images/Thumbs/ThumbNav/newsarchives.gif) 0 0 no-repeat; 
        width: 180px; 
        height: 50px;
}
#thumbnav a.newsarchives:hover {
		background-position: 0px -50px;
}
.student_spotlight {
	float:right;
	margin: 0;
	padding: 0;
	width: 450px;
}
#feat1,#feat2,#feat3,#feat4,#feat5,#feat6,#feat7,#feat8,#feat9,#feat10,#feat11,#feat12,#feat13,#feat14,#feat15,#feat16,#feat17,#feat18,#feat19,#feat20 {display:none;}
.hidden {
	width: 450px;
	height: 125px;
	overflow: hidden;
}