﻿/* The main Style Sheet for the website. Contains all the styles
to use that are not unique to a certain page */

/*Styles relating to built in elements (i.e. links, body, etc) */
a 
{
    color: #FFFFFF;
    text-align: center;
}


body
{
    background-color: #003466;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align:center;
}


/*ID Definitions (Styles particular to 1 element) */
#header
{
    background-position: center center;
    font-size: 10px;
    border: solid 1px white;
    text-align: center;
    background-image: url( '../images/header.gif' );
    background-repeat: no-repeat;
    height: 80px;
    max-width: 750px;
    margin-left:auto;
    margin-right:auto;
}
#footer
{
    text-align:center;
    font-size: 10px;
    clear: both;
}
#bigbox
{
    text-align:left;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    max-width:750px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
}
#menubox
{
    float: left;
    clear: none;
}
#contentbox
{
    float: left;
    clear:right;
    max-width:570px;
    margin-left: 10px;
    padding-top:10px;
    overflow:auto;
}

/*ID Styles (Styles across many elements not including built in elements */
.header
{
    font-size: x-large;
    font-weight: bold;
}
.subheader 
{
    font-size: 1.9 em;
    font-weight: bold;
}
.menu
{
    font-weight:bold;
}
.small
{
    font-size: 10px;
}
.centerme
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.albumphotos
{
    padding: 20px;
}
.multiview
{
    padding-left: 70px;
    color: #FFFFFF;
}
.member
{
    width:500px;
    padding-bottom: 20px;
    clear:both;
    height:auto;
    overflow:hidden;
}