
#header h1 {
	display: none;
	text-align: center;
}
#header {
	height: 100px;
	background: url(images/logo_SE_final.gif) no-repeat center;
	/*border: 1px solid red;*/
}
#subheader h2 {
	display: none;
	text-align: center;
}
#subheader {
	height: 50px;
	background: url(images/SEpayoff.gif) no-repeat center -10px;
	border-bottom: 1px solid #d9104f;
	margin-bottom: 2em;
}

h1, h2, h3, h4 {
	color: #d9104f;
	font-weight: bold;
}

ul#masters {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}	
#masters li strong {
	display: inline-table;
	width: 50%;
}

img.profile {
	float: right;
	margin-left: 1em;
	border: 1px solid #d9104f;
}

.profile_links {
	float: right;
}

a {
	color: #d9104f;
}

.seperator {
	border-top: 1px solid #d9104f;
}
#footer {
	text-align: center;
	border-top: 1px solid #d9104f;
	padding-top: 1em;
}

.purple {
	color: #d9104f;
}

.standout {
	background-color: #da104f;
	color: white;
	font-size: 145%;
	padding: 1em;
	margin-bottom: 1.5em;
}
div.standout p.last {
	margin-bottom: 0px;
}