A:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: none;
}

body {
	background-image: url(bg1.jpg);
	background-repeat: repeat;
	border-style: none;
	color: black;
	height: 100%;
	
	overflow: hidden;
	position: absolute;
	width: 100%;
}

em {
	color: #ffffff;
	font-style: normal;
}

.menu {
	background-color: transparent;
	color: orange;
	font-family: Helvetica;
	font-size: 14pt;
	font-style: normal;
	height: 50px;
	position: absolute;
	width: 924px;
	z-index: 1;
	font-weight: bold;
}

.box {
	background-color: transparent;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 10pt;
	height: 310px;
	left: 0px;
	overflow: auto;
	
	position: absolute;
	text-align: center;
	top: 50px;
	width: 310px;
	z-index: 1;
}

.main {
	background-image: url(bg2.jpg);
	border-style: none;
	border-width: 0px;
	font-family: Helvetica;
	font-size: 10pt;
	height: 550px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	width: 810px;
	z-index: 0;
}

.photo {
	background-color: transparent;
	float: none;
	height: 500px;
	left: 310px;
	
	overflow: hidden;
	
	position: absolute;
	top: 50px;
	width: 500px;
}

img {
	border-style: none;
	
	
	
}

.title {
	background-color: transparent;
	
	font-size: medium;
	height: 50px;
	position: absolute;
	text-align: left;
	width: 310px;
}

.menu2 {
	background-color: transparent;
	color: white;
	float: left;
	font-family: Courier;
	font-size: 10pt;
	font-weight: bold;
	height: 190px;
	
	position: absolute;
	text-align: center;
	width: 310px;
}

.title2 {
	background-color: transparent;
	
	border-style: none;
	
	font-size: 10pt;
	height: 50px;
	position: absolute;
	text-align: center;
	width: 500px;
}

.navigate {
	background-color: transparent;
	height: 20px;
	position: absolute;
	width: 310px;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

