/****************************************************************

The Designer Gift - "thedesignergift.com.au"

Written by Robert Spriggs for CanvasDesign, (c)2007 Robert Spriggs and Canvas Design, all rights reserved

The code will remain the copyright of Robert Spriggs and Cavas Design, but may be freely modified
for the The Designer Gift website only (currently thedesignergift.com.au),
or further developed for that website only, without additional permission.

The code will only be used on one server to host one domain's site at any
one time and will not be resold (unless sold as part of the website and services,
in which case this copyright condition continues and is passed to the new owner)
or made publicly available.

Robert Spriggs and Canvas Design reserves the right to use the code elsewhere, but will not divulge
that the code is used for the The Designer Gift site or make the
code publicly available.

No part of this copyright message may be edited or removed.

*****************************************************************/

/* Basic Outline */

html {
   margin: 0 auto 0 auto;
}

body {
   margin: 5px;
   font-size: 90%;
   font-family:Arial, Helvetica, sans-serif;
}

* html body {
      font-size: 85%;
}

/* Uncomment this div to centre vertically, and put around the "wrapper" div - but it has bugs! ---
#outer {
   position: absolute;
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -243px;
   text-align: center;
   min-width: 778px;
}  */


#wrapper {
   background:#fff;
   width:750px;
   margin:0 auto 0px auto;
   text-align: left;
}

/* Structure along the following lines:
******* Header *******
Left Content *********
********Footer *******

(Left only shows if page id="twocol")

*/

#header {
  width: 100%;
}

#content {
   margin: 5px;
   text-align: left;
}

#twocol #leftcol {
   clear: both;
   margin: 5px;
   float: left;
   display: inline;
   width: 144px;
   text-align: left;
}

#twocol #content {
   float: left;
   margin-left: 0px;
   min-height: 340px;
   width: 585px;
}

#content #maincol {
   float: left;
   display: inline;
   width: 383px;
}

#content #sidepanel {
   float: left;
   display: inline;
   margin-left: 0px;
   width: 194px;
}


#footer {
   clear: both;
   font-size: 90%;
   height:48px;
}

#footer .text {
	padding:19px 0 0 15px;
	color:#fff;
}

/*#home #footer {

   font-size: 120%;

}*/

#home #footer .text {
	padding:19px 0 0 20px;
	color:#fff;
}



