@charset "UTF-8";

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	position: relative;
	width: 950px;
	height: 70px;
}
#content {
	position: relative;
	clear: none;
	float: left;
	width: 950px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/img_content_rw.png);
	background-repeat: repeat-y;
}
#object {
	margin: 0px;
	width: 940px;
	padding-left: 10px;
	clear: both;
	float: right;
}

#sidebar {
	float: right;
	width: 300px;
	position: relative;
	z-index: 500;
	clear: right;
	background-color: #000000;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
	
#main {
	background-color: #FFFFFF;
	float: left;
	width: 920px;
	position: relative;
	z-index: 50;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/img_content_rw.png);
	}
	
#footer {
	clear: both;
	height: 70px;
	background-image: url(../images/img_footer_redwhite.jpg);
	background-repeat: no-repeat;
}
#image {
	float: left;
	width: 300px;
	border: 1px solid #99CCCC;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#text01 {
	clear: none;
	float: right;
	width: 380px;
}
#animation01 {
	float: right;
	background-color: #000000;
	height: 250px;
	width: 220px;
	position: relative;
	top: -252px;
	z-index: 200;
}
#text02 {
	clear: none;
	float: left;
	width: 670px;
	margin: 0px;
	padding: 0px;
}
#imageframe300 {
	float: left;
	width: 280px;
	border: 1px solid #99CCCC;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

