/* CSS Document */

body{
  margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(../imgs/common/bg.jpg) top center repeat-x #0c0d09;
}

h1{
  font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;	
	margin:0px;
	margin-bottom:2px;	
}

h2{
  font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9c0505;		
	margin:0px;
	margin-bottom:2px;		
	background:url(../imgs/common/h2_bg.gif) bottom left repeat-x;
	padding-bottom:3px;
	width:auto;
}

a.featured, a:link.featured, a:active.featured, a:visited.featured{
	background:url(../imgs/common/link_bg.jpg) top left repeat-x;
	color:#9c0505;
	padding-bottom:8px;
}

a:hover.featured{
  color:#000000;
}

.error{
  background:#9c0505;
	color:#000000;
	padding:3px;
}


.highlight{
  color:#9c0505;
}

.lowlight{
  color:#a8a8a8;
}

a, a:link, a:active, a:visited{
  color:#9c0505;
	text-decoration:none;
}

a:hover{
  color:#a8a8a8;
	text-decoration:none;
}

#left_content h1{
	font-family:"Courier New", Courier, mono;
	font-size:14px;
}

#left_content a, #left_content a:link, #left_content a:active, #left_content a:visited{
  color:#000000;
	background:url(../imgs/common/link_bg.jpg) repeat-y left top;
	padding:0px 20px 0px 20px;
	margin-bottom:15px;
	line-height:21px;
	text-decoration:none;
	font-weight:bold;	
	display:block;
}

#left_content a:hover{
  color:#000000;
	background:url(../imgs/common/link_bg.jpg)  repeat-y left top;
	padding:0px 20px 0px 20px;
	margin-bottom:15px;
	line-height:21px;
	text-decoration:line-through;
	font-weight:bold;
	display:block;
}

#right_content .header{
  width:100%;
	padding-left:1px;
	color:#000000;
	font-family:"Courier New", Courier, mono;
	font-size:17px;
  background:url(../imgs/common/right_header_bg.jpg) no-repeat left top #ffb0c4;
}

#right_content .header .date{
  font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-top:-3px;
}
