/*-----------------------------------------
Wrapper - Header  - Layout - Footer

Date:    27-09-2007
Version: 1.2
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
/*-- Wrapper --*/
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
 background: #FFcc66 url(../graphics/xspacer.gif) repeat-x top left;
 position: relative;
}
/*-- Header --*/
#header {
float: left;
background: #993300 url(../graphics/logo.gif) no-repeat right;
height: 50px; 
width: 750px;
}
 
/*-- Left Column --*/
#leftcolumn {
width: 250px; 
float: left; 
display: inline;
margin: 0;
text-align: center;
background: #CC9933 url(../graphics/spacer-left.gif) repeat-y top;
}

/*-- Content --*/
#content { 
width: 500px;
float: right;
padding-top: 10px;
background: #ffcc66 url(../graphics/spacer.gif) repeat-y top;
}

#leftcolumncontent { 
width: 335px;
float: left; 
padding-left: 20px;
padding-right: 20px;
background-color: #ffcc66;
}
 
/*-- Secondary Content --*/
#rightcolumncontent { 
width: 125px;
float:right;
display: inline;
 }
#rightcolumncontent img {
border: 0;
padding-top: 10px;
  }

/*-- FOOTER --*/
#footer {
clear:left;
height: 30px;
background: url(../graphics/footer.gif) no-repeat left top;
width: 710px;
}
