/* -------- Main Id Section --------- */ 
#main {
	float: left;
	width: 100%;
}

/* -------- Page Id Section --------- */ 
#page {
	width: 980px;
	margin: 0 auto;
}

/* -------- Menu Id Section --------- */ 
#menu {
	height: 24px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 3px;
	background-image: url(../themes/menu/menubck3.gif);
}

#menu .links a {
	float: left;
	height: 100%;
	color: #202020;
	display: block;
	padding: 0 8px;
	line-height: 24px;
	text-decoration: none;
	background-image: url(../themes/menu/itembck3.gif);
}

#menu .separator {
	float: left;
	height: 100%;
	display: block;
	padding: 0 1px;
	line-height: 24px;
	text-decoration: none;
	background: transparent url(../themes/menu/separator.gif) right no-repeat;
}

#menu .links a:hover {
	color:#000000;
	display: block;
	text-decoration: none;
	background-image: url(../themes/menu/selected.gif);
}

/* -------- Header Id Section --------- */ 
#header {
	width: 980px;
	height: 90px;
	position: relative;
	margin-bottom: 2px;
	background: url('../themes/head/header.jpg') no-repeat;
}

#header .logo {
	top: 0px;
	left: 0px;	
	border: 0px;
	width: 420px;
	height: 90px;
	padding: 0px;
	position: absolute;
}

#header .pubs {
	top: 18px;
	left: 432px;	
	width: 356px;
	height: 70px;
	padding: 0px;
	position: absolute;
	border: 0px;
}

#header .info {
	top: 0px;
	left: 772px;	
	width: 266px;
	height: 70px;
	padding: 0px;
	position: absolute;
	border: 0px;
}

#header .info p {
	color: #202020;
	font-size: 12px; 
	font-weight: bold; 
	padding-top: 2px;
	padding-left: 14px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; 
}

/* -------- Foot Id Section --------- */ 
#footer { 
	clear: left;
	padding-top: 4px;
	margin-top: 4px;
}

#footer .info {
	height: 16px;
	font-size: 90%;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#footer .payment {
	margin-top: 5px;
	text-align: center;
}

#footer .content {
	height: 40px;
	padding: 4px;
	color: #606060;
	text-decoration: none;
}

/* -------- Panels Class Section --------- */ 
.panels#left {
	padding: 0;
	float: left;
	width: 160px;
	margin-left: -980px;
}

.panels#right {
	padding: 0;
	float: left;
	width: 160px;
	margin-left: -160px;
}

/* -------- Content Class Section --------- */ 
#content {
	text-align: left;
	padding: 0 10px 0 10px;
	margin: 0 160px 0 160px;
}

