body {
	margin:10px; padding:0;
	background: white;
    background-image: url('bg_paper.gif');
    font: 16px/1.5 Georgia, serif;
}

div.title{
    position: absolute;
    top: 10px; left: 10px;
    margin:5px; padding: 0px 10px 67px 0px;
    border: 2px thin #917c11;
    color: white; font: bold 24px/2 Georgia, serif;
    text-align: right;
    background: #8b8b83;
    width: 800px; height: 55px;
}
   
div.menu {
    position: relative;
    top: 140px; left: 10px;
	width: 120px; height: 32px;
	margin: 0 0 0 0;
	background: url( 'grey-bars.gif' ) 0 -50px no-repeat;
	}

div.menu a {
	display: block;
	margin: 2px; padding:3px;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, serif;
	color:#444;
	text-decoration: none;
	background: url( 'grey-bars.gif' ) top left no-repeat;
	}
div.menu span {
	display: block;
	margin:0px; padding: 7px 3px 3px 13px;
	}
div.menu a:hover {
	background-image: none;
	color: #999;
	}
div.menu a:active {
	color: black;
	}

div.image {
    position: absolute;
    top: 150px; left: 170px;
	width: 187px; height: 276px;
    border: 0px; margin: 0px; padding: 0px;
}

div.image a {
    text-decoration: none;
}	

div.text{
    font: 13px Georgia, serif;
    color: #333;
    text-align: justify;
    position: absolute;
    top: 150px; left: 400px;
	width: 420px; height: 250px;
}
   .text{
    font: 13px Georgia, serif;
    color: #333;
    text-align: justify;   
}
div.text a {
	margin: 2px; padding:3px;
	font: bold 13px/1 Georgia, serif;
	color:#444;
	text-decoration: none;
	}
div.text a:hover {
	color: #999;
	}
div.right {
    text-align: right;
    }
