html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(../images/BGmain.jpg);
	background-repeat: repeat-x;
	background-color: #263592;
	height:100%;
	line-height:26px;
}
#container {
	height: 100%;
	background-image:url(../images/BGcontent.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin:auto;
	background-position:0px -2px;
}
#main {
	background-image:url(../images/BGcontent.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin:auto;
	text-align:left;
}
#content {
	text-align:left;
	padding: 10px;
	/*height: 200px;*/
	width: 520px;
	margin:0px;
	margin-left:45px;
	background-color:white;
}
#footer {
	width: 100%;
	height: 95px;
	background-image:url(../images/BGfooter.gif);
	clear:both;
}
#NAV {
	width: 210px;
	background-image:url(../images/BGgradient.jpg);
	background-position:169px top;
	background-repeat:no-repeat;
	text-align:left;
	float:right;
}
#NAVbottom {
	width:800px;
	font-size: 9px;
	background-image:url(../images/BGcontent.gif);
	padding:20px 0px;
	margin:auto;
	clear:both;
}
#NAVbottom a {
	color:#CCCCFF;
	font-weight:bold;
	text-decoration:none;
	margin:0px 10px;
}
#NAVbottom a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;
	margin:0px 10px;
}
.cleaner {
	font-size:0pt;
	line-height:0pt;
	margin:0;
	padding:0;
	clear:both;
}
