* { padding: 0; margin: 0; }

body {font-family: arial,helvetica,sans; font-size: 13px; background:fff; color:000;}
// Black Text on White Background
a,a:visited,a:link {color:#000; text-decoration:none} 
// Do no underline links
.noprint {display:none} 

// This will do the magic 

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-align: center;
}

p {
 padding: 10px;
}

#navBar 
{
	display: none;
}
#leftSideBar
{	
	width: 200px;/*153px*/
	height: auto;
	float: left;
	margin-right: 0;
	display: none;
}

#footer
{
	display: none;
}

#wrapper2 { 
 margin: 0 auto;
 width: 670px;
 padding: 1px;
 border: 1px;
 border-style: solid;
 border-color: #000000;

}

#wrapper { 
 margin: 0 auto;
 width: 670px;
 border: 1px;
 border-style: solid;
 border-color: #000000;

}

#header-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 108px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 670px;
 display: inline;
}

#header {
 color: #333;
 width: 670px;
 float: left;
 height: 108x;
 vertical-align: middle;
 background: #FFFFFF;
}
