@charset "utf-8";

/* layout 3column
------------------------------------------------- */
#primary {
	float:left;
	width:720px;
	overflow:hidden;
	position:relative;
}

#main{
	float:right;
	width:500px;
}

#sidemenu{
	float:left;
	width:200px;
}

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