@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #efefef;
}

#body_all {
	width: 760px;
	margin: 0 auto;
	min-height: 800px;
	border-left: 1px solid #514d53;
	border-right: 1px solid #514d53;
	text-align: left;	
	background-color: #fff;
}

*html #body_all {
	height: 800px;
}

#meta {
	height: 80px;
	width: 600px;
	float: left;
}

*html #meta {
	width: 560px;
}

#logo {
	height: 80px;
	width: 130px;
	float: left;
	margin-right: 30px;
	background-image: url(../images/rb_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

*html #logo {
	margin-right: 10px;
}

#head {
	clear: both;
	height: 367px;
	width: 760px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_all {
	margin: 40px 0px 60px 0px;
}

#menu {
	width: 200px;
	float: left;
}

#content {
	width: 540px;
	float: left;
	margin: 0px 20px 60px 0px;
}

*html #content {
	width: 520px;
}

#footer {
	clear: both;
}