* {
	margin:0;
	padding:0
}

body, html {
	height:2356px;
	
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;
		   
	color:#999999; 
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Verdana Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height:16px;
}

/* MAIN LAYOUT */

#mainleft {
	width:50%;
	float:left;
	margin-right:-385px;
	height:100%;
}
#mainleftcenter {
	margin-right:390px;
	height:100%;
	background-color:#666666;
}

#mainright {
	width:50%;
	float:right;
	margin-left:-386px; /* half of center width + 1 (IE hack)*/
	height:100%;
}
#mainrightcenter {
	margin-left:390px;
	height:100%;
	background-color:#666666;
}

#maincenter {
	width:770px;
	float:left;
	position:relative;
	z-index:10;
	height:100%;
	background-image:url(sanstitre_web_000.gif);
}

/* NAVIGATION */
div#navbar {
	height: 20px;
	width: 768px;
	padding: 0 ;
	margin-top:188px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 20px;
	list-style-type: none ;
}
div#navbar li {
	float: left ;
}
div#navbar li a {
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	width: 128px;
	display: block ;
	text-align: center ;	
	float: left ;
	text-decoration: none;
	padding: 5px 0px;
	color: #000;
}
div#navbar li a:link {
    color: #000:
}
div#navbar li a:visited {
    color: #000;
}
div#navbar li a:active {
    color: #CCC;
}
/*
div#navbar li a:hover {
    color: #CCC;
}
*/
/* STYLES */

h1 {
	font-size: 18px;
	color:#888888;
	text-decoration: none;
	line-height:24px;
}
h2 {
	font-size: 13px;
	color:#888888;
	text-decoration: none;
	line-height:20px;
}

a.title:link, a.title:visited, a.title:hover, a.title:active {
	font-size: 18px;
	color:#888888;
	text-decoration: none;
	background-color:#FFF;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
/*
button {
	font-size: 10px;
	color: #861616;
	background-color: #FAB254;
	border:1px solid #861616;
}
input {
	font-size: 10px;
	color: #861616;
	font-weight: normal;
	border: 1px solid #861616;
	background-color: #FDDCB1;
}
.required {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #861616;
	background-color: #CC3300;
}
*/

