body {
	background-color: black;
	font-family: arial, helvetica, sans-serif;	
}

img.reg {
	border: 0;
}

img.header {
	border: 0;
	position: absolute;
	top: 15px;
	left: 15px;
}

h1 {
	font-size: 250%; 
}

a {
	color: #DEB887;
}

a.cont {
	color: white;
	text-decoration: none;
}

p.footer {
	text-align: right;
	font-size: 70%;
}

#header {
	position: relative;
	height: 150px;
	border-top: 5px solid #803060;
	border-left: 5px solid #803060;
	border-right: 5px solid #803060;
	border-bottom: 14px double #803060;
	font-family: serif;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 275px;
	padding-right: 15px;
	padding-bottom: 26px;
	color: #803060;
	background-color: #E4EAEE;
}
	/* background-color: #E4EAE4;
		color: #A12E85; */



#main {
	font-family: serif;
	font-size: 1.1em;
	padding: 25px;
	color: white;
	background-color: #18263F; /* #44526C; */
}

#main #content {
	position: relative;
	width: 250px;
	float: left;
	font-family: serif;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 15px;
	color: white;
	background-color: #44557C; /* #7C869C; */
}




	

/* By the way, this is a comment */

