/* CSS Document */
/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */

html,body { 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0; 
	padding: 0;
	text-align:center;
	line-height:1.25;
	margin-left:auto;
	margin-right:auto;
	width:650px;
	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ABABAB;
	scrollbar-arrow-color : #2e5a87;
	scrollbar-track-color : #edeef1;
	scrollbar-shadow-color : #2e5a87;
	scrollbar-face-color : #edeef1;
	scrollbar-highlight-color : #2e5a87;
	scrollbar-darkshadow-color : #2e5a87;
	scrollbar-3dlight-color : #edeef1;

}


#container {
	width:650px;
	display:inherit;
	background-color:#ffffff;
	padding:5px 5px;
	display:block;
	height:auto;
	
	}
	
	
/* ----- FOOTER ------------------------------------------------------------------------------------------------- */




#footer{
	color: #617D8A;
	border-top-color:#617D8A;
	border-top-style:groove;
	border-top-width:thin;
	clear:both;
	width:100%;
	font-weight:normal;
	background-color:#ABABAB;
	text-align:center;

	
}
#footer p{
	margin:0;
	padding-top:5px;
	text-align:center; 
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;}


