/* CSS Document */

body {
	background: #ffffff;
	background-image: url(/images/bg-grey.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
}

#purpleBar {
	position: absolute;
	top: 152px;
	z-index: 0;
	height: 164px;
	width: 100%;
	background: #3E0345;
}

#logoContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #3E0345;
	width: 224px;
	height: 152px;
	z-index: 1;
}

#logoContainer #loading {

}

#straplineContainer {
	position: absolute;
	top: 113px;
	left: 224px;
	width: 438px;
	height: 38px;
}

#navContainer {
	position: absolute;
	top: 152px;
	left: 0px;
	background: #eeeeee;
	width: 223px;
	min-height: 164px;
	padding-top: 8px;
	border-right: 1px solid #c5b3c7;
	z-index: 1;
}

#navContainer a div {
	width: 178px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 32px;
	margin-right: 15px;
	border-bottom: 1px dashed #A890AA;
	color: #1a1a1a;
	text-decoration: none;
	cursor: hand;
}

#navContainer a:hover {
	text-decoration: none;
}

#navContainer a:hover div {
	color: #999999;
}

#addressContainer {
	width: 176px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 32px;
	margin-top: 40px;
	margin-right: 15px;
	border-top: 1px dashed #A890AA;
	border-bottom: 1px dashed #A890AA;
}

#privacyContainer {
	width: 176px;
	padding-bottom: 8px;
	margin-left: 32px;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 0.7em;
}

#privacyContainer a {
	color: #999999;
}

#imgContainer {
	position: absolute;
	top: 152px;
	left: 224px;
	width: 438px;
	height: 164px;
	border-right: 1px solid #ffffff;
	z-index: 1;
}

#copyContainer {
	position: absolute;
	top: 316px;
	left: 224px;
	width: 388px;
	padding: 25px;
	border-right: 1px solid #c5b3c7;
}

#newsContainer {
	position: absolute;
	top: 316px;
	left: 662px;
	width: 180px;
	padding: 25px;
	border-left: 1px solid #c5b3c7;
}
