#body {
    background-color:222222;
    color:AAAAAA;
    letter-spacing:2;
    border-color:666666;
    
    scrollbar-base-color:222222;
    scrollbar-track-color:222222;
    scrollbar-face-color:223333;
    scrollbar-highlight-color:555555;
    scrollbar-3dlight-color:333333;
    scrollbar-darkshadow-color:000000;
    scrollbar-shadow-color:222222;
    scrollbar-arrow-color:007777;
    font-family:"century gothic", arial, 'sans serif'; 
    
} 

.header, .footer {
    width:99%;
    border-style:double;
    color:999999;
    border-width:3px;
}

.header {
    height:90px;
    border-top-color:222222;
    border-left-color:222222;
    border-right-color:222222;
    border-bottom-color:666666;
    text-align:right;
    font-weight:bold;
    letter-spacing:4;
    top:0px;
}

.branding {
    float:left;    
    }
    
.topthumbs {
	display:inline;
	width:300px;
	margin-left:-100px;
	position:absolute;
	left:45%;
}

.headerspan {
	height:20%;
    position:relative;
    right:0;
    top:20%;
    border-style:solid;
    border-top-color:222222;
    border-left-color:222222;
    border-right-color:222222;
    border-bottom-color:666666;
    border-width:1px; 
}

.main {

    width:100%;
    height: 400px;
    position:relative;
    top:10px;
    overflow:scroll;

    }
    
.intropagetextbox {
    width:90%;
    min-width:200px;
    height:380px;
    margin-left:5%;
    margin-right:5%;
        text-align:center;
        font-size:small;
        letter-spacing:1.5;
        font-weight:bold;
        padding:8px;
        line-height:1.3;
  
}    

.titletext {
    font-size:medium;
    font-weight:bolder;
    color:EEEEEE;
    }
    
.generaltext {    
    font-size:x-small;
    letter-spacing:1.5;
    font-weight:bold;
    padding:8px;
    line-height:1.5;
}    

.frontpagetext {
    margin:15px;
    left:10%;
    font-size:medium;
    color:FFFFFF;
}

.introbutton {
    height:75px;
    width:200px;
    border-style:double;
    border-width:3px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    margin-bottom:20px;
             
}

.introbuttontext {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:auto;
    font-size:small;
    font-weight:bold;
    line-height:75px;

    }

.footer {
    height:100px;
    border-top-color:666666;
    border-left-color:222222;
    border-right-color:222222;
    border-bottom-color:666666;
    text-align:center;
    font-size:x-small;
    position:relative;
    top:10px;

    
}

.footertext {
    height:20px;
    width:90%;
    position:relative;
    top:10%;
    display:block;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    margin-top:5px;
}

.footermenu {
	font-weight:bold;
	height:20px;
	width:90%;
	
	top:10%;
	position:relative;
	display:block;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
    	margin-top:5px;
}

a {text-decoration:none;
   border-style:none;
   color:999999;

}

a:link {
   text-decoration:none;
   border-style:none;
    color:BBFFFF;
    font-weight:bolder;

}     

a:visited {
   text-decoration:none;
   border-style:none;
    color:DDDDDD;
    font-weight:bolder;
}  

a:hover {
text-decoration:none;
   border-style:none;
    color:FFBBFF;
    font-weight:bolder;
}   
a:active {
text-decoration:none;
   border-style:none;
    color:AAEEEE;
    font-weight:bolder;
}  

img {
    border-style:double;
    border-color:666666;
    border-width:3px;
    vertical-align:middle;
    }