BODY {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica;
	BACKGROUND-COLOR: #000000;
}

h1 {
	font-size:14px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica;
	color : #3C2000;
}

h2 {
	font-size:11px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica;
	color : #3C2000;
}

a.imagehover:hover img {
	opacity: .65;
	filter: alpha(opacity=65);
	border: 0;
	}

a.menu img {
	opacity: .65;
	filter: alpha(opacity=65);
	border: 0;
	}

a.menu:hover img {
	opacity: .99;
	filter: alpha(opacity=99);
	border: 0;
	}

div.site {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 630px;
	text-align: left;
}

div.content {
	position: absolute;
	left: 60px;
	top: 160px;
	width: 687px;
	height: 395px;
	z-index: 9;
	visibility: visible;
}

div.menu {
	position: relative;
	text-align: center;
	top:110px;
	z-index:1;
}

div.main {
	position:absolute;
	left:0px;
	top:20px;
	z-index:1;
}

div.about {
	position: absolute;
	top: 166px;
	left: 70px;
	width: 350px;
	z-index: 9;
	visibility: visible;
}

div.portrait {
	position: absolute;
	left: 430px;
	top: 166px;
	z-index: 9;
	opacity: .75;
	filter: alpha(opacity=75);
	border: 0;
}

body {
	margin: 0; 
	text-align: center;
}