@charset "UTF-8";
/* CSS Document */
div#container {
	width:900px;
	background-image:url(../images/bgrd.jpg);
	background-repeat:repeat-y;
	background-position: center 0;
	overflow:auto;
	margin : 0 auto;
	padding : 0;
	text-align : left; }

div#content {
	background-image: url(../images/onecolback.jpg);
	background-repeat: repeat-y;
	background-position: right 0;
	position: relative;
	left: 50px;
	width : 800px;
	overflow:auto; }

div#maincontent {
	background-color: transparent;
	background-repeat: repeat-y;
	float: right;
	width:650px;
	margin : 0;
/*	display: inline;*/
	padding-top: 5px; }

