/* CSS Document */
html, body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
  	background-image: url(../bg/bg3.png);
  	background-repeat: repeat-x;
	font-size: 14px;
}

#wrap {
  margin: 0 auto;
  width: 90%;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  } 
	
#main {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#top {
	width: 90%;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #ff0000;
	text-align: left;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../bg/logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}	

#footer {
	width: 90%;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	color: #eee;
	text-align: center;
	font-size: 12px;
	background-image: url(../bg/btm.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

a {
	
	text-decoration: none;
	color: #666600;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000099;	
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.grn {
	font-size:16px;
	color: #090;
	font-weight: bold;
}
.green {
	color: #090;

}