/* layout.css */

body {background: #815fa8 url(../pictures/1790/background5.gif) repeat;
scrollbar-track-color: #a186be;
scrollbar-arrow-color: #ef9ded;
scrollbar-darkshadow-color: #002157;
scrollbar-shadow-color: #1b1464;
scrollbar-face-color: #662d91;
scrollbar-highlight-color: #a863a8;
scrollbar-3dlight-color: #e5abc4;
scrollbar-base-color: #ffffff;
}
p, h1, h2, h3, h4, h5, h6, a:link, a:visited, a:hover, a:active {font-family: "Comic Sans MS", Dauphin, Arial;}
h1, h2, h3, h4 {font-weight: bold; }
p {
	color: #2e3092;
	font-size: 12pt;}

h1 {
	color: #0d004c;
	font-size: 20pt; 
	text-decoration: underline; 
	text-align: center}
h2 {
	color: #0d004c;
	font-size: 20pt; 
	text-align: center;}
h3 {
	color: #1b1464;
	font-size: 16pt; 
	text-decoration: underline; 
	text-align: center;}
h4 {
	color: #1b1464;
	font-size: 16pt; 
	text-align: center;}
h5 {
	color: #605ca8;
	font-size: 14pt;
	text-decoration: underline; }
	
h6 {
	color: #605ca8; 
	font-size: 14pt;}

a:link {
	color: #92278f;
	text-decoration: none;}
	
a:visited {
	color: #620460;
	text-decoration: underline;}
	
a:hover {
	color: #a863a8;
	text-decoration: none;
	font-variant: small-caps;}
	
a:active {
	color: #92278f;
	text-decoration: none;
	font-variant: small-caps;}

img {border:0;}

#box {
	border: 0px;
	width: 694px;
	height: 663px;
	margin: auto;
	padding: 0px;
}

#container {
	background-color: #a186be;
	background-attachment: fixed;
	border: ridge #4b0049 3px;
	width: 610px;
	height: 658px;
	margin: auto;
	padding: 0px;
}

#header {
	border: 0px;
	float: center;
	height: 140px;
	padding: 0px;
}

#feather12 {
	border: 0px;
	float: center;
	height: 23px;
	width: 610px;
	padding: 0px;
}

#title {
	border: 0px;
	text-align: center;
	float: center;
	height: 67px;
	width: 610px;
	padding: 0px;
}

#content {
	border-top: solid 2px #4b0049;
	text-align: center;
	height: 417px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

#footer {
	border-top: solid 2px #4b0049;
	height: 93px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#text {
	border: 0px;
	height: 70px;
	padding: 2px 2px;
	margin: 0px;
	z-index: 1;
}

#feather34 {
	border: 0px;
	float: center;
	height: 23px;
	width: 610px;
	padding: 0px;
}

#doll {
	border: 0px;
	float: right;
	height: 200px;
	width: 42px;
	padding: 0px;
	margin-top: -150px;
	margin-right: -40px;
	z-index: 2;
}

#side {
	border-right: solid 2px #4b0049; 
	float: left; 
	width: 160px; 
	height: 417px; 
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

#main {
	border: 0px; 
	float: right; 
	width: 448px; 
	height: 417px; 
	overflow: auto; 
	padding: 0px;
}


/* Nav bar styling */

#navcontainer
{
	margin: auto;
	border-top: 1px solid #4b0049;
	z-index: 1;
	height: 50px;
	padding: 0px;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navcontainer li a
{
	padding: 1px 7px;
	color: #92278f;
	background-color: #f5f1ee;
	border: 1px solid #4b0049;
	text-decoration: none;
}

#navcontainer li a:hover
{
	color: #a863a8;
	border: 1px solid #bc8cbf;
	border-top: 2px solid #bc8cbf;
	border-bottom: 2px solid #bc8cbf;
}

#navcontainer li a#current
{
	color: #a863a8;
	border: 1px solid #bc8cbf;
	border-top: 2px solid #bc8cbf;
	border-bottom: 2px solid #bc8cbf;
}

/* layout.css */