BODY {
	font-family: "Century Gothic";
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #def1fc;
}
#top {
	padding: 90px 0px 90px 15px;
	margin-bottom: 20px;
	background-image: url(image/4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
 }
#menu {
	width: 150px;
	border: 4px groove #0033CC;
	margin: 5px;
	padding: 10px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	float: left; 
	line-height: 30px; 
}
#menu A { 
 color: #042997; 
}

#cont{
	border: 4px groove #0033CC;
	margin: 5px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	float: left;
}
#cont A{
	color: #042997;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

#cont p{
	color: #042997;
	font-style: italic;
	font-weight: bold;
}

.txt{
	font-weight: bold;
	font-size: 14px;
}
