#logo {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 900px;
}
#menu {
	position:absolute;
	width:900px;
	height:15px;
	z-index:1;
	top: 76px;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #567ABE;
}
#menu a:link {color: #263459;}
#menu a:visited {color: #263459;}
#menu a:hover {color: #6699CC;}
#menu a:active {}
#title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 102px;
	height: 40px;
	width: 900px;
	left: 1px;
	background-color: #E3E8F4;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 199px;
	top: 157px;
	width: 500px;
	height: 650px;
	z-index: 2;
}
#picture {
	position: absolute;
	left: 455px;
	top: 157px;
	height: 210px;
	width: 243px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2DCE8;
	border-right-color: #263459;
	border-bottom-color: #263459;
	border-left-color: #D2DCE8;
	font-size: 12px;
	padding: 10px;
	width: 660px;
	position: relative;
	margin: 10px;
}
