/* Morgan Akens */
/* Copyright 2006 Morgan Akens. */


/* HTML Styles */
/* These control the main HTML elements. */

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	color: #000;
	background-image: url("images/Rachelbackground.jpg");
    	background-repeat: repeat-y;
    	background-position: center;
	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	font-style: bold;
	margin: 0;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 7pt;
	font-style: none;
	margin: 3%;
}

table {
font-size: 10px;
color: #000;

}



/* Division Styles */
/* These control the layout of the site. */

div#wrapper {
	margin: 0 auto 0 auto;
	position: relative;
	width: 800px;
	background-image: url("images/Rachel.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	

	
}




div#top{
	
	position: relative;
	width: 856px;
        margin-left: auto;
	margin-right: auto;

	
}

div#text{
	
    margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 856px;
    color: #000;
    background-image: url("images/Rachelback.jpg");
	background-repeat: repeat;
	background-position: center top;
	min-height: 700px;
	
	}


div#content p {
	color: #000;
	margin-left: 6%;
	font-size: 10px;
	text-align: justify;
}

div#content img {
	border: 1px;
	border-color: #FFF;
	margin-left: 0px;
	font-weight: bold;
}

div#content a {
	color: #00Y;
	text-decoration: underline;
	text-shadow: 2px;
	
}
div#content a:hover {
	color: #C66;
	text-decoration: underline;
}



/* Navigation UL Styles */
/* These control the appearence of the navigation div's content. */

ul#navigation {
	background-color: #DAB9DD;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	position: relative;
	text-align: center;
	margin: 0;
}

ul#navigation li {
	display: inline;
	list-style-type: none;
	align: right;
}

ul#navigation a {
	color: #FFF;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
}

ul#navigation a:active {
	background-color: #669;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
ul#navigation a:hover {
	background-color: #EACCED;
	color: #FFF;
	text-decoration: none;
}

