@charset "utf-8";
/* CSS Document */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #9999AA;
}

.container
{
	width: 800px;
	margin: auto;
}

.top
{
	background-image: url(images/logo.png);
	height: 100px;
	background-repeat: no-repeat;
	margin: 5px;
	margin-bottom: 0px;
}

.menu
{
	width: 140px;
	float: left;
	margin: 5px;
	margin-right: 0px;
}

.menu a
{
	display: block;
	text-decoration: none;
	text-align: center;
	height: 29px;
	width: 129px;
	margin: 10px;
	font-size: 18pt;
	color: #FFFFFF;
}

.menu a:hover
{
	background-image: url(images/links.png);
	color: #6600cc;
}

a.here
{
	cursor: default;
	color: #000000;
}

a.here:hover
{
	background-image: none;
}

.content
{
	width: 640px;
	float: right;
	margin: 5px;
	margin-bottom: 0px;
	line-height: 150%;
	background-color: #8484ff;
	background-image: url(images/bor3.png);
}

.content p
{
	text-indent: 1em;
}

.inside
{
	padding-left: 15px;
	padding-right: 15px;
}

.topper
{
	height: 15px;
	background-image: url(images/bor1.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.bottomer
{
	height: 10px;
	background-image: url(images/bor2.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0;
}

.footer
{
	clear: right;
}

.footer p
{
	color:#FFFFFF;
	font-size:8pt;
	text-align:right;
}

h1, h2, h3, h4, h5, h6, p
{
	margin:0pt;
	padding:0pt;
	font-weight: normal;
}