BODY {
	BACKGROUND-COLOR: #000000;
	background-image: url("../gfx/background.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	margin: 0; 
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica;
	text-align: center;

}

div.site {
	position: relative;
	margin: 0 auto;
	top: 25px;
	width: 734px;
	text-align: left;
}

div.main {
	position:relative;
	z-index: 1;
}

div.menu {
	position: relative;
	text-align: center;
	top: 8px;
	z-index: 1;
}

a.menu img {
	opacity: .99;
	filter: alpha(opacity=99);
	border: 0;
}

a.menu:hover img {
	opacity: .55;
	filter: alpha(opacity=55);
	border: 0;
}

#box {
	position: relative;
	width: 700px;
	min-height: 660px;
	top: 18px;
	background: white;
	FONT-FAMILY: Arial, Helvetica;
	text-align: justify;
	padding: 16px;
	FONT-SIZE: 13px;
	COLOR: #000000;
}

.round {
	-webkit-border-radius: 16px; /* Safari, Chrome */
	-khtml-border-radius: 16px;	/* Konqueror */
	-moz-border-radius: 16px; /* Firefox */
	border-radius: 16px;
}
div.bottom {
	position: relative;
	text-align: center;
	top: 32px;
	padding-bottom: 16px;
	z-index: 1;
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica;
	text-align: center;
}

h1 {
	font-size:18px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica;
	color : #545454;
}

h2 {
	font-size:14px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica;
	color : #545454;
}

h3 {
	font-size:13px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica;
	color : #545454;
}

a.imagehover:hover img {
	opacity: .65;
	filter: alpha(opacity=65);
	border: 0;
	}

a:hover {
	color : #545454;
	text-decoration: none;
}


a:visited {
	color : #545454;
	text-decoration: none;
}
