html,body {
	height: 100%;
	/* background: url(/images/loop_test.jpg) repeat-y center; */
	background: url(/images/bg_body) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	background-color: #6F3795;
	color:#000000;
	font-size: small;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
  text-decoration: none;
  color: #245e0d;
}
a:hover {   text-decoration: underline;
  color: #245e0d;}
a:active {
  text-decoration: none;
}

h1 {
	font-weight: bold;
	color:#43af18;
}

h2 {
	font-weight: normal;
	color: #FF6600;

}

h3 {
	font-weight: normal;
	color:#1851af;
}

#holder { 
	width:768px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#header { width: 768px; height:310px; background:url(../images/header.jpg); }

#menu {
	width: 720px;
	padding-top: 260px;
	padding-left: 20px;
	text-align: left;
	z-index:0;
	position: relative;
	visibility: visible;
}

#content { width:733px; height:100%; background:url(../images/loop.jpg); text-align:left; padding-left: 35px; }
#footer {
	width:733px;
	height:62px;
	background:url(../images/footer.jpg);
	text-align:left;
	padding-top:23px;
	padding-left: 35px;
}

