body {
	text-align: center;
	background-color: #0942a3;
	margin: 0;
	padding: 0;
	background-image: url(../images/fire_blue3.png);
	background-repeat: repeat-x;
}

img { border: none; }

#container {
	width: 760px; /*min-width: 760px;
    max-width: 960px;*/
	padding: 2px;
	margin: 10px auto 10px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 3px;
	border-color: #ffd04c;
	border-style: double;
	text-align: center;
	background: #fff;
}

#banner h3 {
	padding: 20px;
	margin: 0px;
	color: Navy;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

#content h2{
	font-size: 18px;
	color: #000;
	text-align: center;
}

#content h3{
	font-size: 15px;
	color: #0942a3;
	text-align: left;
}

#content a:link {
	text-decoration: none;
	color: #0942a3;
	font-weight: bold;
}

#content a:visited { color: #666; }

#contentt a:hover, a:active {
	background-color: #0942a3;
	color: White;
}

#footer {
	clear: both;
	margin: 2px;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
}

#footer a:link {
	text-decoration: none;
	color: #0942a3;
	font-weight: bold;
	font-size: 10px;
}

#footer a:visited { color: #666; }

#footer a:hover, a:active {
	background-color: #0942a3;
	color: White;
}


