
html {
	font-family: Tahoma, Arial, sans-serif;;
}

body {
	background-color:#993333;
	font-size: 13px;
	line-height: 16px;	
	color: #000000;
}

#sponsor
{
	color:#ffffff
	
}
a{
	color: #ff3333;
	font-size: 15px;
}
a:hover{
	text-decoration:none;
	
	
}

p{
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
	text-indent: 30px;
}
h1{
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
	font-weight: bolder;
}

h2{
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	color: #006633;
	text-align: left;
	font-weight: bold;
}

h3{
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #006633;
	padding: 0;
}
h4{
	font-family: Tahoma, Arial, sans-serif;
	color: #888;
}
h5{
	margin: 0px;
	font-family: Arial;
	font-size: 17px;
	color:#006633;
	
}
#sponzor
{
	text-align:center;
}
h6{
	margin: 0;
	font font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	color: #006633;
	text-align: center;
}

b{
	color:#006633;
}

#outer {
	width:800px;
	margin:10px auto;
	background-color:#006633;
	padding:10px;
	min-height: 600px;
}
#inner {
	width:800px;
	background-color:#ffffff;
	min-height: 570px;
	
	background-repeat:no-repeat;
	background-position:bottom right;
}

.nostylelist{
	list-style-type:none;
}
.italic{
	font-style:italic;
}


#menu {
	position:static;
	top: 0px;
	left:  0px;
	right: 0px;
	height: 30px;
	text-align:center;
}
#menu a {
	text-decoration:none;
	color:#ffffff;
	background-color: #993333;
	padding: 3px;
	border: 1px black solid;
	font-variant:inherit;
	
}
#menu a:hover{
	color: #FFFFFF;
	background:#993333;
}

#container {
	position: relative;
	text-align:justify;
	width: 800px;
	top: 0px;
	padding: 5px;
}

.content {
	
	position:relative;
	background-color: #FFFFFF;
	top:0px;
	bottom: 0px;
	width:780px;
	margin: 0 5px;
}



#footer {
	position: relative;
	text-align:center;
	left: 0px;
	right: 0px;
	height: 30px;
	padding: 5px;
	color:#CCCCCC;
}

