#container {
	/* center content for all modern browsers */
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:746px;
}
#logo {
	float:left;
}
#flashplacer {

}
#navbar {
	background:url(images/layout/navbar.jpg);
	width:746px;
	height:60px;
}
#contents {
	background:url(images/layout/contentsides.jpg) repeat-y;	
	padding-bottom:10px;
	width:746px;
}
#leftcol {
	float:left;
	display:inline;
	margin-top:10px;
	margin-left:24px;
	width:200px;
}
#rightcol {
	float:left;
	margin-top:10px;
	margin-left:20px;
	width:480px;
}
#footer {
	background:#000000 url(images/layout/bottomborder.jpg) no-repeat;
	width:746px;
}