/*
Color References
#F4F3F0 - Background beige
#D4CBC9 - Mauve accent
#AB4F34 - Rust brown for text
*/

/************GENERAL LAYOUT*************/
 *  {
	margin:0px;
	padding:0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
 
body {
	background-color:#fff;
	font-family: "Century Gothic", Calibri, Helvetica, Arial, sans-serif;
	line-height:1.6em;
	}
	h1 {
		font-family: 'Swanky and Moo Moo', arial, serif;
		font-size:40px;
		color:#AB4F34;
		}
p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-align:center;
	color: #000;
	margin-bottom: 10px;
	}
a {
	color: #000; 
	text-decoration: none;
	} 		
	a:hover, a:focus {
		color: #AB4F34;
		text-decoration: underline;
		}
a img {
	border:none;
	}
ul {
	list-style-type: none;
	}
#wrapper  {
	background-color:#F4F3F0;
	margin:50px auto;
	width:980px;
	-moz-box-shadow: 0 0 24px 7px #D4CBC9;
	-webkit-box-shadow: 0 0 24px 7px #D4CBC9;
	box-shadow: 0 0 24px 7px #D4CBC9;
	}
#main  {
	background: url(../images/spotlight1.png) no-repeat;
	margin:0 auto;
	width:940px;
	border-radius:10px;	
	}
	#main h1 {
		font-size:3.5em;
		color:#AB4F34;
		line-height: 0.8em;
		}
#header  {
	height: 75px;
	padding:40px 0 20px 0;
	text-align: right;
	}
	.logo-aarf {
		float: left;
		padding-left:20px;	
		}
#description{
	float: left;
	width: 330px;
	margin: 20px 0px 0px 350px;
	}
#content{
	float: left;
	margin: 20px 0 37px;
	}
	#content a {
		color: #000; 
		text-decoration: none;
		padding-left: 25px;
		} 		
		#content a:hover, a:focus {
			color: #AB4F34;
			background-image:url(../images/sm_paw.png);
			background-repeat:no-repeat;
			padding-left: 25px;
			}
#footer{
	clear: both;
	margin: 0 auto;
	padding: 10px;
	line-height: 25px;
	height: 25px;
	}