BODY {
	background-color: #2D2D2D;
	font-family: Arial, Helvetica, Serif;
	color: #FFFFFF;
	margin: 22px 0px 22px 0px;
	background-image: url('/images/bg2.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

a {
	color: #0098FF;
	text-decoration: none;
}

a:hover {
	color: #0098FF;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 120px;
	padding-top: 22px;
}

#header H1 {
	font-size: 24pt;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 6px 8px;
}

#header H1 a {
	color: #F88601;
	text-decoration: none;
}

#header H1 a:hover {
	color: #F88601;
	text-decoration: none;
}

#header p {
	font-size: 9pt;
	color: #AAAAAA;
	margin: 3px 0px 0px 0px;
}

#logopic {
	float: left;
	vertical-align: middle;
	padding-right: 16px;
}

#info {
	/* background-color: #000000; */
	background-image: url('/images/fade.png');
	height: 32px;
	border: 1px solid #444444;
	/* text-align: right; */
	margin-bottom: 12px;
}

#info p {
	font-size: 11pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 8px 0px 8px;
}

#info p a {
	color: #FFFFFF;
	text-decoration: none;
}

#info p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#sidepanel {
	/* background-color: #000000; */
	background-image: url('/images/fade.png');
	border: 1px solid #444444;
	/* float: right; */
	/* width: 350px; */
	text-align: center;
	margin-top: 3px;
}

#sidepanel P {
	font-size: 11pt;
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 0px 0px;
}

#sidepanel h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 8px 0px 6px 0px;
	padding: 3px 0px 3px 6px;
}

#content {
	float: left;
	width: 540px;
}

#content p {
	font-size: 12pt;	
	color: #FFFFFF;
	line-height: 150%;
	margin: 3px 0px 8px 0px;
}

#content h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	/* background-color: #000000; */
	background-image: url('/images/fade.png');
	border: 1px solid #444444;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 3px 0px 3px 6px;
}

#footer {
	height: 42px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
	/* background-color: #000000; */
	background-image: url('/images/fade.png');
	border: 1px solid #444444;
}

#footer P {
	font-size: 9pt;
	margin-top: 8px;
	padding: 6px;
}

.zitem {
	width:275px;
	height:250px;	
	border:4px solid #0098FF;	
	margin:5px 5px 5px 30px;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}

.zitem .caption {
	padding-top: 6px;
	width:275px;
	height:64px;
	background:#000;
	color:#fff;
	font-weight:bold;
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.zitem img {
	border:0;
	/* allow javascript moves the img position*/
	position:absolute;
	top: 0px;
	left: 0px;
}

UL {
	padding: 0;
	margin-left: 12px;
	list-style-image: url("/images/orange_dot.png");
}

LI {
	font-size: 10pt;	
	color: #FFFFFF;
	line-height: 125%;
	margin: 3px 0px 3px 0px;
}

#ads {
	text-align: center;
}

#rightside {
	width: 350px;
	float: right;
}

#pagebody h2 {
	/* background-color: #000000; */
	background-image: url('/images/fade.png');
	border: 1px solid #444444;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 3px 0px 3px 6px;
}

#buttons {
	height: 32px;
	text-align: center;
	margin: 0px 0px 12px 0px;
}

