@charset "UTF-8";
/* CSS Document */

/* Ryan is awesome. Deal with it */

body{
	background:#FFFFFF;}

a:link{
	color:#666666;
	text-decoration:none;}

a:hover{
	color:#eeeeee;
	text-decoration:none;}

a:visited{
	color:#666666;
	text-decoration:none;}

a:active{
	color:#666666;
	text-decoration:none;}

p.body{
	font-family:Calibri, Lucida Grande, Arial, Helvetica, sans-serif; 
	color:#000000; 
	text-align:center;
	position:relative;}
	
img{
	margin-top:100px;
	margin-bottom:0px; 
	margin-left:auto; 
	margin-right:auto;}
	
.centeredImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;}
	
.buttons{
	margin: 0 20px 0 20px; 
	width:40px;
	height:40px;
	border:none;}	
	
#header{
	width:900px; 
	height:50px; 
	margin-left:auto; 
	margin-right:auto;}

#maincontent1{
	width:900px; 
	height:250px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:2%;}
	
#maincontent2{
	width:900px; 
	height:150px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:2%;}

#footer{
	margin-top:15px; 
	text-align:center; 
	color:#000000; 
	font-size:11px; 
	font-family: Calibri, Lucida Grande, Arial, Helvetica, sans-serif;} 
