body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 5px;
	padding: 0;
}

#container
{
	margin: 0 auto 0 auto;
	position: relative;
	width: 990px;
}

#top
{
	width: 990px;
	height: 225px;
	background-image: url('../images/topimage.jpg');
	background-repeat: no-repeat;
}

div.shadow
{
	width: 970px;
	background-image: url('../images/shadow.gif');
	background-repeat: repeat-y;
	padding: 0 11px 0 11px;
}

div.nav
{
	width: 938px;
	height: 27px;
	padding-top: 4px;
	padding-left: 30px;
	background-image: url('../images/menugrad.gif');
	background-repeat: repeat-x;
	text-align: center;
}

div.nav a
{
	color: White;
	text-decoration: none;
	font-size: 120%;
	display: block;
	float: left;
	margin-left: 40px;
	margin-top: 1px;
}

div.nav a:hover
{
	text-decoration: underline;
}

div.mainimage
{
	float: right;
	width: 435px;
	height: 245px;
	margin-top: -10px;
}

div.content
{
	background-color: black;
	color: #EAEAEA;
	padding: 10px 30px 10px 30px;
	width: 908px;
	position: relative;
}

div.content h1
{
	font-size: 170%;
	font-weight: normal;
}

div.content h2
{
	font-weight: normal;
}

div.headingtext
{
	float: left;
	font-size: 170%;
	margin-top: 40px;
	margin-left: 60px;
}

div.headingtext ul
{
	list-style: square;
}

div.seperator
{
	background-image: url('../images/sep.gif');
	background-repeat: repeat-x;
	height: 3px;
	width: 968px;
	position: relative;
	left: -30px;
	clear: both;
}

div.leftpart
{
	float: left;
	width: 417px;
	margin-top: 10px;
}

div.rightpart
{
	float: left;
	width: 367px;
	margin-left: 55px;
	margin-top: 10px;
	padding-left: 30px;
	border-left: 1px solid #787878;
}

#footer
{
	width: 990px;
	height: 43px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	clear: both;
}

div.copyright
{
	float: right;
	color: White;
	margin-right: 20px;
	margin-top: 7px;
}

div.clear
{
	clear: both;
}

img.leftimage
{
	float: left;
	border: 4px solid white;
	margin: 5px 10px 20px 0px;
}

img.rightimage
{
	float: right;
	border: 4px solid white;
	margin: 5px 0px 5px 10px;
}

img.img
{
	border: 4px solid white;
}

a
{
	color: White;
}

hr
{
	width: 80%;
	margin: 15px auto 15px auto;
}

input.text
{
	width: 300px;
}

textarea
{
	width: 300px;
}

td.footer
{
	text-align: center;
}

img.contact
{
	float: right;
	border: 4px solid white;
	margin-top: 4px;
}
