
	html, body {
		width:				100%;
		background:			url('../images/background.gif') 0px 0px;
		margin:				0px;
		padding:			0px;
		text-align:			center;
		overflow:			auto
	}

	img {
		border:				0px;
	}

	#holder {
		position:			relative;
		margin:				0 auto;
		width:				728px;
		text-align:			left;
	}

	#header {
		background:			url('../images/header.gif') 0px 0px;
		width:				728px;
		height:				179px
	}

	#menuspacer {
		width:				28px;
		height:				200px;
		float:				left;
	}

	#menu {
		width:				155px;
		float:				left;
	}

	#content {
		position:			relative;
		background:			url('../images/content.gif') repeat-y 0px 0px;
		width:				728px;
		min-height:			179px
	}

	#contentframe {
		width:				525px;
		height:				400px;
		float:				left;
	}

	#contentframe iframe{
		width:				525px;
		height:				400px;
		border:				0px;
	}

	#contentbottom {
		width:				728px;
		height:				1px;
		clear:				both;
		overflow:			hidden;
	}