html, body{
	height: 100%;
}
#gallerypagebar a{
	text-decoration: none;
}
.background{
	background:url(../img/stripes.jpg);
	background-repeat:repeat;
	margin: 0px;
}
.backgroundTop{
	background-image: url(../img/bgTop.png);
	background-repeat:repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:75%;
	z-index: -10;
	border-bottom: #fffdcd 13px solid;
}
#mainArea {
  width: 796px;
  margin-left: auto;
  margin-right: auto;
  background:#fffeea;
  border-left: #fffdcd solid 15px;
  border-right: #fffdcd solid 15px;
}
#content {
	width: 596px;
	padding-left: 115px;
	padding-right: 115px;
	font-size: 18px;
	font-family:Corbel, Helvetica;
	color: #7f779b;
}
#navbar {
	height: 80px;
	width: 796px;
	float: left;
}
#menu {
	float: left;
	width: 796px;
	margin-left: 15px;
	margin-right: 5px;
}

.spacer {
	width: 100%;
	height: 30px;
}
.navbarButton {
	float: left;
}
.border {
	-webkit-border-image:url(../img/yBorder.png) 19 19 repeat; /* Safari 5 */
	-o-border-image:url(../img/yBorder.png) 19 19 repeat; /* Opera */
	border-image:url(../img/yBorder.png) 19 19 repeat;
}
.shadow {
-moz-box-shadow: 0px 0px 7px #000;
-webkit-box-shadow: 0px 0px 7px #000;
box-shadow: 0px 0px 7px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.purpleBorder {
	width: 100%;
	height: 1000px;
	border-right: #c8bfe7 2px solid;
	border-left: #c8bfe7 2px solid;
}
.center {
	text-align: center;
}
.red {
	color: #F00;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 28px;
}
.medium {
	font-size: 22px;
}
.small {
	font-size: 12px;
}
.underline {
	text-decoration:underline;
}
