/* expo CSS Document */

#container {
	width:800px;
	height:900px;
	background:url(images/cornerbrsm.jpg) bottom right no-repeat;
	background-color:#FFFFFF;
	border:#6699FF thin solid;
	margin-top:-20px;
	}
	
#header {
	width:800px;
	height:200px;
	background-image:url(images/header2010.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
	
#menu {
	width:800px;
	height:25px;
	}
	
#content {
	float:left;
	width:780px;
	height:325px;
	}
	
.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	padding:10px;
	text-align:left;
	}
	
.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#996699;
	font-weight:bold;
	}	
