/*
    Document   : screen
    Created on : Feb 11, 2010, 10:58:28 AM
    Author     : kaitlintarvin
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a img{
    border-style:none;

}
#nav a:hover{
    background-color:teal;
}
#nav {
    font-size: 1.5em;
    font-family: verdana, sans-serif;
    text-align: center;
}
#nav li {
    margin: 0em 1em;
    display:inline;
}
#nav a{
    color: #6D6D70;
    text-decoration: none;

}

#nav a:hover{
    background-color:teal;
}
#footer {
    width:100%;
    float:left;
    font-size: 1em;
    font-family: verdana, sans-serif;
}
#footer li {
    margin: 0em 1em;
    display:inline;
}
#footer a{
    color: #6D6D70;
    text-decoration: none;
}

#header {
    text-align: center;
}
#header img {
    width: auto;
    height:auto;
}

#content{
    width: 80%;
    float:left;
}

#aside{
    width:20%;
    float: left;
}

body {
     background-image:url('/blueBackground.jpg');
     background-repeat:repeat-x repeat-y;
     color: white;
}
