/* CSS Document */

body {
	margin: 0;
	background: url(../images/brickpattern.jpg) repeat;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 316px;
	background: black url(../images/westendlogoblack.jpg) no-repeat;
}

#mission {
	background-color: black;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	width: 960px;
}

#content {
	background-color: black;
	width: 960px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#frametype1 {
	float: left;
	margin-right: 44px;
	margin-left: 44px;
}

#frametype2 {
	float: left;
	margin-left: 166px;
}

#space {
	width: 960px;
	height: 30px;
	clear: left;
}

#Footer {
	background-image: url(../images/footerblack.jpg);
	width: 960px;
	height: 94px;
	margin-top: 15px;
}

p {
	color: white;
	font: 16px/18px Tahoma;
	text-indent: 3em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 900px;
}

p.tag {
	text-align: center;
}

h3 {
	font: 26px Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
	color: red;
	text-align: center;
	margin-bottom: 10px;
}

h6 {
	text-align: center;
	color: red;
	font: small-caps 24px "Times New Roman", Times;
	margin: 0;
	text-decoration: underline;
	padding-bottom: 10px;
}

.imagelogo {
	margin-left: 118px;
	margin-top: 111px;
}

.imagespacer {
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: 50px;
}

.imageleft {
	float: left;
	margin: 50px;
}

a {
	color: red;
	text-decoration: none;
}

a.active, a:hover {
	color: #FC0;
}

#myGallery{
      position:relative;
      width:231px;
      height:231px;
}

#myGallery img{
      display:none;
      position:absolute;
      top:0;
      left:0;
}

#myGallery img.active{
      display:block;
}
	
#myGallery2{
      position:relative;
      width:231px;
      height:231px;
}

#myGallery2 img{
      display:none;
      position:absolute;
      top:0;
      left:0;
}

#myGallery2 img.active{
      display:block;
}

#myGallery3{
      position:relative;
      width:231px;
      height:231px;
}

#myGallery3 img{
      display:none;
      position:absolute;
      top:0;
      left:0;
}

#myGallery3 img.active{
      display:block;
}

