body { 
	background: #fff;
	font-family:Arial;
	text-align:center;
	padding:0px; margin:0px;
}

#wrapper { 
	margin: auto;
	position: relative;
	text-align: left;
	width: 728px;
}

#content {
	padding-top:150px;
	left: 0px;
	top: 0px;
	width: 498px;
 }

#content h2 { margin-top:0px; padding-top:0px; }

#menu { 
	left: 518px;
	position: absolute;
	top: 130px;
	width: 210px;
	background:#f0f0f0;
	padding-bottom:20px;
	font-size:10pt;
 }

#header {
	position:absolute;
	left:0px; top:90px;
	width:728px; height:40px;
	background:#fcc;
	padding:0px; margin:0px;
}

#menu ul li {  list-style-type: square; margin-top:5px; font-size: 10pt}
#menu ul { margin:0px; padding:0px; margin-left:8px; padding-left:8px; padding-top:20px; }

#google {
	left: 0px; top: 0px;
	position: absolute;
	width: 728px; height:90px;
	background:#ccc;
}

#footer {
    width:728px; height:50px;
    background:#f00;
    color:#fff;
    font-size:8pt;
    font-family: Verdana, Arial;
    text-align: center;
}

#footer a { color:#fff; }
