﻿/* MAIN PAGE */
#container
{
	width:990px;	
	margin-left:auto;
	margin-right:auto;	
	margin-top: 10px;
	background: #fff;
	overflow: hidden;
}


/* HEADER */
#header 
{
    background: url('../../Media/Images/Layout/main_tophead.jpg') no-repeat top center;
    width: 100%;
    height: 162px;
}

/* TOP MENU */
#topmenu
{
    float: left;
    display: inline;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
    background: url('../../Media/Images/Layout/main_topmenubg.gif') repeat-x;
    height: 43px;
    width: 980px;
}

/* MIDDLE */
#middle 
{
    clear: both;
    margin-left: 5px;
    margin-right: 5px;
}

/* FOOTER */
#footer 
{
    clear: both;
    background: url('../../Media/Images/Layout/main_footerbg.gif') top center;
    width: 100%;
    height: 43px;
}


