html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background: #022c56 url(../images/bgd3.jpg) no-repeat scroll 50% 0px;

}
#wrapper {
	width: 800px;<br>
	background: #02255B;
	margin: 0px auto;
	height: 100%;
}
#menu {
	margin: 0px auto;
	padding: 0px;
	background: #02255B;
}

#content {
	margin: 0 auto;
	width: 800px;
	background: #fff;
/*	padding: 0px;*/
/*	top: 0px;*/
}

#footer {
	float: left;
	margin: 0 0px;
	width: 800px;

}
#text {
	padding: 20px;

}
#location {
	padding: 20px;

}
p.photo {
	display: block;
	margin: 50px 0px 0px 20px;
	padding: 8px 8px 20px 8px;
	float: left;
	border: 1px solid #CCC;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color:#fff;
	}
	
p.photo2 {
	display: block;
	float:left;
	margin: 15px 10px 0px 0px;
	padding: 8px 8px 20px 8px;
	border: 1px solid #CCC;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color:#fff;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-style: normal;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #9966FF;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-style: normal;
}
a{ text-decoration:none; color:#CC00CC; font-family: Verdana;  }
a:hover{ text-decoration:underline; }

