
body {
	margin: 0;
	margin: 30px 20px 20px 20px;
	padding: 0;
	background: #7c7c7c url("images/racheldeegan_background.gif") top left no-repeat fixed; 
	font-family: Arial, Verdana; 
	font-size: 14px; 
	line-height: 1.30em; 
	color: #877452; 
	letter-spacing: 0.05em;
}

a {color: #d0a7c5; text-decoration: none;}

a:hover {color: #666666;}

#container { 
	position: relative;
	margin: 0 auto;
	width: 660px; 
	background: #ffffff url("images/racheldeegan_container.gif") 0 0 repeat-y;
	overflow: hidden; 
}

#header { 
	float: left; 
	width: 660px;  
	height: 200px;  
	background: #ffffff url("images/racheldeegan_header.gif") 0 0 no-repeat; 
}

#navigation { 
	position: absolute;
	left: 0px;
	top: 200px;
	margin-left: 0px; 
	width: 163px; 
	background: #dddddd; 
	overflow: hidden;
}


ul#nav { 
	margin: 10px 0 10px 20px; 
	padding: 0; 
	list-style: none inside; 
	}

ul#nav li {
	float: left;	
	display: block:
}

ul#nav li a {
	width: 170px; 
	padding: 8px 5px 2px 5px; 
	font-family: Arial, Verdana; font-size: 1.1em; 
	text-decoration: none; 
	display: block; 
	color: #666666; 
	background: #dddddd;
	font-weight: normal;
}

ul#nav li a.active {color: #ffffff;}

ul#nav li a:hover {color: #ffffff;}

#content {
	float: right; 
	width: 457px; 
	margin-left: 183px; 
	margin-right: 20px; 
	padding-bottom: 18px;  
	background: #ffffff; 
	overflow: hidden; 	
	text-align:left; 
	font-family: Arial, Verdana; 
	color: 	#a1a1a1;
	font-size: 0.9em;
}

#content h1 {
	font-family: Arial, Verdana; 
	font-size: 1.1em; 
	margin: 18px 0 10px 0px; 
	color: #d0a7c5; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: uppercase;
}

#footer {
	float: right; 
	text-align: left; 
	font-size: 0.80em; 
	height: 3em; 
	line-height: 3em; 
	width: 660px; 
	background-color:#7c7c7c; 
	color: #d0a7c5; margin:0px;  
	text-decoration: none; 
	font-family: Arial, Verdana;
}
 
#footer a { 
	color: #d0a7c5; 
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}


img {
	background-color:#cccccc;
	margin: 0px 10px 0 0;
	border: none;
}

