@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
text-align:center;
background-image:url(images/backSlice.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#E9D78B;
}

#innerContent
{
	width:800px;
	height:640px;
	overflow:auto;
}

p
{
margin-bottom:1em;
}

#container {
width:800px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
background-color:#F4EDCA;
background-image:url(images/backBlock.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

#thefooter {
width:100%;
height:60px;
background-color:#780B16;
font-size:12px;
color:#F4EDCA;
text-align:left;
clear:both;
}

#thefooter span
{
	margin-left:10px;
}

#thefooter p {
	padding:0px;
	margin:0px;
}

#header {
width:100%;
height:209px;
background-image:url(images/header1.jpg);
text-align:left;
}

#headerDiv
{
	margin-left:410px;
}

marquee {
width:300px;
text-align:left;
}

#topBlock
{
	width:100%;
	background-color:#999933;
	height:30px;
}

#leftBlock
{
	width:380px;
	padding:10px;
	margin-left:20px;
	text-align:left;
	font-size:12px;
	line-height:1.3em;
	float:left;
}

#leftBlock h1
{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	border-bottom:thin solid #000000;
}

#rightBlock h1
{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	border-bottom:thin solid #000000;
}

#rightBlock
{
	width:320px;
	text-align:right;
	font-size:11px;
	line-height:1.2em;
	float:left;
}

#rightBlock2
{
	width:320px;
	text-align:left;
	font-size:11px;
	line-height:1.2em;
	float:left;
}

#rightBlock2 h1
{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	border-bottom:thin solid #000000;
}

#header h1
{
	margin:0px;
	padding:115px 10px 10px 10px;
	font-size:18px;
	font-weight:normal;
	color:#E9D88C;
}

ul
{
	text-align:left;
	padding-left:10px;
	margin:0;
}

li
{
	display:inline;
	padding:0px 30px 0px 0px;
	margin:0;
}

a:link
{
	text-decoration:bold;
	font-size:14px;
	color:#FF8000;
}

a:visited
{
	text-decoration:none;
	font-size:14px;
	color:#b40404;
}

a:hover
{
	text-decoration:underline;
	font-size:14px;
	color:#FF0000;
}



#menu {
	width:100%;
	background-color:#780B16;
	border-top:thin solid #780B16;
}


#menu a
{
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	line-height:40px;
}
#menu a:hover
{
	text-decoration:underline;
}
