
.allpage {
    width:800px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-repeat:repeat-y;
	background-position:top;
}
	
    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:#564170;
text-decoration: none;
}

.banner {background-image:url(images/banner.jpg);
height:147px;
}

.menu {background-image:url(images/menu.jpg);
height:25px;
background-repeat:no-repeat;
padding-top:6px;
}

.menu a {
margin-left:10px;
text-align:left;
font-size:13px;
font-weight:bold;
padding-right:15px;
}

.content {
width:455px;
margin-left:19px;
text-align:left;
padding-top:20px;
}
