#body
#{
	#background-color : #99DBFA;
	#text-align : center;
#	font-family : arial;
	#overflow : auto;
#}
body
{ background:url(images/water_texture.jpg); 
  background-color:#99DBFA;
  background-repeat: repeat
  text-align: center;
  
}

h1
{
	text-align : center;
	padding-bottom: 0;
	margin-bottom : 5px;
	
}

h2
{
	font-family : arial;
	font-size : 20;
	font-style : normal;
	font-weight : bold;
	color : #0088FF;
	text-align : center;
}

table
{
	border-spacing : 0px;
	border-collapse: collapse;
	
}

table.centered
{
	margin-left : auto;
	margin-right : auto;
}

.tagline
{
	font-family : arial;
	font-size : 18;
	font-style : normal;
	color : #e0F8FF;
	/* background-color : #3D73C2; */
	
	background-image: url(p7exp/images/p7exp_mbar2.jpg);
	background-repeat: repeat-x;
	text-align : center;
	width : 800px;
	height:25px;
}
.fullwidth
{
	border:solid #00f 0px;
	text-align : center;
	width = 800px;
	/* float:center; */
	margin-right:auto;margin-left:auto;width:800px;
}

.leftside
{
	border:solid #0ff 0px;
	float:left;
	text-align : left;
	width:200px;

}
.leftimg
{
	border:solid #fff 0px;
	
	top:0;
}

.menu
{
	border:solid #f0f 0px;
	font-family : arial;
	font-size : 16;
	font-weight : bold;
	color : #e0F8FF;
	background-color : #3D73C2;
	text-align : center;
	/* width:200px; */
	
	
}
.rightside
{
	border:solid #ff0 0px;
	float:left;
	text-align : left;
	width : 580px;
	margin-left: 10px;
	margin-right: 10px;
}
.rightside.quote { font-size:12px; text-align:left;}

a.menulink:link {color:#e0F8FF;text-decoration:none;}
a.menulink:visited {color:#d0e8ee;text-decoration:none;}

#menuwrapper
{
	width: 800px;
}

h2 { margin-top:0px; } 