/* 
    Document   : LayoutSideNav.css
    Created on : Apr 10, 2008, 10:11:05 PM
    Author     : George
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}


#header 
{
	height: 80px;	
	margin: 0px;
        position: absolute;
	top: 0px;
	left: 0px;
        z-index: 100;
        width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
        background-image: url("../Images/BannerBackground.jpg");
	background-repeat: repeat-x;

}


#navigation 
{
        position: absolute;
	top: 120px;
	left: 0px;
        z-index: 100;
	padding: 10px 0px 0px 0px;
        width: 150px;
        min-width: 150px;
        color: #000000;
        text-align: left;

}

#left 
{
	
}


#right 
{
	width: 150px;
        min-width: 150px;
	position: absolute;
	top: 100px;
	right: 0px;
        z-index: 100;
	padding: 0px 0px 0px 0px;
}

#center
{
	
    padding-left: 150px;
    padding-right: 150px;
    border-width: 3px;
    border-style: ridge;
    
}

#content 
{
	z-index: 100;
        margin-top: 120px;
        margin-left: 200px;
        margin-right: 200px;
	min-width: 1px;
	padding: 0px 0px 0px 0px;

}

#footer 
{
	background-color: #FFFFF7;
	padding: 0px 0px 0px 0px;
}

#centreposition 
{
	
	padding-left: 150px;
	padding-right: 150px;

}


