@charset "UTF-8";
/* CSS Document */

body {border:0px;
	background-image:url(images/ari_bg.jpg);
	background-repeat:repeat-x;
	background-color:#1c261a;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a:link {
	color:#1c261a;
	}	
	
a:visited {
	color:#1c261a;
	}
	
#text {
	padding:10px;
	overflow:auto;
	height:430px;
	}
	
#footer {
	padding:3px;
	height:18px;
	font-size:10px;
	color:#D5D5D5;
	}
	
#footer a, #footer a:hover, #footer a:visited {
	color:#D5D5D5;
	}