/* Fonts and Text */

p, h1, pre {
	margin: 0px; 
	padding: 5px 10px;
	font-size:11px;
}

h1 {
	font-size: 15px;
	text-transform:uppercase;
	text-align: right;
	color: #fff;
	background-color: #80C343;
}

h2 {
	font-size: 14px;
	text-transform:uppercase;
	color: #80C343;
}

h3 { font-size: 13px; color: #333;}

a {
	color: #80C343;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none; 
}

dt {margin 0 0 0 10px;} 

blockquote { font-size: 11px; font-style:italic;}

/* Navigation */

#nav {
	height:22px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin-bottom: 10px;
}

/* general */
.menu {
	font-family: arial, sans-serif; 
	width:540px; 
	height:100px; 
	position:relative; 
	font-size:11px; 
	z-index:100;
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	width:104px; 
	height:20px; 
	text-align:center; 
	color:#000; 
	border:1px solid #fff; 
	background:#fff; 
	line-height:20px; 
	font-size:11px; 
	overflow:hidden;
}

.menu ul { padding:0; margin:0; list-style: none;}
.menu ul li { float:left; position:relative;}
.menu ul li ul { display: none;}

/* non IE */

.menu ul li:hover a { color:#fff; background:#80C343;}

.menu ul li:hover ul { 
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:105px;
}

.menu ul li:hover ul li a.hide { background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide { background:#6fc; color:#000;}
.menu ul li:hover ul li ul { display: none;}
.menu ul li:hover ul li a { display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover { background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul { display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left { left:-105px;}


/* Layout */

body {
	background-image: url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	padding:0;
	margin:88px;
	text-align: center;
}

#wrapper {
	width:552px;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main { 	
	text-align: left;
	vertical-align: middle;	
	padding: 0px;
	width: 550px;
	background-color: #ffffff;
	border: 1px solid #000;
	position:relative;
}

#logo {
	position:absolute;
	top: -90px;
	left: 10px;
}

#logounder { width:530px; height:60px;}
#content { padding: 10px 20px;}
.right { float:right; border:1px solid #999; margin: 10px 0 10px 20px;} 
#content img { border:1px solid #999; margin: 10px 0 10px 20px;} 

.bookbox {
	border: 1px dashed #ccc;
	padding: 1px;
	margin: 5px 5px 20px 5px;
}

.bookbox img { float:left; margin-right: 20px;}
.textroom { float:left; height: 230px; width: 20px; border:none;}
.bookbox p { font-style:italic;}
.clear { clear:both;}

#footer {
	width:550px;
	background-color:#80C343;
	color:#fff;
	text-align:center;
}

#footer a {
	color:#fff;
}
