body {
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-color: #4a4a4a;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
}

#container {
	margin: 0px auto;
	width: 820px;
}

#header {
	float: left;
	width: 820px;
	height: 91px;
}

#logo {
	float: left;
	margin-left: 41px;
}

#logo2 {
	float: left;
}


#nav {
	float: left;
	margin-left: 28px;
	width: 763px;
	height: 43px;
	margin-bottom: 25px;
}

#nav .nav-item {
	float: left;
}

#nav .nav-item img.on {
	display: none;
}

#home-content {
	float: left;
	background: url("../images/flash-bg.png");
	width: 807px;
	height: 433px;
	padding-left: 12px;
	padding-top: 12px;
}

#content {
	float: left;
	width: 819px;
}

#content .top {
	float: left;
	width: 819px;
	height: 18px;
}

#content .bot {
	float: left;
	width: 819px;
	height: 18px;
}


#content .body {
	background: url("../images/content-bg.png");
	float: left;
	width: 759px;
	min-height: 350px;
	padding: 20px 30px 20px 30px;
}


#footer {
	float: left;
	width: 819px;
	margin-top: 20px;
	color: #FFF;
}

#footer .nav {
	float: left;
	margin-left: 50px;
}

#footer .copyright {
	float: right;
	margin-right: 50px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

.styledLink {
	color: #000000;
	font-size:14pt;
	text-decoration: underline;
	margin:0 1em 0 1em;
}

.styledLink:hover {
	font-weight: bold;

}

#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {font:14px Georgia,Verdana; margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
.button:hover {border:1px solid #bbb; background:#e3e3e3}




