* {
	margin: 0;
	text-align: center
}
body { 
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0 auto;
	text-align: left
	overflow:-moz-scrollbars-vertical;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat;
	padding: 0;
	margin: 0 auto;
	text-align: left
}

img {
	border: none;
	text-align: justify;
	
}

li {
	border: none;
	text-decoration: none;
	list-style: none;
}


#topgap {
	width: 768px;
	height: 20px;
	margin: 0 auto;
}

#content {
	width: 768px;
	margin: 0 auto;
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat;	
}

#menu {
	height: 0px;
	width: 768px;
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat;	
	margin-top: -3px;
}

a {
	text-decoration: none; 
	color: #a9ea5a;
}

a:hover {
	text-decoration: underline; 
	color: #a9ea5a;
}

.header { 
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 32px;
	padding-bottom: 0px;
	background-image: url(../images/site/darkbg.gif);
	background-repeat: repeat;
}

h3 { 
	font: normal;
	font-size: 18px;  
	text-align: left;
	font-weight: normal;
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
}

h2 { 
	font: normal;
	font-size: 18px;  
	text-align: left;
	font-weight: normal;
}

p {
	font: normal;
	font-size: 11px;  
	text-align: left;
	font-weight: normal;
	background-image: url(../images/site/bg.gif);
	background-repeat: repeat;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
}


.text {
	text-align: center;
	font-size: 11px;
	background-color: #3e3e3e;
	color: #ffffff;
}

.text2 {
	text-align: center;
	font-size: 11px;
	background-color: #3e3e3e;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/site/darkbg.gif);
	background-repeat: repeat;
}

.gallery {
	padding-top: 16px;
	text-align: justify;
	padding-right: 16px;
	padding-left: 16px;

	background-image: url(../images/site/darkbg.gif);
	background-repeat: repeat;
}

.gallery span {
	width: 4px;
}






