﻿html,body ,form
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
}

body
{
	background-color:#ececec;
	background-repeat:repeat-x;
	background-image:url(../images/background_gradient.gif);
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	margin:0px auto; /* center, not in IE5 */
	width:950px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(../images/plinth_centre.gif);
}

div#header-back
{
    top:0px;
    left:0px;
    height:auto;   
    width:950px;
	background-image:url(../images/plinth_top.gif);
	background-repeat:no-repeat;
	z-index:-1;
}

div#header 
{
    z-index:1000;
	padding-top:0px;
	height:150px;
}
	div#header p 
	{
		font-style:italic;
		font-size:0.85em;
		margin:0;
	}
	
	div#logo
	{
		position:absolute;
		left:45px;
		top:32px;
		width:auto;
	}
	
	div#login
	{
		font-size:0.85em;
		position:absolute;
		right:45px;
		top:25px;
		height:20px;
		width:auto;
	}
	
	div#tele
	{
	    position:absolute;
	    background-image:url('../images/tele.gif');
	    width:263px;
	    height:32px;
	    right:39px;
		top:106px;
    } 
	
#nav 
{
    padding:0px;
	height:32px;
	position:relative;
	text-align:center;
}

	#Search
	{
		position:absolute;
		top:8px;
		right:1px;
	}

div#section-header
{
	text-align:center;
    /*height:114px; */
}

div#content
{
	padding:34px; /* bottom padding for footer */
	padding-bottom:175px;
    font-size:.85em;
}
	div#left-content
	{
		width:230px;
		float:left;
		padding-top:0px;
	}
	
	div#mid-content
	{
		width:auto;
		padding-top:0px;
		margin-left:265px;
		padding-top:15px;
        padding-right:40px;
	}
	
	div#mid-home
	{
        margin-left:1px;
	}
	
	div#mid-home img
	{
	    margin-right:3px;
	    margin-bottom:4px;
	}
	
	div#full-content
	{
	    width:80%;
	    margin-left:10%;
	}
	
div#footer 
{
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	text-align:right;
	background-image:url(../images/plinth_bottom_no_text.gif );
    height:175px;
    vertical-align:bottom;
}


div#footer-text
{
    position:absolute;
    bottom:20px;
    right:30px;
}

div#footer p 
{
	margin:5px;
}