body {
  text-align: center; 
  background: url(images/background.jpg);
}

img {
  border: 0px;
}

h1 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

h2 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.display {
  text-align: center;
  padding-left: 100px;
}

.title {
  font-family: Arial, Verdana, sans-serif;
  color: #000080;
  font-size: 18px;
  font-weight: bold;
}

.list {
	height: 185px;
	left: auto;
}

.new {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #555555;
  background-color: #FFFFFF;
  margin-left: 10px;
}

.side {
  float: right;
  margin-left: 10px;
}

.side_no {
  float: right;
  border: 0px;
  margin-left: 10px;
}

.left {
  float: left;
  margin-right: 10px;
}

.indent {
  padding-left: 25px;
}

img.side {
  border: 1px solid #999999;
}

#frame {
  width: 950px;
  border: 1px solid #000080;
  padding: 5px 0px 0px;
  background-color: #FFFFFF;
}

#preview {
  background-color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

#container {
  width: 750px;
  height: 900px;
  text-align: left;
  margin: 0 auto;
  border: 1px solid #000080;
}  

#container_about {
	width: 750px;
	height: 990px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000080;
}

#container_long {
  width: 750px;
  height: 1250px;
  text-align: left;
  margin: 0 auto;
  border: 1px solid #000080;
}

#container_info {
  width: 750px;
  height: 1750px;
  text-align: left;
  margin: 0 auto;
  border: 1px solid #000080;
}

#container_catalogs {
	width: 750px;
	height: 2050px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000080;
}

a.nav {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  color: #000080;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 9px;
  font-weight: bold;
}

a.nav:hover {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #000080;
}

#header {
  background: url(images/header.jpg);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  height: 145px;
  width: 750px;
  position: relative;
}

#bottom {
  background: url(images/header_bottom.jpg);
  background-repeat: no-repeat;
  height: 32px;
  width: 750px;
  text-align: right;
  position: relative;
}

#wrapper {
  height: 32px;
  width: 750px;
  position: relative;
  background-color: #FFFFFF;
}

#wrapper2 {
  height: 60px;
  width: 750px;
  position: relative;
}

#wrapper3 {
	height: 456px;
	width: 750px;
	position: relative;
}

#wrapper3_about {
	height: 720px;
	width: 750px;
	position: relative;
}

#wrapper3_long {
  height: 806px;
  width: 750px;
  position: relative;
}

#wrapper3_info {
  height: 1306px;
  width: 750px;
  position: relative;
}

#wrapper3_catalogs {
	height: auto;
	width: 750px;
	position: relative;
}

#navtop {
  background: url(images/nav_top.jpg);
  background-repeat: no-repeat;
  height: 32px;
  width: 200px;
  position: relative;
  float: left;
}

#hr {
  height: 31px;
  width: 530px;
  font-family: Arial, Verdana, sans-serif;
  color: #555555;
  font-size: 11px;
  position: relative;
  float: left;
  border-bottom: 1px dashed #555555;
}

a.map {
  text-decoration: none;
  color: #555555;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  background-color: #FFFFFF;
}

a.map:hover {
  text-decoration: underline;
  color: #000080;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  background-color: #FFFFFF;
}

#spacer {
  height: 32px;
  width: 10px;
  position: relative;
  float: right;
}


#nav2 {
	background: url(images/nav_2.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	float: left;
	position: relative;
}

#main {
	background-color: #FFFFFF;
	width: 550px;
	height: 60px;
	float: left;
	position: relative;
	color: #000000;
}

#nav {
	background: url(images/tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	height: 650px;
	position: relative;
}

#nav_about {
	background: url(images/tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	height: 975px;
	position: relative;
}

#nav_long {
  background: url(images/tile.jpg);
  background-repeat: repeat-y;
  float: left;
  width: 200px;
  height: 806px;
  position: relative;
}

#nav_info {
	background: url(images/tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	height: 1625px;
	position: relative;
}

#nav_catalogs {
	background: url(images/tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	height: 2400px;
	position: relative;
}

#content {
  background-color: #FFFFFF;
  width: 540px;
  height: 456px;
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-size: 12px;
  float: left;
  position: relative;
  padding-right: 10px;
}

#content_about {
	background-color: #FFFFFF;
	width: 540px;
	height: auto;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	position: relative;
	padding-right: 10px;
}

#content_long {
  background-color: #FFFFFF;
  width: 540px;
  height: 806px;
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-size: 12px;
  float: left;
  position: relative;
  padding-right: 10px;
}

#content_info {
  background-color: #FFFFFF;
  width: 540px;
  height: 1306px;
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-size: 12px;
  float: left;
  position: relative;
  padding-right: 10px;
}

#content_catalogs {
	background-color: #FFFFFF;
	width: 540px;
	height: auto;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	float: left;
	position: relative;
	padding-right: 10px;
}

#online {
	width: 125px;
	float: right;
	position: relative;
	right: 45px;
	padding-bottom: 0px;
	height: auto;
}

.online img {
  border: 0px;
}

a.online {
	background-repeat: no-repeat;
	font-size: 35px;
	background-image: url(images/online.jpg);
}

a.online:hover {
	background-repeat: no-repeat;
	font-size: 35px;
	background-image: url(images/online_roll.jpg);
}

.aboutus img {
  border: 0px;
}

a.aboutus {
  background: url(images/aboutus.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.aboutus:hover {
  background: url(images/aboutus_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.programs img {
  border: 0px;
}

a.programs {
  background: url(images/programs.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.programs:hover {
  background: url(images/programs_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.catalogs img {
  border: 0px;
}

a.catalogs {
  background: url(images/catalogs.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.catalogs:hover {
  background: url(images/catalogs_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.prizes img {
  border: 0px;
}

a.prizes {
  background: url(images/prizes.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.prizes:hover {
  background: url(images/prizes_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.success img {
  border: 0px;
}

a.success {
  background: url(images/success.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.success:hover {
  background: url(images/success_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.info img {
  border: 0px;
}

a.info {
  background: url(images/request.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.info:hover {
  background: url(images/request_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.fundraising img {
  border: 0px;
}

a.fundraising {
  background: url(images/joinus.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.fundraising:hover {
  background: url(images/joinus_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.contact img {
  border: 0px;
}

a.contact {
  background: url(images/contactus.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

a.contact:hover {
  background: url(images/contactus_roll.jpg);
  background-repeat: no-repeat;
  font-size: 35px;
}

.cheerful img {
  border: 0px;
}

#copyright {
  height: 175px;
  width: 750px;
  background: url(images/footer.jpg);
  background-repeat: no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #888888;
  text-align: center;
  position: relative;
  float: left;
}

.footertext {
  height: 50px;
  width: 350px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #888888;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
  float: right;
  right: 125px;
  top: 65px;
}

#copyright a{
  text-decoration: none;
  color: #888888;
}

#copyright a:hover {
  text-decoration: underline;
  color: #000080;
}

