body {
	background-color: #03417A;
	background-image:  url(global/background.jpg);
	background-position: center -70px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

img {
	behavior: url(iepngfix.htc)
}

#wrapper{
	position:relative;
	width: 920px;
	height: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	background-image: url(global/page.jpg);
}

#logo {
	float: left;
	width: 30px;
	height: 270px;
	position: relative;
	left: 60px;
	top: 50px;
	z-index: 10;	
}

/* ---- menu ---- */

#menu_wrapper {
	width: 170px;
	height: 500px;
	position: absolute;
	left: 80px;
	top: 10px;
	background-image: url(global/menu_background.jpg);
	z-index: 0;
}

#button a.home {
	width: 170px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 320px;
	display: block;
	background-image: url(global/button_home.jpg);
}

#button a.home:hover{
	background-position: 0 -30px;
}

#button a.biography{
	width: 170px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 320px;
	display: block;
	background-image: url(global/button_biography.jpg);
}

#button a.biography:hover{
	background-position: 0 -30px;
}

#button a.audio{
	width: 170px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 320px;
	display: block;
	background-image: url(global/button_audio.jpg);
}

#button a.audio:hover{
	background-position: 0 -30px;
}

#button a.diary{
	width: 170px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 320px;
	display: block;
	background-image: url(global/button_diary.jpg);
}

#button a.diary:hover{
	background-position: 0 -30px;
}

#button a.credo{
	width: 170px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 320px;
	display: block;
	background-image: url(global/button_credo.jpg);
}

#button a.credo:hover{
	background-position: 0 -30px;
}

#button a.contact{
	width: 170px;
	height: 30px;
	position: relative;
	left: 0px;
	top: 320px;
	display: block;
	background-image: url(global/button_contact.jpg);
}

#button a.contact:hover{
	background-position: 0 -30px;
}

#active {
	background-position:0 -30px;
}


/* ---- content ---- */
#content {
	width: 660px;
	height: 500px;
	position: absolute;
	left: 250px;
	top: 10px;
	padding: 0;
	margin: 0;
}

/* ---- home page ---- */
#home_image {
	float: left;
	width: 330px;
	height: 500px;
	position: relative;
	left: 0;
	top: 0;
}

#home_logo {
	float: left;
	width: 300px;
	height: 150px;
	position: relative;
	left: 20px;
	top: 250px;
}

/* ---- normal page ---- */

#content_area {
	width: 618px;
	height: 458px;
	padding: 10px 10px 20px 10px;
	position: relative;
	left: 20px;
	top: 20px;
	margin: 0;
	border: 1px solid #1A2139;
	overflow: auto;
	background-image: url(global/content_background.jpg);
	background-attachment: fixed;
}

html > body > div > div > div > div#content_area {
	width: 598px;
	height: 438px;
	padding: 10px;
	background-attachment: scroll;
}

#content_area .head {
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 140%;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	padding: 0px 0px 4px 0px;
}

#content_area .topic {
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #94D8F1;
	font-size: 120%;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	clear: both;
}

#content_area a.topic {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #FFFF00;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
	clear: both;
}

#topic a.topic:hover {
	text-decoration: underline;
}

#content_area .date { 
	font-family: Helvetica, Arial, San-Serif;
	font-weight: normal;
	color: #5298EE;
	font-size: 70%;
	text-align: left;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}

#content_area .content {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	font-weight: normal;
	color: #ffffff;
	font-size: 80%;
	text-align: justify;
	text-decoration: none;
	padding: 5px 0 10px 0;
} 

#content_area a {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-weight: normal;
	color: #FFFF00;
	font-size: 100%;
	text-align: justify;
	text-decoration: none;
}

#content_area a:hover {
	text-decoration: underline;
}

#content_area img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}











#button a.credit{
	width: 140px;
	height: 15px;
	position: absolute;
	left: 750px;
	top: 510px;
	display: block;
	background-image: url(global/button_credit.jpg);
}

#button a.credit:hover{
	background-position: 0 -15px;
}


	






/* div {border: 1px solid #000000;
	margin: -1px;} */