body{

	background-image:url(../images/body_bg.gif);
	background-position:left;
	background-repeat:repeat-x;
	background-color:#4b6572;



}

a, a.visited{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1E227C;
	text-decoration:underline;

}

#enclosure
{
	display: block;
	
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	overflow: hidden;
	border-left: 1px solid #FECB66;
	border-right: 1px solid #FECB66;
	z-index:0;
}

#header
{
	background-color: #fae0ab;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 750px;
	height: 222px;
}


#menu{

	background-color:#c6b96f;
	height:35px;
	text-align:center;


}

#address{

	font-weight:bold;
	padding-left:10px;



}


#footer{

	background-color:#9bb9c8;
	height:25px;
	text-align:center;



}


#content{

	background-color:#9bb9c8;
	text-align:center;
	padding-top:15px;


}


#container{


	width:710px;
	text-align:center;
	margin-left:20px;
	height:auto;
	background-color:#9bb9c8;


}


#content_holder{

	background-image:url(../images/content_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	background-color:#9bb9c8;
	height:auto;
	width:690px;
	padding:10px;
	text-align:left;




}