﻿@import url("layout.css");
body {
	font-family:"Tempus Sans ITC";
	font-size: 0.8em;
	background-image:url('../Images/purple-fairy-magic-night.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color:black;
}
#masthead {
	text-align: center;
	width: 780px;
	padding: 10px;
	border: 1px dotted #725972;
	background-color:black;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;

}
#content {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left:10px;
}

#content a {
text-align:center;
font-size:medium;
	
	}
	
#content a:hover {
text-decoration:none;
}

}
#footer {
	text-align: center;
	clear: both;
	width: 78px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type:none;
	width: 130px;
	display: block;
	margin: 1px;
	padding: 1px;
	
}
#navigation li {
	display: block;
	margin: 1px;
	padding: 1px;
	width:140px;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
	
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width:140px;
	padding: 1px;
	border-bottom: 1px dotted #fff;
	background-color: purple;
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding:4px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h3,h4,h5,h6 {
	color: #800080;
	text-align: center;
	font-size: x-large;
	padding: 1px;
	font-family:"Monotype Corsiva";

}

#content h2{
	color:purple;text-align:center;font-size:large;
	padding::1px;
	font-family:"Monotype Corsiva";
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	clip: rect(auto, auto, auto, auto);
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #dfb8df;
	text-decoration: underline;
	font-family:"Tempus Sans ITC";
	font-size:medium;	
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
	font-family:"Tempus Sans ITC"; 
	font-size:medium;
}
a {
	color: #dfb8df;
	text-decoration: underline;
	text-align:center;
	font-family:"Tempus Sans ITC";
	font-size:medium;
}
a:hover {
	color: #402640;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content p{
	color:white;font-size:medium;text-align:center; font-family:"Tempus Sans ITC"
}

.p{
	color:white;font-size:medium;text-align:center;font-family:"Tempus Sans ITC"
}

igation p {
font-family:"Tempus Sans ITC";font-size:small;color:white;
}


