@charset "utf-8";
/* CSS Document */


div.rss-box {
	width: 150px;
	float: left; 
	top: 0px;
	margin-left: 35px;
}

div.column1 {
	width: 220px;
	margin-left: 25px;
	margin-top: 20px;
	float: left;
}

div.column2 {
	width: 270px;
	margin-left: 40px;
	margin-top: 20px;
	float: left;
	z-index: 0;
}

div.column3 {
	width: 200px;
	margin-right: 25px;
	margin-top: 20px;
	float: left;
}

div.header {
	background-color: #848484;
	width: 800px;
	height: 109px;
	background-position: right;
	background-repeat: no-repeat;
	left: 55px;
}

div.main {
	width: 800px;
	height: auto;
	left: 10%;
	margin-top: 0px;
	position: absolute;
	background-color: #dddddd;
}

div.menu {
	background-color: #990000;
	height: 32px;
	width: 800px;
	position: absolute;
	left: 55px;
}

div.content {
	width: 800px;
	top: 120px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	z-index: 0;
	left: 55px;
	position: absolute;
}
