

/* ------ sets defaults to zero ------- */


* 
{
margin:0px; 
padding:0px;
}




/* ------ makes div containing only floated element hold its vertical form ------- */

div.clearfloats
{
clear:both;
}




/* ------ centers body for IE ------- */

body
{
text-align:center;
}




/* --------- container div ------- */


div#container
{
width:903px;
margin:40 auto 0 auto;
border:none;
}



/* --------- bodycopy div ------- */


div#bodycopy
{
width:480px;
float:left;
border:none;
margin-right:20px
}




/* --------- biglogo div ------- */

div#biglogo
{
width:400px;
float:right;
}




/* --------- bigwordlogo div ------- */

div#bigwordlogo
{
margin:15 0 30 0;
border:1px white solid;
float:right;
}




/* --------- undercopy div ------- */

div#undercopy
{
float:right;
margin-bottom:40px;
display:block;
}



/* --------- columns within undercopy div ------- */

div#under1
{
width:180px;
margin:0 53 0 0;
float:left;
}

div#under2
{
width:180px;
margin:0 53 0 0;
float:left;
}

div#under3
{
width:180px;
margin:0 53 0 0;
float:left;
}

div#under4
{
float:right;
width:200px;
}






