body {
	background-color: 663333;
	padding: 0;
	margin: 0;
}

/* Styles for DIV tags */
#container {
	background-color: #FADABC;
	width: 894px;
    margin-left: auto;
    margin-right: auto;
}
#masthead {
	background-color: #E5B095;
}
#navigation {
	background-color: #FFEDD9;
	text-align: left;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	color: #663333;
	font-family: "Times New Roman", Times, serif;
	height: 30px;
}
#content {
	background-color:#FADABC;
	padding: 0px;
}

#splash {
	background-image: url(Images/Splash.jpg);
	background-repeat: no-repeat;
	height: 424px;
	border-top:1px solid #FADABC;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #663333;
	font-family: "Times New Roman", Times, serif;
}

/* Styles for Text tags */
p {
	color:#663333;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}
p.narrow {
	width: 550px;
	margin-left: 15px;
}

p.floatright {
	float: right;
	text-align: left;
	margin-left: 15px;
}

h1 {
	color:#663333;
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
}
h2 {
	color:#663333;
	font-size: 1em;
	text-align: left;
	margin-left: 15px;
	font-style:normal;
}

/* ************* navigation Link Styles****************** */

#navigation a:link {
	display: inline;
	color: #663333;
	background-color: #FFEDD9;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#navigation a:visited {
	color: #666666;
	background-color: #FFEDD9;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#navigation a:hover {
	color: #FFEDD9;
	background-color: #663333;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#navigation a:active {
	color: #FFEDD9;
	background-color: #663333;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

/* ************* Link Styles****************** */

a:link {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #663333;
	background-color: #E5B095;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #CC00000;
	text-decoration: underline;
	font-weight: bold;
}