

body {margin:0px; padding:0px; font: 1.0em verdana, arial, sans-serif; text-align:center; background-color:#346667}
* {margin:0; padding:0;}
div#mainwrap {width:774px; margin-left:auto; margin-right:auto;  text-align:left;}
div#header {width:774px; height:250px; background-color:#CCCFD5; text-align:center; padding-top:6px;}
div#column2 p {font-size:.8em; margin:1em 30px;}
div#contentarea {width:774px; background-color:#FFF; 
							}
div#column1 {width:130px; padding-top:10px; padding-bottom:10px; padding-left:5px; background-color:#FFF; float:left;}

div#column2 {width:476px; padding-top:10px; background-color:#FFF; float:left;}
div#column3 {width:162px; background-color:#CCCC99; float:left;}
div#column3 p {margin: 5px 2px 10px 2px; font-size:.8em;}
div#column3 img {border: 0px}
div#footer {width:764px; background-color:#FFF; text-align:center; padding:5px; font-size:.8em;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.htm */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
