body {
	margin: 0px;
}
#container {
	width: 780px;
	background-color: #FFF;
	background-image: url(../imagesForTemplates/WW_2nd_navBg.jpg);
	background-repeat: repeat-y;
}
#top {
	height: 76px; 
	overflow: hidden;
}
#top p {
	margin: 10px;
}
#top img {
	border: 0px solid #000;
}
	#topTitle {
		background: url(../imagesForTemplates/WW_2nd_topTitle.jpg) no-repeat;
		float: left;
		position: relative;
		width: 312px;
	}
	#topLinks {
		height: 76px; width: 468px;
		background: url(../imagesForTemplates/WW_2nd_topLinks.jpg) no-repeat;
		float: left;
		position: relative;
		text-align: right;
	}
#head {
	height: 68px;
}
	#navInHead {
	width: 245px; height: 67px;
	float: left;
	position: relative;
	}
	#title {
	width: 535px;
	height: 67px;
	float: left;
	position: relative;
	color: #FFF;
	text-align: right;
	}
#body {
	background-image: url(../imagesForTemplates/WW_2nd_navBgBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
	#nav {
		position: absolute;
		left: 0px; top: 143px;
		width: 196px; height: 234px;
		background-image: url(../imagesForTemplates/WW_2nd_navBgTop.jpg);
		background-position: 0px 127px;
		background-repeat: no-repeat;
	}
	#content {
		background-image: url(../imagesForTemplates/WW_2nd_bodyBg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		padding: 20px 20px 0px 0px;
		margin-top: 0px;
		margin-left: 200px;
		min-height: 550px;
		height: 550px;
		width: auto;
	}
		html>body #content {
			height: auto;
		}
#bottom {
	text-align: right;
	padding: 125px 15px 10px 15px;
	height: 50px;
	background-color: #000;
	background-image: url(../imagesForTemplates/WW_2nd_bottom.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}
#bottom p {
	color: #FFF;
	text-size: 12px;
	margin: 0px;
}
#bottom a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
