@charset "utf-8";
/* CSS Document */

#wrapper {
	background-image: url(GRAPHICS/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 3200px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFF00;
}
body {
	background-color: #FFFF00;
}

#nav_left {
	position: absolute;
	height: 800px;
	width: 200px;
	left: 0px;
	top: 300px;
	padding-left: 15px;
	padding-right: 0px;
}

#content {
	position: absolute;
	height: 1500px;
	width: 780px;
	top: 300px;
	left: 230px;
	background-color: #FFFFFF;
}
.float_right {
	float: right;
	margin: 15px;
	padding: 0px;
}
.float_left {
	float: left;
	margin: 15px;
	padding: 0px;
}

