	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #ccc;
		margin: 0;
		text-align: left;
		background: #000;
	}
	
	a {
		color: #ccc;
	}
	
	h1, h2, h3 {
		font-weight: 100;
		margin-top: 0;
	}
	
	p, li {
		font-size: 75%;
		line-height: 1.8em;
	}
	
	a {
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.invalid,
	.required {
		color: red;
	}
	
	#breadcrumb {
		display: block;
		padding-top: 10px;
		margin-bottom: 15px;
		margin-left: 10px;
		overflow: hidden;
		font-size: 90%;
		color: #ccc;
	}
	
		#breadcrumb p {
			margin: 0;
		}
	
		#breadcrumb a {
			color: #666;
		}
	
	#header-wrapper {
		width: 960px;
		height: 527px;
		margin: 0 auto 0 auto;
		overflow: hidden;
		display: block;
		position: relative;
		background: url(images/bg_header_home.jpg) 0 0 no-repeat;
	}
	
	#header-wrapper-inside {
		width: 960px;
		height: 245px;
		margin: 0 auto 0 auto;
		overflow: hidden;
		display: block;
		position: relative;
		background: url(images/bg_header_home.jpg) 0 0 no-repeat;
	}
	
		#logo-wrapper {
			display: block;
			width: 960px; height: 146px;
			overflow: hidden;
			position: relative;
		}
		
			#logo h1 {
				margin: 0; padding: 0;
				position: relative;
				left: 21px; top: 46px;
				width: 369px; height: 50px; 
				overflow: hidden;
			}
			
			#logo h1 a {
				display: block;
				cursor: pointer;
				color: #fff; font-weight: 100;
			}
				 
				#logo h1 span {
					display: block;
					position: absolute; left: 0; top: 0; z-index:1;
					width: 369px; height: 50px; 
					margin: 0; padding: 0;
					background: url(images/logo.jpg) top left no-repeat; 
				}	
	
		#menu-wrapper {
			display: block;
			width: 960px; height: 91px;
			overflow: hidden;
			position: relative;
		}
		
			#menu {
				width: 960px;
				overflow: hidden;
			}
			
			#menu ul {
				margin: 0 0 0 10px; padding: 30px 0;
				list-style: none;
			}
			
			#menu ul li {
				float: left;
				margin-right: 30px;
				text-transform: lowercase;
				font-size: 100%;
			}
			
			#menu ul li a {
				color: #ccc;
				text-decoration: none;
			}
			
			#menu ul li a:hover {
				color: #80E2FF;
			}
	
		#intro-left {
			float: left;
			width: 540px; height: 270px;
			position: relative;
			overflow: hidden;
			padding: 10px;
		}
		
			#intro-left h1 {
				font-size: 150%;
				color: #fff;
				margin-top: 20px;
			}
			
			#intro-left h1 span {
				color: #00C5FF;
			}
			
			#intro-left p {
				font-size: 100%;
				color: #ccc;
			}
			
			#intro-left img {
				border: none;
			}
			
		#intro-right {
			float: right;
			width: 380px; height: 270px;
			position: relative;
			overflow: hidden;
			padding: 10px 10px 10px 0;
		}
		
		#intro-right p {
			margin: 0;
		}
		
		div#intro-right {
			position: relative;
			width: 330px; height: 220px;
			top: 25px; right: 25px;
		}
			
			
	#content-wrapper {
		clear: both;
		position: relative;
		display: block;
		background: #111111;
		text-align: center;
		width: 100%;
		padding: 0;
		min-height: 500px;
		background: #111111 url(images/bg_content_wrapper_tile.jpg) 0 0 repeat-x;
	}
	
	* html #wrapper {
		height: 100%;
	}
	
	#content {
		width: 960px;
		display: block;
		margin: 0 auto;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	
	#content h1, #content h2, #content h3 {
		font-size: 140%;
		text-transform: lowercase;
	}
	
	#content .left {
		float: left;
		width: 540px;
		padding: 20px 10px;
	}
	
		#search {
			width: 480px;
			height: 46px;
			padding: 20px 0 0 60px;
			background: url(images/bg_search.png) 0 0 no-repeat;
		}
	
	#content .right {
		float: right;
		width: 380px;
		padding: 20px 10px 20px 0;
	}
	
	#content .right p {
		font-size: 70%;
		font-style: italic;
	}
	
		.shout {
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px solid #666;
			font-size: 90%;
		}
		
		.shout.green {
			color: #00C068;
		}
		
		.shout.blue {
			color: #00C5FF;
		}
		
		.shout.off {
			border-bottom: none;
		}
			
	
	#footer-wrapper {
		clear: both;
		display: block;
		width: 100%;
		padding-top: 20px;
		text-align: center;
		position: relative;
		overflow: hidden;
		background: #0A0A0A url(images/bg_footer_student_tile.jpg) 0 0 repeat-x;
	}
	
	#footer {
		width: 960px;
		position: relative;
		text-align: left;
		margin: 0 auto;
		overflow: hidden;
		color: #666;
	}
	
	#footer .left {
		float: left;
		width: 540px;
		padding: 20px 10px;
	}
	
		#footer .left p {
			font-size: 65%;
		}
	
	#footer .right {
		float: right;
		width: 380px;
		padding: 20px 10px 20px 0;
	}
	
		#footer .right p.twitter,
		#footer .right p.facebook {
			font-size: 140%;
			margin: 0;
			
			padding-left: 70px;
			background: url(images/twitterbird.png) 0 0 no-repeat;
			border-bottom: 1px solid #666;
		}
		
		#footer .right p.facebook {
			background: url(images/facebook_icon.png) 0 0 no-repeat;
			margin-top: 20px;
		}
		
		
		
		#footer .right a {
			text-decoration: none;
			color: #666;
		}
		
		#footer .right a:hover {
			text-decoration: underline;
		}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
		background: #fff;
		padding: 10px;
		border: 1px solid red;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #666;
	}
	
	#forms legend {
		font-size: 140%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
		border: 1px solid #ccc;
		padding: 3px;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid #06C;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}

	.clearer {
		clear: both;
		height: 1px;
	}

	
	