﻿body
{
    text-align:left;
    font-family:Verdana;

}

* {margin: 0; padding: 0;}

#container
{
    width:980px;
    height:100%;
}

#div_top
{
    width:980px;
    height:5px;
    float:left;
    position:relative;
    border-bottom:1px solid #257db3;
    margin-top:10px;
}

#div_top2
{
    width:980px;
    height:10px;
    float:left;
    position:relative;    
}

#banner_top
{
    width:970px;
    height:18px;
    float:left;
    position:relative;
    background-image:url("images/banner_top.jpg");
    background-repeat:no-repeat;
    background-color:#2b383e;
}

#banner_left
{
    width:248px;
    height:30px;
    float:left;
    position:relative;
    background-image:url("images/banner_left.jpg");
    background-repeat:no-repeat;
    background-color:#2d383e;
}

#banner_image
{
    width:732px;
    height:204px;
    float:right;
    position:relative;
}

#logo
{
    width:248px;
    height:160px;
    float:left;
    position:relative;
    background-image:url("images/gradient.jpg");
    background-repeat:no-repeat;
    padding-top:15px;
    font-size:11px;
    font-weight:bold;
    color:#0067a6;

}

#home_left
{
    width:248px;
    height:255px;
    position:relative;
    float:left;
    background-image:url("images/home_left.jpg");
    background-repeat:no-repeat;
    background-color:Black;
}

#content
{
    width:702px;
    height:225px;
    float:right;
    position:relative;
    font-family:Verdana;
    color:#727475;
    font-size:11px;
    text-align:left;
    padding:15px;
	line-height:15px;
   
}

#header
{
    width:980px;
    height:204px;
    float:left;
    position:relative;
}

#banner_bottom
{
    width:980px;
    height:160px;
    float:left;
    position:relative;
}

#div_bottom
{
    width:980px;
    height:10px;
    float:left;
    position:relative;
    border-bottom:1px solid #257db3;
}

#footer
{
    width:980px;
    height:20px;
    float:left;
    position:relative;
    font-family:Verdana;
    color:#727475;
    font-size:10px;
}

h1
{
    font-size:22px;
    color:#0067a6;
    margin-bottom:0px;
    font-weight:normal;
}

hr
{
    height:1px;
    color:#0067a6;
    margin-bottom:10px;
}

#symbols
{
    width:170px;
    height:20px;
    margin-top:10px;
	color:white;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin-left:8px;

}