
/* G E N E R A L
============================================*/

a	{
	text-decoration: none;
	color: #999;
	}

a:hover	{
	text-decoration: none;
	color: #666;
	}

a#rss	{
	color: #ff6600;
	}

form	{
	margin: 0;
	padding:  0;	
	}

img	{
	border: 0;
	}

/* H E A D E R
============================================*/

#Header	{
	margin: 10px 0 0 0;
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	background: #fff url("../img/top_jce.jpg") top left no-repeat;
	}
	

#Header #MasterHeader{
	z-index: 1;
	width: 790px;
	}	
	
#Header #HomeLink {
	z-index: 999;
	width: 310px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 5px;
	overflow: hidden;
	}
	
#Header #TopNav	{
	position: absolute;
	z-index: 998;
	width: 500px;
	right: 10px;
	top: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#Header #TopNav ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	background: green;
	}
	
#Header #TopNav ul li	{
	float: right;
	margin: 0;
	padding: 0 10px;
	color: #adadad;
	border-left: 1px solid #ccc;
	text-align: right;
	}

#Header #TopNav ul li a {
	color: #999;
	}

#Header #TopNav ul li a:hover {
	color: #666;
	}

#Header #Search	{
	margin: 0;
	padding: 0;
	z-index: 997;
	position: absolute;
	width: 330px;
	right: 0;
	top: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
	display: none;
	}

#Header #Search input	{
	font-size: 11px;
	border: 1px solid #ccc;
	}

#Header #Logpanel	{
	z-index: 3;
	width: 292px;
	position: absolute;
	top: 31px;
	right: 0;
	height: 47px;
	background: #fff;
	}

#Header #Logpanel p	{
	margin: 0;
	padding: 8px 0 0 90px;
	}


/* E M P T Y
============================================*/

.PGemptyL, .PGemptyR	{
	background: #FEFEFD url('../img/bg.jpg') top right repeat-x;
	}

.PGthin		{
	background: #fff;
	}

.PGthin2		{
	background: #2E77AC;
	}

#Banner {
	background: #e8e7e5 url('../img/empty.gif') top left;
	}

#Banner div	{
	margin: 10px 0;
	padding: 0;
	}

/* B O T T
============================================*/

.PGbottom	{
	background: #9F9C8C url('../img/bott_bg.gif');
	padding: 4px 0 0 0;
	margin: 3px;
	text-align: center;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10px;
	color: #e7e7e7;
	}

.PGbottom a, .PGbottom a:hover, .PGbottom a:active	{
	color: #fff;
	text-decoration: none;
	}