	body
	{
		margin: 0;
		padding: 0;
		font: 70% georgial, verdana, hevetica, sans-serif;
		color: black;
		background-color: #ffdae7;
	}
	
	a:link { color: #c57290; text-decoration: underline;}
	a:visited { color: #c57290; text-decoration: none; }
	a:hover, a:active
	{
		color: #ffffff;
		background-color: #c57290;
		text-decoration: underline overline;
	}
	ul
	{
		list-style-position: outside;
		text-align: left;
	}
	h2
	{
		margin: 0px -1px -1px 5px ;
		padding: 0 0 0 0px;
		color: #e297b1;
		font-family: arial, verdana, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 80%;
		font-size: 16px;
		text-align: justify;
		border-bottom: 1px dotted #d589c3;
	}



	
	#container
	{
		margin: 1em auto;
		width: 800px;
		background-color: #fffdfd;
		border: 1px solid #d589c3;
	}
	
	#header
	{
		height: 362px;
		background-image: url(header.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
	}

	#sidebar
	{
		float: right;
		margin: 0px;
		padding: 1em;
		text-align: center;
		width: 185px;
		height: 100%;
	}
	#sidebar h2
	{
		text-align: right;
	}
			
.navcontainer { width: 160px; }

.navcontainer ul
{
margin-left: 10px;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 2px;
width: 160px;
background-color: #ffe5f4;
border-bottom: 1px solid #c57290;
}

.navcontainer a:link, #navlist a:visited
{
color: #c57290;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #c57290;
color: #fff;
}
	#sidebar links
	{
		text-align: center;
		padding: 0px;
	}
	#contents 
	{ 
		margin: 0px; 
		padding: 1em;
		width: 60%;
		text-align: justify;
	}
	 p { line-height: 110%; 
		margin: 10px;
	}
	
	#footer
	{
		clear: both;
		height: 20px;
		background-color: #fffdfd;
		color: black;
		text-align: center;
		font-size: 80%;
		margin-top: 0px;
	}
	#footer p
	{
		margin-top: 3px;
		padding-top: 3px;
		border-top: 1px dotted #c57290;
	}
