/*<style type="text/css">
*/
/* body */
body { background-color: #841617; color: #FDF9D8; }

/* unvisited link */ 
a:link { color: #841617; text-decoration: none; }

/* visited link */
a:visited { color: #841617;	text-decoration: none; }

/* mouse over link */
a:hover { color: #841617; text-decoration: underline; }





/* header class */
.header {
	color: white;
	font: bold 26px "Lucida Grande", Verdana, Lucida, "LiGothicMed", "MS Gothic", Arial, Tahoma, sans-serif, simhei;
	text-align: center;
	vertical-align: top;
}

/* overall header */
#header {
  width:825px;
  height: 160px;
  clear:both;
  margin: auto;
}

/* main body */
#main {
  width: 825px;
  clear:both;
  margin: auto;
}

/* content part */
#content {
	width:650px;
	border: #FFFFFF 1px solid;
	margin:2px;
	float:right;
}

/* dummy2 */
#dummy2 {
	width:150px;
	height:20px;
}

/* navbar class */
.navbar {
	color: #841617;
	font-style: normal;
	font-weight: normal;
	font: 16px "Lucida Grande", Verdana, Lucida, "LiGothicMed", "MS Gothic", Arial, Tahoma, sans-serif, simhei;
	text-align: left;
}

/* menu on the left */
#navbar {
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
	width:150px;
	margin-top:5px;
	float:left;
	background-color: #FFFFCC;
	border: #A47B4f 2px solid;
	background-image: url(images/bg09_ou.jpg);
}

#navbar a {
	color: #FF0000;
}
#navbar a:hover {
  color:            #EE3333;
  background-color:transparent;
  text-decoration: underline;
}


/* dummy */
#dummy {
	width:825px;
	height:10px;
}

/* post item */
#post_item {
	width:642px;
	background-color: #FFFFCC;
	border: #A47B4f 2px solid;
	margin: 2px;
}

/* post_item_title class */
.post_item_title {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font: 28px "Lucida Grande", Verdana, Lucida, "LiGothicMed", "MS Gothic", Arial, Tahoma, sans-serif, simhei;
	text-align: left;
}

/*post item title */
#post_item_title {
	background-color: #990000;
	width:642px;
	margin: 0px;
}

/* post_item_title class */
.post_item_content {
	color: #550000;
	font-style: normal;
	font-weight: normal;
	font: 18px "Lucida Grande", Verdana, Lucida, "LiGothicMed", "MS Gothic", Arial, Tahoma, sans-serif, simhei;
	/*text-align: left;*/

}

/*post item content */
#post_item_content {
	margin: 5px;
	width: 632px;
	background-color: #EEEEBB;
	background-image: url(images/bg09_tw.jpg);
}


/* footer class */
.footer {
	color: #EEEEEE;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

/* overall footer */
#footer {
  /*font-size: 16px;*/
  width:825px;
  clear:both;
  margin: auto;
}


#footer a {
	color: #FDF9D8;
}
#footer a:hover {
  color:            #FDF9D8;
  background-color:transparent;
  text-decoration: underline;
}


/* OU global header */
#global_header {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color: transparent;
	position:relative;
	height:22px;
	width:825px;
	vertical-align: top;
	color:#FFFFFF;
}
.global_header_red {
	background-image: url(/etc/medialib/globalcontent/images/design_elements.Par.33901.Image.direct.gif);
}
.global_header_silver {
	background-image: url(/etc/medialib/globalcontent/images/design_elements.Par.6221.Image.direct.gif);
}
#global_header_left {
	float:left;
	padding-left:5px;
}
#global_header_right {
	position:absolute;
	top:-3px;
	right:0px;
}
#global_header a {
	display:inline;
	text-decoration: none;
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
}
#global_header a:hover {
  color:            #ffffff;
  background-color:transparent;
  text-decoration:	none;
}
#global_header #globalnavsearch {
	position: relative;
	display: inline;
	right: 10px;
	top:5px;
	padding-left:20px;
}
#global_header #globalnavsearch .searchbox {
	position: relative;
	background-image:url(/etc/medialib/globalcontent/images/design_elements.Par.47593.Image.direct.gif);
	background-repeat: no-repeat;
	height: 14px;
	font-size: 11px;
	border:1px solid #888888;
	vertical-align:top;
	margin:0px;
	padding:0px;
	width:110px;
}
#global_header #globalnavsearch .searchimage {
	position: relative;
}/* OU global header */





/*
</style>*/