@charset "utf-8";
/* CSS Document */

p, li {
	font-size: 20px;
}
#leftpanel, .roundedbox .onethird {
	float: none;
}

#header {
	height: auto;
	padding: 5px 10px 5px 10px;
}
#menu,  #header_left , #header_right {
	display: block;	
	vertical-align: middle;
}
#front_title h2 {
	font-size: 2vw !important;
}
#sidebar {
	width: 0px;
	visibility: hidden;
}
.columnar, #front_top, #front_left {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;/*	-moz-column-gap:60px; */
}
.container {
	width:96%;
}

#front_top {
/*	padding: 150px 30px 30px 30px;*/
}
	
#front_right {
	margin-top:30px;
}
.ros_news_thumb, .attachment-ros_news_thumb {
	border-radius:10px;
	cursor: pointer;
	float: right;
	margin: 0px auto 40px 40px;
}
.ros_news_wide{
	float: right;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}