@charset "UTF-8";
/* CSS Document */

html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size: 12px; 
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background:#fffdf7;}

#content {overflow:auto; position:absolute; z-index:3; top:120px; bottom:50px; left:220px; right:0; background:#fffdf7;}

* html #content {top:0; left:20; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:100px solid #fff; border-bottom:50px solid #fff; border-left:200px solid #fff;}


#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:120px;
	background:url(clouds.jpg) #271b1f;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:4em;
	z-index:5;
	overflow:hidden;
	color:#fff;
}
#foot {position:absolute; margin:0; bottom:0; left:0; display:block; width:100%; height:50px; font-size:1em; z-index:5; overflow:hidden; background: #271b1f; color:#fff;}

#left {
	position:absolute;
	left: 0 px;
	top: 120px;
	bottom:50px;
	width:200px;
	background:url(images/left.jpg) rgb(76,76,76);
	font-size:1.2em;
	z-index:4;
	overflow:auto;
	background-repeat:no-repeat;
	-webkit-box-shadow: -7px 2px 27px 8px rgba(0,0,0,0.65);
	-moz-box-shadow: -7px 2px 27px 8px rgba(0,0,0,0.65);
	box-shadow: -7px 2px 27px 8px rgba(0,0,0,0.65);
}

* html #left {height:100%; top:0; bottom:0; border-top:100px solid #fff; border-bottom:50px solid #fff; color:#fff;}

#content p {padding:10px;}
.bold {font-size:1.2em; font-weight:bold;}

dd {display:none;}
a.nav, a.nav:visited {margin-left:50px; display:block; width:100px; height:25px; background:#372334; color:#eee; border:1px solid #000; text-decoration:none; text-align:center; line-height:25px;}
a.nav:hover {background:#271b1f; color:#fff;}

.imageRight {
float:right; 
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);  
margin: 20px 20px 20px 20px;}

.whitetext {
	color: #FFF;
}
.menu
 {
	 text-align: left;
	 display: block;
    width: 155px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
	 opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */}
a:hover, a:active {
    background-color: #FFFFCC;
	color: #000;
}

.menucat
{
