.clear {
	clear:both;
}

strong {
	font-weight:bold;
}

* :focus { outline: 0; }
a:focus, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

body {
	background:#000000 url('/images/redesign/tke_bg.jpg') center top no-repeat;
	font: 12px/16px "Gill Sans, sans-serif",Arial,Helvetica,sans serif;
	color:#D2D1D1;
	padding-top:64px;
}
	body#error_pg {
		background:#000000 url('/images/redesign/tke_bg_error.jpg') center top no-repeat;
		min-height:1200px;
		height:auto!important;
		height:1200px;
	}

#content_wrap {
	background: url('/images/redesign/tke_logo.png') center 58px no-repeat;
	width:700px;
	margin:0 auto;
	
}
	body#error_pg #content_wrap {
		background:none;
	}

#header {
	height:64px;
	width:700px;
}
	#header img {
		height:64px;
		width:265px;
		display:block;
	}
	
#navigation	{
	width:700px;
	height:118px;
	float:left;
}
	#navigation a {
		width:350px;
		height:118px;
		display:block;
		text-indent:-9999em;
		float:left;
	}
		#btn_undergrad {
			background: url('/images/redesign/undergraduate_button.png') 0 0 no-repeat;
		}
		#btn_alumni {
			background: url('/images/redesign/alumni_button.png') 0 0 no-repeat;
		}
		
		#navigation a:hover {
			background-position:0 -118px;
		}

#usc_text {
	height:35px;
	width:700px;
}
	#usc_text img {
		height:35px;
		width:265px;
		display:block;
	}

	#header img,#usc_text img {
		margin:0 auto;
	}

#footer {
	color:#4b4b4b;
	font-size:.9em;
	width:100%;
	height:75px;
	margin-top:650px;
	position:relative;
}
	#footer_bg {
		background: url('/images/redesign/80percent_black.png') 0 0 repeat;
		height:50px;
		width:100%;
		position:absolute;
		top:12px;
		left:0;
		z-index:0;
		
	}
	
	#footer p {
		width:700px;
		text-align:center;
		height:75px;
		line-height:75px;
		margin:0 auto;
		position:relative;
		top:0;
		z-index:999;
	}
	
	#footer img {
		vertical-align:middle;
	}
	
	#footer a {
		color:#999999;
		text-decoration:none;
	}	

#content {
	width:700px;
	margin:50px auto 0;
	padding-bottom:50px;
	font-siz:.9em;
	color:#333333;
}
	#content h1, #content p {
		margin:16px 50px 2px;
	}
	
	#content h1 {
		font-size:1.3em;
		line-height:1.2em;
	}
