html {
	height: 100%;
	background-image: url(body-bg.png);
}
body {
	text-align: center;
	background-image: url(top-bg2.png);
	background-repeat: repeat-x;
	height: 100%;
}
*HTML #container { height: 100%; }
#container {
	width: 740px;
	/*background-image: url(container-bg.gif);*/
	background-color: #fff;
	margin: 0px auto auto auto;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%
}
#header {
	width: 770px;
	height: 79px;
	margin: 0px auto 0px auto;
	background-image: url(header-bg2.png);
	text-align: left;
}
#navigation {
	float: right;
	margin-top: 15px;
}
	#navigation a:link, #navigation a:visited {
		margin-right: 5px;
		padding-right: 8px;
		color: #fff;
		text-decoration: none;
		border-right: 1px solid #fff;
	}
	#navigation a:hover, #navigation a:active {
		color: #ffbf74;
	}
#content img {
	border: 1px solid #c2c2c2;
	padding: 10px;
}
	#content.left {
		padding-right: 205px;
	}
	#content.right {
		padding-left: 205px;
	}
#menu {
	width: 200px;
	margin-top: 10px;
}
	#menu.right {
		float: right;
		border-left: 1px solid #c2c2c2;
	}
	#menu.left {
		float: left;
	}
	#menu h4 {
		margin-left: 35px;
		margin-bottom: 20px;
		margin-top: 20px;
		font-family: Georgia;
	}
	#menu ul {
		margin-left: 50px;
		list-style: none;
	}
		#menu li {
			margin-bottom: 12px;
		}
#footer {
	border-top: 1px dotted #d7d7d7;
	padding: 20px;
	text-align: center;
}
