/* 
	se.css

	This file is for the layout and design elements of the Specialized English Website 
	www.spotlight.org
	
	It has been tested and definitely works well with IE 5+, Mozilla 1.3+, Opera 7+. 
*/

/* -------------------- HTML Entities ------------------- */
	
* {
	padding: 0;
	margin: 0;
	}

#menu, #menulist, #sidebar, .crumb, #mediaplayer, #comments, #header {
	display:none;
	padding: 0;
	margin: 0;
	width:0px;
	height:0px;
}	

#container, #content, #script, #footer {
	width:100%;
}

#content #script,
#container #footer {
	margin-left:20px;
	width:96%;
}

#printlogo {
	margin:0 0 0 20px;
}

#printutils {
	margin:10px 80% 0 20%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
h1 {
	font-size: 2.5em;	
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
}

h5 {
	font-size: 1em;	
	margin-bottom: 0;
	margin-left: -50px;
}
	

/* -------------------- Links ------------------- */


a:link, a:visited, a:active { 
	text-decoration: underline;
	font-weight: bold;
}
	
		
/* -------------------- Classes ------------------- */
