* {margin:0;padding:0}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #0159A9;
	margin-top: 0px;
	padding-top: 0px;
}

#wrapper {
	width: 980px;
	background-image: url(../images/bg-wrap.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;	
}

#header {
	width: 980px;
	height: 330px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
}

#header-wrap {
	width: 900px;
	height: 240px;
	padding-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

#header-img_original {
	width: 450px;
	height: 240px;
	float: left;
	background-image: url(../images/header-img.jpg);
	background-repeat: no-repeat;
}

#header-img_xmas {
	width: 450px;
	height: 240px;
	float: left;
	background-image: url(../images/header-img-xmas.jpg);
	background-repeat: no-repeat;
}

#header-ads {
	width: 450px;
	height: 100px;
	background-image: url(../images/bg-ads1.png);
	background-repeat: no-repeat;
	float: right;
}

#header-news {
	width: 450px;
	height: 140px;
	background-image: url(../images/bg-news.png);
	background-repeat: no-repeat;
	float: right;
}

#user-module-wrap {
	width: 921px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#user-module-wrap2 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#breadcumbs {
	width: 980px;
	height: 45px;
	clear: both;
	background-image: url(../images/bg-breadcrumb.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 20px;
}


#left {
	width: 160px;
	float: left;
	margin-left: 40px;
}

#content {
	width: 540px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#right {
	width: 160px;
	float: right;
	margin-right: 40px;
}

#footer {
	width: 980px;
	height: 260px;
	clear: both;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
}

/* Content Module Layout */

.content-module {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
}

.content-module a {
	color: #ffffff;
	font-weight: bold;
}

.content-module a:hover {
	color: #39A7DB;
	font-weight: bold;
}

.content-module2 {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #333333;
}

.content-module3 {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
}

.content-module3 a {
	color: #ffffff;
	font-weight: bold;
}

.content-module3 a:hover {
	color: #ffffff;
	font-weight: bold;
}

.content-module4 {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
}

.content-module4 a {
	color: #ffffff;
	font-weight: bold;
}

/* Custom Module Layout */

.user-module {
	width: 286px;
	height: 100px;
	float: left;
	border: 1px solid;
	border-color: #cccccc;
	margin-left: 10px;
	margin-right: 9px;
	background-image: url(../images/bg-usermod.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.user-module2 {
	width: 224px;
	height: 140px;
	float: left;
	border-left: 1px dashed;
	border-color: #84C1FF;
	margin-left: 10px;
	margin-right: 9px;
}

.user-module3 {
	width: 224px;
	height: 140px;
	float: left;
	border-left: 1px dashed;
	border-right: 1px dashed;
	border-color: #84C1FF;
	margin-left: 10px;
	margin-right: 9px;
}

/* Top Panel CSS */

#top-panel-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 140px;
	margin-top: 0px;
	padding-top: 0px;
}

#top-panel {
	display: none;
	width: 100%;
	height: 240px;
	background-image: url(../images/bg_alpha90.png);
}

#top-panel-box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	color: #cccccc;
	font-size: 11px;
}

#top-panel-box a {
	color: #999999;
	text-decoration: none;
}

#top-panel-box a:hover {
	color: #ffffff;
	font-weight: normal;
}

.btn-slide {
	background-image: url(../images/top-panel.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 81px;
	height: 17px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

.btn-slide:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}