@import url("style_main.css");

body {
	text-align: center;
}

#ruler {
	
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#head {
	margin-top:30px;
	height:125px;
	background: white url('../images/header_dmi.jpg') top center no-repeat;
}

#head2 {
	margin-top:1px;
	height:25px;
	background: white url('../images/search_dmi.gif') top center no-repeat;
}

#navitop {
	height:22px;
	background: white url('../images/navi_bottom_dmi_22.jpg') top center no-repeat;
}
.menu-level1 span {
	margin-left:15px;
}


#contenttop {
	margin-top:5px;
	height:14px;
	background: white url('../images/content_top.gif') top center no-repeat;
border:0px solid blue;
}

#contentbottom {
	height:23px;
	background: white url('../images/content_bottom.gif') top center no-repeat;
}

#contentwrapper {
	background: white url('../images/content.gif') top center repeat-y;
border:0px solid green;
}

#innerwrapper {
	float:right;
	width:753px;
border:0px solid red;
}

#centercolumn {
	float:left;
	width:545px;
}

#leftcolumn {
	margin-top: 0px;
	margin-right:760px;
border:0px solid green;
}


#rightcolumn {
	margin: 0 auto;
	float:right;
	width:185px;
}

.clearer {
	clear:right;
}

