﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #800000;
	background-image: url('../images/bg.jpg');
	text-align: justify;
}
#container {
	width: 830px;
	margin: 0 auto;
	background-color: #F6E497;
}
#masthead {
	text-align: right;
	width: 980px;
	overflow: auto;
	background-color: #ddb;
}
#header {
	text-align: right;
	width: 980px;
	background-color: #F6E497;
	padding: 0;
	margin: 0 0 0 0px;
}
#flashcontent {
	text-align: center;
	float: left;
	width: 165px;
	background-color: #4C1B1B;
	clear: both;
	display: inline;
	color: yellow;
}
#content {
	width: 960px;
	padding: 10px;
	background-color: #fff;
	margin: 0 0 0 0px;
}
#footer {
	clear: both;
	width: 980px;
	background-color: #F6E497;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
/* Styles for Footer */
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

label span {
  float: left;
  width: 8em;
}

.advertisement {
     padding:1px 1px 10px 1px;
     border:1px solid #999;
     background:white;
     text-align:center;
}
.adtext {
    color:#999;
    position:relative;
    top: -14px;
	font-size: 9px;
}

