	body{
		margin: 0;
		background-image: url('bg.png');
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #404040;
		}

	a:link,a:visited,a:active{
		color: #633b2c;
		text-decoration: none;
		}

	a:hover{
		color: #3e8870;
		text-decoration: none;
		}

	#wrapper{
		width: 708px;
		margin-left: auto;
		margin-right: auto;
		background: #FFF;	
		padding: 6px;
		}

	#header{
		width: 708px;
		background: #FFF;	
		background-image: url('header.png');
		background-repeat: repeat-x;
		height: 479px;
		position: relative;
		}

	.navigation{
		position: absolute;
		width: 490px;
		bottom: 0px;
		right: 0px;
		}

	.navigation img{
		padding-left: 5px;
		padding-right: 3px;
		border: 0px;
		}

	#cwrapper{
		width: 684px;
		background-image: url('bottombg.png');
		background-position: bottom;
		background-repeat: repeat-x;
		padding: 12px;
		position: relative;
		}

	#bottomleft{
		float: left;
		width: 45%;
		}

	#bottomright{
		float: right;
		width: 45%;
		background-image: url('bottomdivider.png');
		background-repeat: repeat-y;
		}

	#footer{
		padding: 5px;
		text-align: center;
		background-color: #ebdbbf;
		}