/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
}
a:hover {
	color:#CCCC99;
}
html {
	overflow-y: scroll;
}
/* header (flash & menu) */
.topbar {
	background-color:#130E05;
}
.logo {
	background-image:url(images/t2.jpg);
	width: 825px;
	text-align:left;
	margin:0 auto;
}
.header {
	width: 825px;
	height: 239px;
	margin:0 auto;
}
.menu {
	float:left;
	width:221px;
	height:239px;
}
.flash {
	float:left;
	clear:right;
}
/* middle content & links */
#wrapper {
  	position: relative; /* required by NN */ 
	width: 825px;
	background-image:url(images/bodybg.png);
	margin:0 auto;
	text-align:center;
}
/* the workaround */
/* moz 1.4 requires something in the content field */
#wrapper:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;
}
.divbar{
	height:1px;
	background-color:#FFFFFF;
}
.links{
	width:221px;
	float:left;
	text-align:center;
}
.content{
	width:594px;
	float:left;
	margin-top:5px;
	margin-left:5px;
}
.iframe {
}
/* footer*/
.footer {
	width:825px;
	font-size:9px;
	margin:0 auto;
}
