html, body {
margin : 0;
padding : 0;
}
body {
	width : 100%;
	font : 76% Helvetica, "lucida sans", Tahoma, "Trebuchet MS",  Arial, sans-serif;
	color : #a52a2a;
	background-color: #000000;
}
			/*WRAP*/
#container {
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 600px;
	width: 100%;
}
#spacing_top {
	height: 5em;
	background-color: #000000;
	}
#logo {
	padding-top: 9em;
	padding-left: 35em;
	}
			/*TOP BAR*/
#top {
height : 140px;
border-bottom : 1px solid #FFFFFF;
background: url(../images/header_en.jpg) no-repeat;
background-color: #FF2602
}
#top h1 {
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;
}
#contentA {
 color: #333;
 width: 900px;
 padding-top: 10px;
 height: 200px;
 margin: 10px 0px 0px 0px;
 background: #DDE1E0;
 background-image: url(../images/bordertop.jpg);
 background-repeat: no-repeat;
}
#borderbottom {
background-image:url(../images/borderbottom.jpg);
background-repeat: no-repeat;
}
#headings {
color: #025167;
}


			/*COLUMNS*/
#faux {
 background: url(../images/bordertop.jpg);
 background-repeat: no-repeat;
 margin-bottom: 0px;
 overflow: auto; 
 width: 900px;
 background-color: #DDE1E0;
}
#leftmiddle {
	float: left;
	color: #333;
	margin: 10px 25px;
	padding:0;
	width: 250px;
	height: 500px;
	display: inline;
	position: relative;
	background-color: #DDE1E0;
}
#rightmiddle {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 25px 10px 25px;
	padding:0;
	width: 250px;
	height: 500px;
	float: left;
	background-color: #DDE1E0;
}
#middle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 25px 10px 25px;
 padding:0;
 width: 250px;
 height: 500px;
 float: left;
 background-color: #DDE1E0;
}
			
			/*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 : #FF7900 ;
background : inherit;
text-decoration : none;
}
a:hover {
color : #FFD300;
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;
}
