/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	background: url(../img/bg.jpg) top repeat;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #033;
	font-size: 24px;
	text-align: center;
}

a:link {
	color: #fea265;
	text-decoration: underline;
}

a:visited {
	color: #df65fe;
	text-decoration: none;
}

a:hover {
	color: #3b668d;
	text-decoration: none;
}

a:active {
	color: #ff6600;
	text-decoration: underline;
}

.clear {
  clear: both;
}

.orange {
  color: #ff6600;
}

#wrapper {
  width: 879px;
  margin: 0 auto;
}

#bg {
  background: url(../img/bg.png) top repeat-y;
  width: 879px;
}

#main-bg {
  background: url(../img/main-bg.jpg) top center repeat-y;
}

.nav {
  width: 779px;
  margin: 0 auto;
}

.align-center {
  width: 779px;
  margin: 0 auto;
}

#footer {
  background: url(../img/photos/footer.png) top no-repeat;
  width: 879px;
  height: 55px;
}

#footer p {
  font: normal 12px Verdana, Helvetica, sans-serif;
  color: #707070;
  text-align: center;
  padding: 10px 0 0 0;
}

/* flash player mini */

.flash-player-mini-left {
  float: left;
  padding: 30px 0 0 80px;
}

.flash-player-mini-right {
  float: right;
  padding: 30px 80px 0 0;
}

.flash-player-mini {
  width: 331px;
  margin: 0;
  padding: 0;
}

/* /flash player mini */
