body
{
    padding: 0px 10% 0px 10%;
    margin: 0px;
    background-image: url(images/beautiful_background.gif);
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 100%;
}

#header
{
    width: 100%;
}

#header img
{
    float: right;
    padding: 10px;
}

#header ul
{
    clear: both;
    width: 100%;
    margin:0px;
    list-style-type: none;
}

#header li, #header a
{
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    color: #ffffff;
    font-weight: normal;
    height: 20px;
    font-size: 90%;
}

#header li:hover, #header a:hover
{
    color: #FF66CC;
    background-color: #ffffff;
    height: 20px;
}

#container
{
    clear: both;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
}

#side_bar
{
    float: left;
    width: 25%;
}

#side_bar img
{
    text-align: center;
    float: left;
    padding: 15px;
}

#content
{
    float: right;
    width: 70%;
    background-color: #ffffff;
    padding: 2% 2% 2% 2%;
}

#content img
{
    text-align: center;
    border: 0px;
}

/** Footer **/
#footer
{
    clear: both;
    width: 100%;
    background-color: #ffffff;
}

#logo
{
    position: inherit;
    bottom: 0px;
    left: 0px;
    width: 15%;
    background-color: #ffffff;
    height: 186px;
}

#logo img
{
    bottom: 0px;
    left: 0px;
    height: 168px;
    width: 149px;
}

#address
{
    float: right;
    width: 50%;
}

#social_links
{
    clear: both;
    float: right;
    width: 15%;
}

#social_links img
{
    text-align: center;
    padding: 5px;
    border: 0px;
}

.footertext
{
    color: #FF66CC;
    text-align: right;
}

/** Text Formatting **/
h1
{
    font-family: "Arial" , Helvetica, sans-serif;
    font-size: x-large;
    color: #F067A6;
    text-align: center;
    font-weight: bold;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #666666;
    font-weight: bold;
    text-align: center;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666666;
    font-weight: bold;
}

h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666666;
    font-weight: bold;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666666;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #3D3139;
    text-decoration: none;
    border: 0px;
}

a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FF66CC;
    text-decoration: none;
    border: 0px;
}

.conditions
{
    font-size: x-small;
}

.aligncenter
{
    text-align: center;
}

