#header {
	width: 901px;
	height: 108px;
	margin: 0 auto;
	background: black url(../images/header-bg.png) top repeat-x;
/*	background: #d42029 url(../images/header-bg.png) top repeat-x;*/
}
#headerImage {
	display: none;
}
#headerLogo {
	width: 715px;
	height: 108px;
	margin: 0;
	background: url(../images/headerLogo.jpg) center no-repeat;
}
#login {
	background:#333;
	width:160px;
	margin-right:1em;
/*	background:url(../images/login-box-bg.png) no-repeat;*/
}
.loginbutton {
	background:url(../images/memberButton.png) left no-repeat;
}
body {
	background: #eeeeee url(../images/shadow.png) center repeat-y;
}
#nav {
	background: #333;
	border-left:1px solid black;
	border-right:1px solid black;
/*	background: #b29d9d url(../images/navBG.png) repeat-x;*/
}
#nav ul ul a,
#nav ul li:hover a {
	background: #333;
/*	background: #b29d9d;*/
}
#nav ul li a:hover {
	background: #1ED202;
/*	background: #af1920 url(../images/navHoverBG.png) repeat-x;*/
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #333;
	padding-left:10px;
	border:1px solid black;
/*	background: #bb1b22 url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #e38387;*/
}
#searchBox .searchButton input{
	width: 104px;
	height: 26px;
	background:#333 url(../images/searchButton.png) left top no-repeat;
}
#searchBox .searchButton input:hover {
	background:#999 url(../images/searchButton.png) left bottom no-repeat;
}
#welcome {
	background: none;
}
#para {
	padding-right: 0;
	background: none;
}
.upload,
#seeMore {
	background: #e4e3e3;
}
.latestBlogPosts li.odd,
.latestForumPosts li.odd {
	background: #e4e3e3;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #f3f3f3;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #f80;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #360;
}
#footer {
	background: #333;
	border:1px solid black;
/*	background: #796262 url(../images/footerBG.png) top repeat-x;*/
}

/** Terry 2011-07-06 */
#freeGiftsBox h2 a {
	background-image: url(../images/InstantlyClaimXFA.png);
}

