body {
	background-color: WhiteSmoke;
	font-size: medium;
	font-size: 90%;
}

#header, #menu, #content {
}

#buyNow, #faq {
	display: none;
}

#menu {
	background: url("../Images/cp1.png") left center no-repeat;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #5475CB;
	color: WhiteSmoke;
	font-weight: bold;
	text-align: center;
	font-size: normal;
}

#menu #helpTitle {
	position: absolute;
	font: Tahoma bold;
	right: 100%;
	margin-right: -400px;
	width: 370px;
	text-align: left;
}
#menu #helpNavButtons {
	position: absolute;
	left: 100%;
	margin-left: -100px;
	width: 100px;
}

#menu a {
	text-decoration: none;
	padding: 0px;
	margin: 0px 5px;
}

#menu a:link		{color: WhiteSmoke;}
#menu a:visited		{color: WhiteSmoke;}
#menu a:hover		{color: WhiteSmoke; text-decoration: underline;}
#menu a:active		{color: WhiteSmoke;}
#menu #activeItem 	{text-decoration: underline;}

#header #logo {
	background: url("../Images/Logo.png") left center no-repeat;
	width: 100%;
	height: 60px;
}

#header #buyTop {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: larger;
}

#buyBottom {
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-size: larger;
}

#header #buyTop a:link		{color: Blue;}
#header #buyTop a:visited	{color: Blue;}
#header #buyTop a:hover		{color: #0068CC;}

#buyBottom a:link		{color: Blue;}
#buyBottom a:visited	{color: Blue;}
#buyBottom a:hover		{color: #0068CC;}

#footer {
	margin-top: 40px;
	font-size: x-small;
}

#content p {
	margin: 10px 0px;
}

#topTitle, #biddingSection, #biddingTitle {
	display: none;
}

.name {
	font-weight: bold;
}

#payPal h4, #payPal form,
#google h4, #google form {
	display: inline;
}

h4,
#payPal h4,
#google h4 {
	margin: 10px 10px;
	vertical-align: super;
	color: Navy;
}

#payPal,
#google {
	margin-top: 20px;
}

.promo {
	color: Red;
}

ul {
	margin-top: 5px;
	margin-bottom: 20px;
}