@import url(menu-style.css);
@import url(content-style.css);
@import url(right-style.css);
@import url(footer-style.css);
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: url('left_background.gif');
	background-repeat: repeat-y;
	background-position:left;
	background-color: #e2007a;
}
#background_right {
	min-height:100%;
	width: 100%;
	background: url('right_background.gif');
	background-repeat: repeat-y;
	background-position:right;
}
#container {
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background: url('menu_background.gif') repeat-x;
}
#header {
	margin: 0px auto;
	width: 1002px;
	height: 294px;
	padding: 0px 0px 0px 0px;
	background: url('header.jpg') no-repeat;
}
#wrapper {
	clear: both;
	margin: 0px auto 0px auto;
	width: 1002px;
	background: url('container_background.gif') repeat-y top right;
	background-color:#fdd4ee;
}

#contents {
	min-height: 460px;
	float: left;
	width: 950px;
	margin: 0px 0px 0px 11px;
	padding: 15px;
	font-size: 75%;
	line-height: 150%;
}

#end {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 813px;
	/*background: url('/images/bg_content_f.gif') no-repeat top right;*/
}
#footer {
	clear: both;
	margin: 0px auto 0px auto;
	height: 11px;
	width: 1002px;
	background: url('footer.gif') no-repeat top left;
	font-size: 70%;
	color: #000000;
}