@charset "UTF-8";

html, body {
	font: 92% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFF;
	height: 100%;
}

p{margin:0px; padding:0px;}

/* HEADER */
#header 	{ height: 120px; background-color: #FFF; text-align: left; min-width: 1008px;} /*set to bg width*/
#logo 		{ float: left; margin-left: 20px;}
#headerImage{ float: right;}

/* NAVIGATION */
#mainNav {
	background: url('/public/images/nav_bg.gif') repeat-x;
	width:100%;
	height:120px;
	text-align:center;
	}
	
/* CONTENT */	


#container {
	width: auto;
	margin: 0 auto;
	text-align: left;
	padding: 10px 50px 50px 0px;
}

#mainContent {
	position: relative;
        margin: 0 auto;
	margin-top: 10px;
	height:100%;	
        width:800px;

}

/* FOOTER */
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;	/* stick to bottom */
	background: url('/public/images/footer.png') #ebe5d7 no-repeat center top;
	height: 32px;
	left:0px;
}

/* TEXT STYLES */

/* LINK STYLES */

a, a:visited {  color: #9999FF; text-decoration: none;}
a:hover, a:visited:hover {  color: #9999FF; text-decoration: underline;}

/* CSS MENU */




dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}

#menu {
position : absolute;
left: 50px;
top: 20px;
}

#menu dl {
float: left;
}
#menu li {
display: inline;
}

#menu a {
text-decoration: none;
color: #000;
background: #fff;
}

.xhtmlnav {
position: absolute;
left: 0;
font-size: 0.7em;
border-top: 1px solid gray;
width: 400px;
}


.mentions {
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

/* Placed to bottom for slower page load */
#site_container {
	position: relative;
	height: auto !important;/* real browsers */
	height: 100%;	/*IE6: treaded as min-height*/
	min-height: 100%;/* real browsers */
	background: url('/public/images/main_bg_1200.png') #ebe5d7 repeat-y center center;
	min-width:1200px; /*set to bg width*/
} 