/* 
    Document   : styles
    Created on : 28/07/2011, 9:55:35 PM
    Author     : Wil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
    text-align:center;
    background-color:#B2B2B2;
    font-family: Verdana;
    font-size:10px;
} 

#a4
{
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    background-color:white;
    width:800px;
    height:850px;
}

#banner
{
    background-color:white;
    width:800px;
    height:140px;
    text-align: center;
    float: left;
    margin-top:5px;
}

#bannerleftimage
{
    text-align: left;
    float: left;
    width: 250px;
    height: 135px;
    margin-left: 10px;
    padding-top: 0px;
}

#title
{
    margin-left: 10px;
    width: 260px;
    float: left;
    font-size: 14px;
}

#name
{
    margin-top: 15px;
    font-size: 45px;
}

#bannerrightimage
{
    float: right;
    width: 200px;
    padding-top: 10px;
    padding-right: 10px;
}

#navbar
{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    float:left;
    width:800px;
    height: 20px;
    text-align: center;
    background-color:#B2B2B2;
    color:black;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: gray;
    border-bottom-style: solid;
    border-top-style: solid;
  
}

#navbartable
{
    font-size:12px;
    font-weight:bold;
    float: left;
    width: 100%;
    text-align: center;    
}

#navbartd
{    
    vertical-align: middle; 
    background-color:#ffffff;    
}

#menu
{
    float: left;
    margin-left: 5px;
    margin-top: 25px;
    width: 150px;    
}

#buttonmenu
{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size:16px;
    font-weight:bold;
    margin-bottom: 20px;
    background-color: white;
    padding-top: 5px;
}

#menubutton
{
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
    height: 20px;    
    border-bottom-color: #B2B2B2;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-color: #B2B2B2;
    border-top-style: solid;
    border-top-width: 2px;
    
}

#content
{    
    width: 610px;
    height: 610px;
    text-align: center;
    padding-left: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

#homecontent
{
    font-size: 15px;
    text-align: left;
    text-align:justify;
    width: 280px;
    height: 300px;
    float: left;
    margin-right: 10px;    
}

#image
{
    background-color: green; 
}

#about
{      
    margin-top: 20px;
    text-align: justify;
    width: 580px;
    font-size: 14px;
}

#links
{    
    float: left;    
    margin-top: 20px;
    text-align: center;
    width: 420px;
    font-size: 15px;
}