body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

body,p,input,textarea,select,td,th {
	font-size: 8pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* a:link {
	color: #e0e0e0;
}
a:visited {
	color: #c0c0c0;
}
a:active {
	color: white;
} */

h1,h2,h3,h4,h5,h6 {
	font-family: Impact, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: black;
	font-weight: normal;
}

h1 { font-size: 14pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }
h6 { font-size: 8pt; }

form {
	margin: 0px;
	padding: 0px;
}

#frame {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container {
}

#header {
	height: 136px;
	background: url('/images/header.png') 0 0 repeat-x;
	margin-bottom: 4px;
}
#header .right {
	text-align: right;
}
#header .left {
	float: left;
	width: 405px;
	height: 136px;
	background: url('/images/miniraver.png') 0 0 no-repeat;
}

#menu {
	height: 24px;
	background-color: #ffa800;
	margin-bottom: 4px;
	text-align: right;
	font-family: impact;
	font-size: 14pt;
	padding-right: 4px;
	text-transform: uppercase;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: inline;
	margin-left: 1em;
}
#menu ul li a {
	text-decoration: none;
	color: white;
}
#menu ul li.active a, #menu ul li a:hover {
	color: #800000;
}

#footer {
	height: 22px;
	background: url('/images/footer.jpg') 0 0 no-repeat;
	text-align: center;
	font-size: 8pt;
	line-height: 22px;
	margin-bottom: 10px;
}
#footer a {
	color: #e0e0e0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#body {
	float: left;
	overflow: hidden;
	color: white;
	min-height: 375px;
	margin-bottom: 4px;
	background-color: #fa7400;
	width: 770px;
}

#content {
	padding: 5px 20px 20px 20px;
}
#content p {
	text-align: justify;
}

#sponsors {
	text-align: center;
	margin-bottom: 50px;
}
#sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sponsors ul li {
	display: inline;
	margin: 3px;
}
#sponsors ul li a img {
	border: none;
}

img.float {
	border: 1px solid black;
	margin: 10px;
}
img.right {
	float: right;
	margin-right: 0px;
}
img.left {
	float: left;
	margin-left: 0px;
}

div.jot-row {
	color: black;
}
