#page {

	width: 500px;

	text-align: center;

	background-color: #FFFFFF;

}



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	text-align: center;

	background-image: url(bg.gif);

}



#main {

	text-align: center;

	width: 500px;

	background-color: #FFFFFF;

	border: 1px solid #F0F0F0;

}



#x {

	padding: 5px;

	text-align: center;

}



#head {

	background-color: #3366CC;

}



#menu {

	text-align: center;

	padding: 5px;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #999999;

	border-bottom-color: #999999;

	margin: 5px;

}



#body {

	text-align: left;

	padding: 10px;

}



#foot {

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #999999;

	text-align: center;

	padding-top: 5px;

	margin: 5px;

}



.headtxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #333333;

	font-weight: bold;

}



.menutxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #333333;

	font-weight: bold;

}



.bodytxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #333333;

}



.foottxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}



a:link, a:visited {

	text-decoration: none;

	color: #333333;

}



a:hover, a:active {

	text-decoration: none;

	color: #3366CC;

}

