﻿html, body 
{
	
}
body
{
    background:#ccc url(../../images/web/body_bg.jpg) top center repeat-x;
    text-align:center;
}
#top_nav
{
    width:960px;
    height:30px;
    margin:0 auto;
    text-align:right;
}
#banner
{
    width:960px;
    height:445px;
    margin:0 auto;
    background: url(../../Images/Web/banner_bg.jpg) top center repeat-x;
    overflow:hidden;
}
#flash
{
    width:960px;
    height:445px;
    float:left;
}
#quicklinks
{
    position:relative;
    top:-50px;
    width:860px;
    height:20px;
    margin:0 auto;
}
#quicklinks .quicklinks
{
    width:286px;
    float:left;
    text-align:left;
}
#quicklinks .quicklinks a
{
    position:relative;
    left:75px;
    text-decoration:none;
}
#quicklinks .quicklinks a:hover
{
    color:#333;
}
#content_wrapper
{
    width:960px;
    margin:0 auto;
    position:relative;
    top:0px;
}
#content
{
    width:910px;
    min-height:455px;
    overflow:auto;
    margin:0 auto;
    background:#fff;
}
#left
{
    width:650px;
    float:left;
    text-align:left;
}
#right
{
    width:260px;
    float:left;
    text-align:left;
}
#footer
{
    width:960px;
    height:100px;
    margin:0 auto;
    margin-top:10px;
    border-top:4px solid #e1e1e1;
    text-align:left;
    padding-top:5px;
}
/*Columns*/
.column
{
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.column_right
{
    width:230px;
    margin:0 auto;
    margin-bottom:20px;
    clear:both;
}
.column_right .left
{
    width:64px;
    float:left;
    margin-bottom:10px;
}
.column_right .right
{
    width:160px;
    float:left;
    clear:right;
    margin-bottom:10px;
}
.column_right .below
{
   width:230px;
   clear:both;
}
.column_right .right h2
{

}
.column_right .right p
{

}
.download
{
    background: url(../../Images/Web/download_icon.gif) top left no-repeat;
}
.view
{
    background: url(../../Images/Web/view_icon.gif) top left no-repeat;
}
.clear
{
    clear:both;
}
