@charset "utf-8";
/* CSS Document */

#container {
	width:800px;
	margin: 0px auto;
	text-align:left;
	background: #003300;
	min-height:700px;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
}

Body {
	text-align:center; /*to fix IE issues*/
	background-color:#999966;
	padding:0px;
	margin:0px;	
}
Body a {
	color:#FFFFFF;
	text-decoration:none;
}
Body a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#ff9933;
	text-align:center;
	border:none;
	}
#header img {
 border:none;
 }
 
#titles {
	background-image:url('images/header_bg.gif');
	background-repeat:no-repeat;
	width:150px;
}
#titles2 {
	text-align:center;
	font-size:24px;
	height:40px;
	margin-top:5px;
}
#navbar {
	width:800px;
	height:auto;
}
#picture {
	background-color:#663300;
	padding:5px;
}
#footer {
	padding:0px;
	color:#FFFFFF;
	background-color:#003300;
	width:800px;
	margin: 0px auto;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#iframecontain {
	border:none;
	}

iframe {
	width:650px;
	height:450px;
	border:none;
	scrolling:no;
	}

