body {
		margin: 0 0 0 0;
		background-color:#dc6d13;
		background-image: url(../img/bg4.png);
		background-repeat:repeat-y;
		height:100%;
		font-family:Georgia, 'Times New Roman', Times, serif;
		font-size:14px;
		color:#404041;
	}
	
	
	#container {
		
		width:700px;
		
		background-color:#f9f5a5;
		background-image: url(../img/bg5-yellow.png);
		background-repeat:repeat-x;
	}
	
	#spacer {
		width:700px;
		background-color:#f9f5a5;
	}
	
	/*
	#bg {
		width: 700px;
		height:100%;
		background-color:#f9f5a5;
	}
	*/
	
	#content {
		background-color:#000;
		background-image: url(../img/bg5-yellow.png);
		background-repeat:repeat-x;
	}
	
	#footer {
		position:relative;
		/*padding-top:10px;*/
		background-color:#f9f5a5;
		height:24px;
		width:700px;
		font-size:11px;
		color:#888;
		text-align:center;
	}
	
	.linesep {
		height:4px;
		border-top:solid 1px #888;
		width:600px;
		font-size:1px;
		margin-left:50px;
	}
	
	.menubar {
		background-color:#e7e7e7;
		height:26px;
		width:680px;
	}
	
	.menulink {
		text-decoration:none;
		color:#666666;
		font-size:14px;
		font-weight:bold;
	}
	
	.menulink:hover {
		text-decoration:underline;
		color:#000;
	}
	
	.bodylink {
	
		text-decoration:none;
		color:#404041;
	}
	
	.bodylink:hover {
		text-decoration:underline;
		color:#000000;
	}
	
	.footerlink {
		text-decoration:none;
		color:#888;
	}
	
	.footerlink:hover {
		text-decoration:underline;
		color:#000000;
	}