#fitnessTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#aboutUsTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
margin-left: 265px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#topVideosTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
margin-left: 690px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}


#privacyTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
margin-left: 0px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#contactusTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
margin-left: 0px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#faqTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
margin-left: 0px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#faqSubTitle {
width: 600px; 
height: 30px; 
margin-top: 55px;
margin-left: 0px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 16px;
color: #DE264C;
}

/* MEMBERSHIP PAGE */
#membershipTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
margin-left: 0px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#memberPhotos {
height: 470px;
width: 450px;
margin-top: 60px;
margin-left: 490px;
}

.thumbs {
width: 130px;
height: 200px;
background-color: black;
margin-right: 10px;
float: left;
border: solid;
border-width: 5px;
border-color: gray;
}

#memberText {
height: 500px;
width: 470px; 
float: left;
}

#photo1{
background-image: url(photos/thumbs/image1.jpg);
}

#photo2{
background-image: url(photos/thumbs/image2.jpg);
}

#photo3{
background-image: url(photos/thumbs/image3.jpg);
}

#photo4 {
width: 430px; 
height: 200px;
background-color: black;
position: absolute;
margin-top: 230px;
background-image: url(photos/thumbs/image4.jpg);
border: solid;
border-width: 5px;
border-color: gray;
}

/* Events PAGE */
#eventsTitle {
width: 220px; 
height: 30px; 
margin-top: 10px;
position: absolute; 
font-family: 'Century Gothic','Arial'; 
font-weight: bold;
font-size: 26px;
color: black;
}

#eventPhotos {
height: 470px;
width: 450px;
margin-top: 60px;
margin-left: 30px;
}

.eventThumbs {
width: 130px;
height: 200px;
background-color: black;
margin-right: 10px;
float: left;
border: solid;
border-width: 5px;
border-color: gray;
}


#event1 {
width: 400px; 
height: 258px;
background-color: black;
position: absolute;
margin-top: -75px;
background-image: url(images/event1.jpg);
border: solid;
border-width: 5px;
border-color: gray;
}

#event2 {
width: 400px; 
height: 258px;
background-color: black;
position: absolute;
margin-top: 205px;
background-image: url(images/event2.jpg);
border: solid;
border-width: 5px;
border-color: gray;
}

#gimmeBullets {
list-style: circle;
}