body {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	background:#6A0122;
	background-position: center;
	content:inherit;
}

a:hover { 
		font-weight: bold; 
		text-decoration: underline;
		border:none;
		}

a:link {
		color: #990033;
		text-decoration: underline;
		border:none;
}

a:visited {
	color: #002499;
	text-decoration: underline;
	border: none;
	font-size: 24;
	font-weight: bold;
}


.box01 { 
		position:relative;
		height:400px;
		width:250px;
		background-color:#DC8485;
		right:0px;
	
}

.box02 {
		position:relative; 
		height:400px;
		width:450px;
		background-color:#86C1EC;
		left:400px;
		top:2px;
		
}

.content {
    position:static;
    background-color: #FFFFFF;
    width: 800px;
    height: auto;
    top: 10px;
    left: 10px;
    padding: 10px;
    align-content: left;
    font-size: 14px;
		
}

.header	{	
			left:0px;
			height:60px;
			padding-bottom:5px;
			width:900px;
			vertical-align: central;
			text-align:center;
			
			}

.mainstage	{
	position:relative;
	background-color: #EAF8FE;
	width: 900px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 100px;
	padding-right: 10px;
	margin-bottom: 20px;
	top: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	
	
			}

.photo_box	{
	position: relative;
	background-color:#EAF8FE;
	align-content:center;
	height:400px;
	width:533px;
	border:none;
	padding-left:184px;
	padding-right:183px;
		}	
		
.subheader {
	position: inherit;
	align-self:center;
	background-color:#EAF8FE;
	height:40px;
	padding-top:5px;
	padding-left:25px;
	padding-bottom:5px;
	width:1000px;
	line-height:12px;
	text-align:center;
			}
.subheader-photo {
	position: inherit;
	align-self:center;
	background-color:#EAF8FE;
	height:40px;
	padding-top:5px;
	padding-left:25px;
	padding-bottom:5px;
	width:1000px;
	line-height:12px;
	text-align: left;
	font-weight: bold;
			}	
