body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.logo {
	background-image: url(images/logobg.gif);
	background-repeat: repeat-x;
}
.content {
	background-image: url(images/imag_03.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#content {
	text-align: justify;
	float: left;
	width: 75%;
	padding-top: 60px;
	padding-left: 10px;
}
#nav {
	float: right;
	padding-top: 50px;
	text-align: right;
}
#nav h1 {
	text-align: right;
	padding-right: 5px;
	background-image: url(images/imag_07.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	width: 217px;
	height: 22px;
	margin: 0px;
	padding-top: 3px;
}
#nav a:link {
	color: #626262;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #626262;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}