body {
	padding: 0;
	margin: 0;
        width: 100%;
        height: 100%;
	background: #6F0564 url(background.gif) repeat-y top;
        background-attachment: fixed;
	font-family: Verdana, sans-serif;
        color: #000000;
        font-size: 16px;
      }
/* body is centered, font resized use ems from here on in */

div#content {
        position: relative;
        width: 710px;

	margin-left: auto;
        margin-right: auto;
	text-align: left;
            }

.linklist {
	width: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
	}	

#header {
        width: 710px;
        height: 400px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(webpage2.gif) no-repeat top left;
        }

#directory {
        width: 710px;
        height: 60px;

        position: absolute;
        top: 135px;
        left: 0px;
        text-align: center;
           }

#directory a:link {
	color: #F6FA9C;
	text-decoration: none;
	}

#directory a:visited {
	color: #F6FA9C;
	text-decoration: none;
	}

#directory a:hover {
	color: #F6FA9C;
	text-decoration: bold;
	}

#hometabs {
        width: 710px;
        height: 60px;
        background: url(hometabs.gif) no-repeat top left;
        position: absolute;
        top: 135px;
        left: 0px;
	}	


#abouttabs {
        width: 710px;
        height: 60px;
        background: url(abouttabs.gif) no-repeat top left;
        position: absolute;
        top: 135px;
        left: 0px;
	}

#contacttabs {
        width: 710px;
        height: 60px;
        background: url(contacttabs.gif) no-repeat top left;
        position: absolute;
        top: 135px;
        left: 0px;
	}

#eventstabs {
        width: 710px;
        height: 60px;
        background: url(eventstabs.gif) no-repeat top left;
        position: absolute;
        top: 135px;
        left: 0px;
	}

#link1 {
        position: absolute;
        top: 18px;
        left: 372px;
        width: 75px;
        text-align: center;
        font-size: 12px;
       }

#link2 {
        position: absolute;
        top: 18px;
        left: 447px;
        width: 75px;
        text-align: center;
        font-size: 12px;
        color: #F6FA9C;
       }

#link3 {
        position: absolute;
        top: 18px;
        left: 522px;
        width: 75px;
        text-align: center;
        font-size: 12px;
        font-color: #F6FA9C;
        }

#link4 {
        position: absolute;
        top: 18px;
        left: 597px;
        width: 75px;
        text-align: center;
        font-size: 12px;
        font-color: #F6FA9C;
       }

#currentlink {
        font-weight: bold;
        color: #6F0564;
             }

#information{
        position: absolute;
        top: 180px;
        left: 40px;
        width: 630px;
        line-height: 18px;
             }

img {
        margin: 10px;
    }

#intropic {
        width: 200px;
        height: 272px;
        margin: 12px 0px 0px 10px;
        float: right;
          }

#appen {
        margin-top: 80px;
        font-size: 10px;
        text-align: center;
        }

/* font styles */
a:link {color: #008800;
        text-decoration: none;
	font-weight: bold;
       }
a:visited {color: #008800;
           text-decoration: none;
	font-weight: bold;
          }
a:hover {color: #008800;
         text-decoration: underline;
	font-weight: bold;
        }
.title {font-weight: bold;}

.aboutlink

h1 {
        text-align: center;
        margin-top: 30px;
   }

h2 {
        font-size: 18px;
        margin-top: 40px;
        margin-bottom: 3px;

   }

