﻿body 
{
    background-color: #f3f8fc;
    padding: 0px;
    margin: 0px;
}

#outer
{
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    background-repeat: repeat-y;
    background-image: url('../../../../images/site_images/parents/bg_repeat.jpg');
}

#top
{
    width: 100%;    
    min-height: 135px;
    background-repeat: no-repeat;
    background-image: url('../../../../images/site_images/parents/bg_top.jpg');
    float: left;
}

#content
{
    width: 100%;    
    min-height: 330px;
    background-repeat: no-repeat;
    background-image: url('../../../../images/site_images/parents/bg_content.jpg');
    float: left;
}

#bottom
{
    width: 100%;    
    min-height: 260px;
    background-repeat: no-repeat;
    background-image: url('../../../../images/site_images/parents/bg_bottom.jpg');
    float: left;
}

#menu
{
    width: 100%;
    height: 105px;
}

#breadcrumb
{
    width: 100%;
    height: 30px;
}

#left
{
    float: left;
    margin: 10px 0px 0px 12px;
    width: 512px;
    min-height: 330px;
}

#right
{
    float: left;
    margin: 10px 0px 0px 10px;
    width: 265px;
    min-height: 330px;
}

#feature
{
    float: left;
    width: 100%;
    height: 65px;
}

#islands
{
    width: 100%;
    height: 110px;
}

#islands div
{
    margin: 0px 13px 0px 0px;
    float: left;
    width: 190px;
}

#footer
{
    margin: 10px 0px 0px 0px;
}

.container
{
    float: left;
    width: 800px;
    margin: 0px 0px 0px 94px;
}

.clear
{
    clear: both;
}

hr
{
    color: #666666;
    margin: 10px 20px 10px 10px;
}

table
{
    margin: 10px 0px 10px 10px;
    width: 95%;
}

table tr td hr
{
    margin: 10px 0px 10px 0px;
	width: 100%;
}