#vrWrapper
{
	margin	: 0 auto;
	width	: 820px;
}

#logo
{
	position	: absolute;
	background	: url(img/logo.png) no-repeat;
	width		: 260px;
	height		: 135px;
	z-index		: 20;
	top			: 34px;
	left		: 12px;
}

#relLogo
{
	position	: relative;
}

#blueBg
{
	float	: left;
	width	: 100%;
	background	: #ecfcff;
}

#topMenu
{
	float	: center;
	height	: 35px;
	width	: 790px;
	text-align	: left;
	margin-top	: 106px;
}

#contentwrapper
{
	margin	: 20px;
}

#footerWrap
{
	float	: left;
	width	: 100%;
	background	: url(img/footer.png) top center no-repeat;
	height	: 87px;
	margin-top	: 15px;
}

#footerMgn
{
	margin	: 14px 20px;
}

.footerLeft
{
	color	: #fff;
	width	: 400px;
	font-size	: 12px;
	line-height	: 1em;
	float		: left;
}

.footerLeft p
{
	padding	: 0;
	margin	: 0;
	line-height	: 1.2em;
}

.footerLeft a:link,
.footerLeft a:visited
{
	color	: #d3c78e;
	text-decoration	: underline;
}

.paypalImg
{
	float	: right;
	width	: 163px;
	height	: 56px;
	background	: url(img/paypal.jpg) no-repeat;
}