
.allpage { background-image:url(images/bkgrnd.jpg);
    width:800px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}
	
    body { 
    
    width:800px;
    margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#ffffff;
	height:100%;


	}
	
	a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color:#FF0657;
text-decoration: none;
}

.menu {background-image:url(images/menu.jpg);
height:37px;
text-align:left;
}

.menu a {
margin-left:10px;
text-align:left;
line-height:34px;
border-right:solid 1px white;
padding-right:15px;
}

.leftarea {
width:195px;
padding-left:33px;
padding-top:15px;
float:left;
}

.content {
width:400px;
text-align:left;
padding-top:15px;
float:right;
margin-right:20px;
}

.rightarea {
width:102px;
float:right;
padding-top:15px;
padding-right:31px;

}

.menu span
{
    display:none;
}
#mailto {
 color:#38356D;
 }
 h1{
 font-size:14px;
 color:#38356D;
 }