<style type="text/css">

span{}

h1{
	color:#CCCCCC;
	font-size:48px;
	font-family:tahoma;
}

h2{
	color:#cccccc;
	font-size:24px;
	line-height:28px;
	font-family:tahoma;
	text-align:right;
}

p{
	font-family: tahoma;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	margin-left: 5px;
}

a:link{
	font-family:tahoma;
	font-size:12px;
	line-height:13px;
	text-decoration:underline;
	border:none;
	color:#bac8e0;
}

a:hover{
  	text-decoration:underline;
 	border:none;
  	color:#ffa443;
}

a:visited{
	color:#4a5d80;
	border:none;
}
  
a:active{
  	text-decoration:none;
	border:none;
  	color:#ffa443;
}


#Container{
	position:absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#Capsule{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:1000px;
}

#Banner{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:500px;
}

#SecondaryContent{
	position:absolute;
	left:50px;
	top:500px;
	width:300px;
	height:425px;
}

#MainContent{
	position:absolute;
	left:375px;
	top:500px;
	width:575px;
	height:425px;
}

#PhotoContent{
	position:absolute;
	left:375px;
	top:500px;
	width:575px;
	height:425px;
	text-align:center;
}

#Footer{
	position:absolute;
	left:50px;
	top:950px;
	width:900px;
	height:50px;
	text-align:center;
}

</style>


