body
{
    font-family: cursive;
    color:black;   
}
h1
{
    font-size:150%;
}
h2
{
    color:darkorange;
    font-size:105%;
    margin-bottom:0px;
}
a
{
    color:black;
    text-decoration:none;
}        
a:hover
{
    color:seagreen;
    text-decoration:underline;
}
#warp
{
    margin:auto;
    width:902px;
}
#header
{
    float:left;
    width:902px;
}
#main
{
    float:right;
    width:662px;
}
#nav
{
    float:left;
    width:240px;
}
#nav ul
{
    font-size:90%;
    list-style:none;
    padding:0;
    margin:0;
    padding-left:10%;
}
#footer
{
    clear: both;
    width:902px;
}
#copyright
{
    text-align:center;                 
    font-size:75%;
    color:gray;
    clear:both;
    width:902px;
}
#breadcrumb
{
    color:gray;
    font-size:75%;
}
#breadcrumb a
{
    color:gray;
}
.formstyle
{
    margin-bottom:10px;    
}
