html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Tahoma;
}

div, p, a, h1, h2, h3, img {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

strong {
	font-weight: normal;
}

table tr {
	background-color: #FCFAF7;
}

table tr.alt {
	background-color: #F5F4E9;
}

#book_link {
	text-align: right;
	margin: 5px;
}

#container {
	position: relative;

	background-color: #689A67;
	background-image: url('../images/bg.gif');
	background-position: 10px 140px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 25px;
	
	width: 750px;
	height: 100%;
}

#header {
	position: relative;
	width: 100%;
	height: 150px;
}

#title, #slogan {
	color: #EEEFE4;
	font-family: Papyrus, Arial;
}

#title img {
	position: relative;
	top:20px;
}

#slogan img {
	position: relative;
	top: 30px;
}

#title h1 {
	font-size: 58px;
	font-weight: normal;
}

#slogan h2 {
	font-size:28px;
	font-weight: normal;
}

#header #logo {
	float: right;
}

#content {
	float: left;
	width: 510px;
	background-color: #FFFFFF;
	color: #641830;
	padding: 8px;
	text-align: justify;
}

#content a {
	color: #641830;
	text-decoration: none;
	font-weight: bold;
}

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

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #EEEFE4;
	text-decoration: none;
	font-weight: bold;
}

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

#credit {
	font-size: 90%;
}

#pics {  
    height:  334px;  
    width:   500px;  
    padding: 0;  
    margin:  0;  
	overflow:hidden;
} 
 
#pics img {  
    width:  500px; 
    height: 334px; 
    top:  0; 
    left: 0 
} 

/*MAIN MENU*/

#main_menu {
	position: relative;
	width: 220px;
	float: left;
	margin-top: 30px;
}

#main_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main_menu li {
	width: 100%;
}

#main_menu li a {
	display: block;
	width: 100%;
	height: 20px;
	border-bottom: 1px #F4F1E1 solid;
	color: #EEEFE4;
	font-family: Arial;
	text-align: right;
	text-decoration: none;
	padding-top: 4px;
}

#main_menu li a:hover {
	background-color: #AFCAAE;
}

#main_menu li a span {
	margin: 6px;
}
