html, body {
margin : 0;
padding : 0;
}
body {
	width : 100%;
	font : 76% Helvetica, "lucida sans", Tahoma, "Trebuchet MS",  Arial, sans-serif;
	background-color: #533831;
}
			/*WRAP*/
#container {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 700px;
	color: #FFFFFF;
}

#enter {
	padding-top: 1em;
	font:"Courier New", Courier, monospace;
	font-family: Courier;
	font-size: 24px;
}

#slide {
	padding-top: 20%;
	float: none;
	}
	
#window {
float : right;
padding : 0;
margin : 0 5px 0 0;
font-size : 150%;
letter-spacing: 3px;
}
			/*TOP BAR MENU*/
#menu {
height : 100px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
text-transform: uppercase;
}
#menu li {
float : left;
width : 9em;
border-right: 1px solid #FFFFFF;
background-color: #FC8602;
}
#menu a {
display : block;
height : 100px;
width : 9em;
font-weight : bold;
line-height : 50px;
padding : 40px 0 0 0;
text-align : center;
color : #000;
background : #FF8202;
}
#menu a:hover {
color : #fff;
background : #A61701;
}
			/*SCROLLER*/
#banner {
	width:900px;
	margin-top: 25px;
	background-color: #000000;
	}
			
			/*MAIN BODY*/
#mainbody {
background-color: #DDE1E0;
width: 900px;
}
			
			/*MAIN CONTENT*/
#content {
margin : 30px 0 0 240px;
border-left : 1px solid #808080;
padding : 2em 3em 1em 3em;
}
#content h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 5px;
color : #FFD300;
background : inherit;
}

#headings {
color: #025167;
}


		
			
			/*FOOTER*/
#footer {
	clear : both;
	margin : 0;
	padding : .5em 0 1em 0;
	border-bottom : 0px solid #808080;
	color : #eee;
	background : #000000;
}
#footer img {
float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
margin : 0;
}
/* end */
#footer p {
padding-left : 5px;
}
			/*LINKS*/
a:link, a:visited {
	color : #FFFFFF;
	background : inherit;
	text-decoration : none;
}
a:hover {
	color : #F8F844;
	background : inherit;
	text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}

img {
border : none;
}
			/*CLASS*/
.quote {
font-weight: bold;
border-top : 1px solid #808080;
padding :  10px;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #a65401;
}

