﻿#nestedContent {
    width: 100%;
    min-height:500px;
    display:inline-block;
}

#leftContentDiv
{
    float:left;
    height:auto;
    width:38%;
    margin-left:20px;
    margin-right:5px;
}

#rightContentDiv
{
    float:right;
    height:auto;
    width:58%;
    margin-left:5px;
    margin-right:5px;
}

#slider img
{
    width:100%;
    height:441px;
}

.functionButton 
{
    margin-top:300px;
    margin-bottom: 3px;
    margin-left: 20px;
    width: 150px;
    height:30px;
    font-size: 12px;
    text-align:center;
    color:white;
    background-color: #C0A264;
    border:none;
    white-space:normal;
    border-radius:5px;
    float: right;
}

.functionButtonSmall 
{
    margin-bottom: 3px;
    margin-left: 20px;
    width: 100px;
    height:30px;
    font-size: 12px;
    text-align:center;
    color:white;
    background-color: #C0A264;
    border:none;
    white-space:normal;
    border-radius:5px;
    float: right;
}

/* textboxes
----------------------------------------------------------*/

.textboxlogin 
{
    width: 200px;
}

