﻿* { margin: 0; padding: 0; border: 0 }

body
{
	background: #A8A8A8;
	font: 11px Verdana, Tahoma, arial, sans-serif;
	color: #656565;
	text-align: justify;
}

a, a:active
{
	color: #6441A5;
	text-decoration: none;
}

a:hover
{
	background: #6441A5;
	color: #FFFFFF;
	text-decoration: none;
}


#container
{
	width: 800px;
	border-top: solid 8px #6441A5;
	margin-left: auto;
	margin-right: auto;
}

#title
{
	height: 90px;
	width: 100%;
	font-family: century gothic, sans-serif;
	font-size: 500%;
	font-weight: normal;
	padding: 10px 0px 0px 14px;
	letter-spacing: 0px;
}

#menu
{
	width: 800px;
	height: 50px;
	background: #656565;
	margin: 0px; 
	padding: 0px;
}

#menu ul{margin: 0px;} 

#menu li
{
	float: left; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 44px;
	text-decoration: none; 
	padding: 6px 19px 0px 19px;
	border-right: 1px solid;
	font-weight: bold;
	color: #FFFFFF;
} 

#menu li a:hover
{ 
	background: #6441A5;
} 
#menu li a.active
{ 
	background: #6441A5;
}

#content
{
	width: 796px;
	min-height: 400px;
	border-top: solid 5px #6441A5;
	border-left: solid 2px #656565;
	border-right: solid 2px #656565;
	border-bottom: solid 2px #656565;
	background: #E2E2E2;
}

#text
{
	width: 760px;
	margin: 15px auto 25px auto;
	font: 12px Verdana, Tahoma, arial, sans-serif;
	line-height: 20px;
}

#text h1
{
	width: 760px;
	margin-bottom: 15px;
	border-bottom:  dotted 1px #656565;
	font-family: century gothic, sans-serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: normal;
	color: #6441A5;
}

#text h2
{
	font-family: century gothic, sans-serif;
	font-size: 170%;
	font-weight: normal;
	margin-bottom: 15px;
}


#text p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#text p:first-letter
{
	font-size: 110%;
	font-weight: bold;
	color: #6441A5;
}

#text ul
{
	margin-left: 10px;
	padding-left: 20px;
}

#copyright
{
	height: 20px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	color: #6441A5;
	margin-top: 10px;
	margin-bottom: 30px;
}