

/* main page layout */


#mainframe {
			width: 600px;
            height: 664px;
            margin-left: auto;
            margin-right: auto;
            border-left:thin black solid;
            border-bottom:thin black solid;
            border-right:thin black solid;
            background-image:url(../images/Cyclones/Earl.jpg);
            }

#stripetop{
            width:436px;
            height:80px;
            float:left;
            background-image: url(../images/cyclonestripe.gif);
}

#stripeleft{
            width:30px;
            height:530px;
            float:left;
            padding-top: 80px;
            background-image: url(../images/cyclonestripe.gif);
}

#striperight{
            width:164px;
            height:205px;
            float:right;
            background-image: url(../images/cyclonestripe.gif);
}

#navright{
            width:120px;
            padding-top: 210px;
}

#individualnav{
           height:10px;
           width:300px;
           margin-bottom:3px;
           margin-top:3px;
           padding: 1px 1px 1px 10px;
}

#content{
            width:396px;
            height:270px;
            margin-top:5px;
            margin-left:35px;
            background-color:black;
}

/* text */

.header {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 30px;
            font-weight:bold;
            color: #000000;
            }

.mainnav {
            font-family: Georgia,'Times New Roman',times,serif;
            font-size:12px;
            font-weight:bold;
}

.mainnav2 {
            font-family: Georgia,'Times New Roman',times,serif;
            font-size:11px;
            font-weight:bold;
}

.copytext {
            font-family: Arial, Helvetica, sans-serif;
            font-size:10px;
            color: white;
}

/* start again */

#frame {
        width: 800px;
        padding-bottom:10px;
        margin-left: auto;
        margin-right:auto;
}

#header {
        width: 800px;
        height:163px;
        border-bottom: thin solid black;
        background-image:url(../images/Cyclones/wide.jpg)
}

#headerstripeleft{
        width:390px;
        height:500px;
        float: left;
        background-image: url(../images/cyclonestripe.gif);
}

#headerstriperight{
        width:130px;
        height:65px;
        margin-top: 98px;
        margin-left:390px;
        position:absolute;
        background-image: url(../images/cyclonestripe.gif);
}

#navholder{
        height:23px;
        width: 430px;
        margin-top: 140px;
        float:left;

}

#navbars{
        height:12px;
        float:inherit;
        position:absolute;
        margin-right:3px;
        background-color: black;
}

#copyright{
        width:700px;
        margin-left:auto;
        margin-right:auto;
}

/* and again */

#heading {
    width: 700px;
    height: 368px;
    background-image:url(../images/Cyclones/topimage.jpg);
}

#insideheading {
    width: 700px;
    height: 368px;
    padding-top:353px;
    padding-left:5px;
    text-align:center;
}

#underheading {
    width: 685px;
    margin-bottom:10px;
    padding: 15px 5px 20px 10px;
    background-image:url(../images/Cyclones/paper.jpg);
}


.style1 {color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
    .navbar a:link {color: #ffffff; text-decoration:none;}
    .navbar a:visited {color: #ffffff; text-decoration:none;}
    .navbar a:hover {color:red; text-decoration:none;}
    .navbar a:active {color: #ffffff; text-decoration:none;}
    
.style2 {font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
    .insidenav a:link {color: #000000; text-decoration:none;}
    .insidenav a:visited {color: #000000; text-decoration:none;}
    .insidenav a:hover {color:red; text-decoration:none;}
    .insidenav a:active {color: #000000; text-decoration:none;}

.lowertext {
            font-family: Arial, Helvetica, sans-serif;
            font-size:11px;
            color:black;
}
.lowertextbold {
            font-family: Arial, Helvetica, sans-serif;
            font-size:11px;
            font-weight:bold;
}

.copytext {
            font-family: Arial, Helvetica, sans-serif;
            font-size:10px;
            color:white;
}

#spacebetween{
    height:15px;
    width:10px;
}

#spacebetween2{
    height:5px;
    width:10px;
}