body
{
	background-color: rgb(247,247,247) !important;
	background-repeat: repeat-x !important;
	background-position: bottom center !important;
	background-image: url(../../../img/bg-body.gif) !important;
	background-attachment: fixed;
}

#logo h1,
#logo h3
{
	cursor: pointer;
}

#banner,
.banner,
#banners
{
	position: fixed;
	top: 100px;
	left: 0px;
	right: 0px;
	height: 140px;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../../../img/banner-1.jpg);
	z-index: 2;
}

.banner1
{
	background-image: url(../../../img/banner-1.jpg) !important;
}

.banner2
{
	background-image: url(../../../img/banner-2.jpg) !important;
}

.banner3
{
	background-image: url(../../../img/banner-3.jpg) !important;
}

#topbox
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	padding-left: 72px;
	padding-right: 72px;
	background-color: rgb(0,64,148);
	background-position: right center;
	background-repeat: repeat-y;
	background-image: url(../../../img/bg-topbox.gif);
	z-index: 1400;
}

#spacer
{
	height: 200px;
}

#homelink
{
	display: block;
	position: absolute;
	top: 200px;
	left: -38px;
	width: 160px;
	height: 40px;
	background-color: rgb(114,175,255);
	background-image: url(../../../img/bg-homelink.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	z-index: 500;
}

#homelink a
{
	display: block;
	width: 160px;
	height: 40px;
	background-image: url(../../../img/homelink.png);
	background-repeat: no-repeat;
	background-position: 7px -2px;
	color: white;
	text-decoration: none;
	text-shadow: #333 0px 1px 2px;
	font-weight: bold;
}

#homelink a:hover
{
	background-image: url(../../../img/homelink-hover.png);
	color: rgb(129,13,0);
	text-shadow: none;
}

#homelink a span
{
	/* display: none; */
	line-height: 40px;
	padding-left: 40px;
}

#bodybox
{
	/* background-color: white; */
	background-image: url(../../../img/bg-bodybox.png);
	background-repeat: repeat-y;
	background-position: center center;
}
