body
{

		color: white;
		font-family: Verdana;
		font-size: 11pt;
		background-color: #3A0609;
}
a
{
		color: white;
		text-decoration: none;
}
h1
{
		font-size: 13pt;
		font-weight: bold;
}
form
{
		padding: 30px;
		padding-left: 50px;
}
iframe
{
		height: 527px;
		width: 704px;

		border: none;
}
#container
{
		background: url("images/bg.png") center no-repeat;
		background-color: #190103;

		margin-left:auto;
		margin-right:auto;

		height: 640px;
		width: 971px;
}
#navi
{
		height: 540px;
		width: 256px;

		float: left;
		margin-top: 98px;

		background-color: #190103;
		border: 1px solid white;
}
#navi a
{
	display: block;

	margin-left:auto;
	margin-right:auto;

	width: 70%;
	border-bottom: 1px solid white;

	padding-bottom: 5px;
	padding-top: 5px;
}
#navilogo
{
	height: 140px;
	width: 256px;

	background: url("images/logo.png") center no-repeat;
}
#navipic
{
		position: absolute;

		height: 220px;
		width: 256px;

		margin-top: 33px;
		border-top: 1px solid white;
}

#contact
{
		margin-top: -13px;
		margin-right: 1px;

		background-color: #A2A2A3;

		float: right;

		width: 703px;
		font-size: 7pt;

		color: black;
}
#subnavi
{

		background-color: #190103;

		width: 640px;

		padding-top: 2px;
		padding-bottom: 4px;
		padding-left: 13px;
		margin-left: 8px;
		margin-right: 8px;

		border-bottom: 1px solid white;

		background-color: black
}
#content
{
	padding: 30px;
	padding-left: 50px;
	min-height: 489px;

	background-color:#190103;
}


#contentbox
{
		border: 1px solid white;

		height: 540px;
		width: 704px;

		float: right;
		margin-top: 98px;
}
