body {
	margin: 0px;
	background-color: #CD2A91;
}

h1 {
	font-weight: bold;
	font-family: inherit;
}

h2 {
	font-weight: bold;
	font-family: inherit;
}


#pholder{
	float: right;
	width: 300px;
	height: 280px;
	padding: 10px;
}


#container {
	width: 100%;
	height: 100%;
	background-color: #CD2A91;
}

#site {
	width: 1002px;
	margin: auto;
}

#header {
	width: 1002px;
	height: 375px;
	background-image: url(header.gif);
	margin: auto;
}

#tab-row {
	width: 700px;
	height: 50px;
	margin: auto;
	background-image: url(tab.png);
}

#content {
	width: 796px;
	top: -260px;
	margin: auto;
	position: relative;
}
#content-top {
	background-image: url(container-top.png);
	height: 40px;
	clear: both;
}

#content-inner {
padding:20px;
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	background-image: url(container-mid.gif);
	background-repeat: repeat-y;
}
#tour-back {
	height: 900px;
	width: 750px;
	background-image: url(tourback.gif);
}
#tour-row1 {
	width: 700px;
	top: 55px;
	clear: both;
	position: relative;
	padding-left: 40px;
}

#content-bottom {
	background-image: url(container-bottom.png);
	height: 40px;
}

.enter {
	font-size: 18px;
}
.film {
	float: left;
}
.pic-left {
	float: left;
	margin: 10px 10px 10px 40px;
}
.pic-right {
	float: right;
	margin: 10px 40px 10px 10px;
}

.members {
	font-size: 22px;
	font-weight: bold;
	color: #f09a12;
	
}

#members-top {
	height: 40px;
	text-align: center;
}





.menu a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
}

.menu a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, helvetica, sans-serif;
}
  
.menu a:hover {
	color: #ff3399;
	font-weight: bold;
	text-decoration: underline;
	font-family: verdana, helvetica, sans-serif;
}

.menu a:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana, helvetica, sans-serif;
}


