/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 height: 100%
}
#wrapper { 
 height: auto;
 min-height: 100%;
 margin: 0 auto;
 width: 100%;
}
#header {
 width: 100%;
 color: #333;
 padding: 0px;
 border: 0;
 height: auto;
 margin: 0px 0px 0px 0px;
 background-image: url(images/slice1.jpg);
 }
 # header img {display:block;
 }
#tr.spacer {font-size:1px}
#content { 
 width: 100%;
 color: #333;
 border: 0;
 background: ##FDF6E6;
 height: 100%;
 padding-bottom: 66px;
}
#content a:link { 
	color: #000000;
	}
#content a:visited { 
	color: #000000;
	}
#content a:hover { 
	color: #000000;
	}
#content a:active { 
	color: #000000;
	}
blockquote {
	margin-left: 50px
}
ul#requirements, #profile, #downloads, #academics, #graduationrequirements, #getinvolved, #transcript {
	margin-left: 50px
}
ul#respect, #conduct {
	margin-left: 25px
}
ul#activities, #jobsharing, #employeeleasing, #education, #studentbenefits, #sponsorbenefits, #studentinfo, #corporatesponsor, #guestlecture {
	margin-left: 25px
}
#footer { 
 color: #333;
 width: 100%;
 clear: both;
 position: relative;
 z-index: 10;
 height: 66px;
 margin-top: -66px;
 background: ##FDF6E6;
 background-image: url(images/slice2.jpg);
 color: white
}
#footer a:link { 
	color: #FFFFFF;
	}
#footer a:visited { 
	color: #FFFFFF;
	}
#footer a:hover { 
	color: #FFFFFF;
	}
#footer a:active { 
	color: #FFFFFF;
	}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */