#headerContainer {
	width: 901px;
}
#header {
	height: 108px;
	background: url(../images/header-bg.jpg) center 0 no-repeat #e5eae6;
}
#headerImage {
	display: none;
}
#headerLogo {
	width: 725px;
	height: 108px;
	margin: 0;
	overflow: hidden;
	background: none;
}
#login {
	width: 174px;
	margin-top: 8px;
	background: url(../images/login.png) no-repeat;
}
.loginbutton {
	background:url(../images/memberButton.png) left no-repeat;
}
body {
	background: url(../images/shadow.png) center 0 repeat-y #e5eae6;
}
#nav {
	background: #331333 url(../images/navBG.png) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #331333;
}
#nav ul li a:hover {
	background: #977726 url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #341433 url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #968597;
}
#searchBox .searchButton input{
	width: 104px;
	height: 26px;
	background:url(../images/searchButton.png) left top no-repeat;
}
#searchBox .searchButton input:hover {
	background:url(../images/searchButton.png) right bottom no-repeat;
}
#welcome {
	background: none;
}
#para {
	padding-right: 0;
	background: none;
}
.upload,
#seeMore {
	background: #e6dae6;
}
.latestBlogPosts li.odd,
.latestForumPosts li.odd {
	background: #e6dae6;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #efe6ef;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #a118ac;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #d04bdb;
}
.faqs ul li {
	background-image: url('/themes/mscCommon1/images/arrowPurple.png');
}
.faqs ul li.close {
	background-image: url('/themes/mscCommon1/images/arrowPurple.png');
}
#step1 {
	background-image: url('/themes/mscCommon1/images/step1Purple.png');
}
#step2 {
	background-image: url('/themes/mscCommon1/images/step2Purple.png');
}
#step3 {
	background-image: url('/themes/mscCommon1/images/step3Purple.png');
}
#step4 {
	background-image: url('/themes/mscCommon1/images/step4Purple.png');
}
#footer {
	background: #1e0b1e url(../images/footerBG.png) top repeat-x;
}