/* CSS Document */

body {
	background-color:#6d6038;
	margin:0;
	}
	
div#rap {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	}
	
div#header {
	width:820px;
	height:100px;
	border:none;
	background-image:url(images/viewer_header.gif);
	margin:0;
	}
	
div#content {
	background-color:#fff;
	height:800px;
	margin-bottom:30px;
	}
	
iframe {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	width:780px;
	height:600px;
	border:none;
	}
	
div#menu_bar {
	height:75px;
	background-color:#fff;
	}

div#nav_buttons {
	position:absolute;
	top:4px;
	left:273px;
	}
	
div#nav_buttons.page_1 {
	position:absolute;
	left:313px;
	top:4px;
	}
	
img.clip {
	margin-top:75px 0 0 0;
	}
	
#copyright {
	text-align:center;
	color:6d6038;
	font-size:12px;
	}

	