* {
	margin: 0;
	padding: 0;
	border: none;
}

.clear { clear: both;} 
/* CSS HACK: only for NN4, Caio hack  */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

body, html{
	text-align: center;
}

#container {	
	width: 720px;	
	_width: 770px;	
	margin-left: auto;
	margin-right: auto;
}

#header {	
	/*width: 718px;
	height: 198px;*/

	width: 720px;
	height: 200px;
    margin-bottom: 0;
    

}

#content {
	float: left;
	width: 500px;
	z-index:-1;
	/*margin-right: 20px;*/
    
}

#sidebar-a {
float: right;
width: 200px;
_height: 330px;
/*min-height: 330px;    */
padding-bottom: 50px;
}

#footer {
    clear: both;
}

