/* CSS Document */
body, html {
	height:100%;	
	padding:0px;
	margin:0px;	
}
img {
	border: none;
}

/**** Main Body ****/
#wrapper {
      margin: 0 auto;
	  height:100%;
	  width:786px;
}
.content {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5C5F1;
	vertical-align:top;	
}
.content a {
	color:#ffffff;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}

/**** Interior Body ****/
h1 {
	font-size: 12px;
	color: #E1E7F7;
	padding:0px;
	margin:0px;
}

/**** Footer ****/
.footer {
	color: #B5C5F1;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:top;
}
.footer a {
	color: #B5C5F1;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
