﻿#container
{
	padding: 0px;
	margin: auto;
	width: 800px;
}

#header
{
	padding:0px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px dashed #400040;
}

#header img
{
	padding: 0px 20px 0px 20px;
}

#container
{
}

#navigation
{
	text-align: center;
	clear:both;
}

#navigation a
{
	padding-left:20px;
	padding-right:20px;
}

#footer
{
	padding: 20px 0px 0px 0px;
	font-family: Segoe UI, Calibri, Tahoma, Verdana;
	font-size: 70%;
	border-top: 1px dashed #400040;
	clear: both;
	text-align: center;
}

#copyright
{
	padding:0px 0px 10px 0px;
	color:#400040;
	float: left;
}

#othernav
{
	color:#400040;
	float: right;
}

#content
{
	padding: 0px 0px 20px 0px;
	font-size:80%;
}

ul
{
	padding: 0px 0px px 20px;
}

li
{
	padding: 0px 0px 0px 20px;
 list-style-position: inside;
  list-style-type: square;
}

#content p
{
	padding: 0px 20px 0px 20px;
}

#content img
{
	float: right;
	padding: 0px 20px 20px 20px;
}

body
{
	background-color: Black;
	background-image: url('bg_body.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a2e9d;
}

a:link, a:visited
{
	color: #400040;
	text-decoration: underline;
}
a:hover
{
	color: #A0379E;
	text-decoration: none;
}




