body {
	margin: 0;
	padding: 0;
	font-family: MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 120px 0 0 0;
	background-color: #CCD3D9;
	background-image: url(/css/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #008040;
	border-right: 2px solid #008040;
	border-bottom: 2px solid #008040;
}

#content {
	width: 514px;
	float: left;
	padding: 5px 10px 0 0;
}

#content p {
	font-size: 95%;
	line-height: 1.3em;
	padding-left: 2em;
}



	
#content h1 {
	font: normal 110% MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #008040;
	background-color: transparent;
}
	
	
#content h2 {
	font-size: 1.2em;
	color: #008040;
	background-color: transparent;
	border-bottom: 1px solid #FF9006;
}
	
	
#content h3 {
	font-size: 1em;
	color: #008040;
}

#menu p{
	font-size: 1.0em;
	line-height: 1.5em;
	text-align:	center;
}

.menucenter {
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	
}
.boldred {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
}
	
a:link, a:visited {
	text-decoration: none;
	color: #006688;
	font-size: 18px
	 
}
a:hover {
	background-color: #FFFFFF;
	color: #008040;
}
	
	
#keywordtext p{
	font-size:.75em;
	font-weight:bold;
	line-height:1em;
	color:#006688;
}


#textArea {
	background-color: #ffffff;
	width:500px;
	padding-right:4px;
}
	
#relatedpages {
	text-align:left;
	margin-left: 10px;
	margin-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#googlesearch{
	margin-left: 10px;
	margin-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#right {
	float: right;
	width: 200px;
}

#product {
}

#productPic {
}

#nav {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	background-color: #008040;
	color: #FFFFFF;
}

ul.mainnav {
    color: #008040;
    background-color: transparent;
	list-style-image: url(/images/arrow.gif);
    font-weight: bold;
	padding-top: 20px;
	padding-left: 10px
}
      
	
ul.subnav {
	background-color: transparent;
	color: #008040;
	list-style-image: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
 	margin:0
}	

.address {
	font-size:14px;
	font-weight:bold;
	color:green;
	}	
	
	
	
	 
/* mac hide \*/
* html #nav, * html #googleTower{height:1%}
/* end hide */
	
#googleTower{
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
}


#footer {
	clear: both;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	font-size:12px;
	}

#summary {
	font-size: 80%;
	padding-left:10px;
	padding-right:10px;
	text-align:left ;
	color:#006688;
}
	
#legal {
	font-size: 70%;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-color: #000000;
	font-weight:bold;
	background-color:  #008040;
}
	

The width of the container is 728px mins 4px for borders = 724px. The content is 514 +10px =525 and the right is 200px. Therefore 514 + 10 + 200 = 724px 

ie's layout bug can be fixed with the height:1% hack as follows:



 
/* mac hide \*/
* html #nav, * html #googleTower{height:1%}
/* end hide */

Paul O'B 
Community Advisor- Sitepoint css advisor
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bolder;
	color: #FF0000;
}
