﻿*
{
    margin:0;
    padding:0;
}
h1
{
    
}
a:link,a:visited
{
    text-decoration:none;
    color:white;
}
a:hover
{
    text-decoration:underline;
}
body
{
    background-image:url('images/bground2.jpg');
    background-repeat:no-repeat;
    background-color:black;
    color:White;
    font-family:Verdana,Helvetica,sans-serif;
    background-position:top;
    text-align:center;
    font-size:small;
}
#wrapper
{
    width:900px;
    margin: 0 auto;
}
#logo
{
   
}
#content
{
   
    width:900px;
}
#options
{
    width:810px;
    margin: 0 auto;
    padding-top:35px;
}
#contactInfos
{
    
    width:810px;
    margin: 0 auto;
    
}
.contactInfo
{
    padding-top:25px;
}
.option,.contactInfo
{
    width:270px;
    float:left;
}
#organizations
{
    width:100%;
    float:left;
    padding-bottom:15px;
}
#organizations img
{
    
    padding-right:15px;
}
.flourish
{
    width:900px;
    height:64px;
    background-image:url('images/bottom.png');
    background-repeat:no-repeat;
    background-position:center;
    float:left;
    margin-top:50px;
    margin-bottom:25px;
}
.smaller
{
    font-size:smaller;
}
.small
{
    font-size:small;
    padding-bottom:0px;
}
.smallerItalic
{
    font-size:smaller;
    font-style:italic;
}
#footer
{
    font-size:smaller;
    float:left;
    width:100%;
}
