/*
=== Sohu Group / GroupStyleSheet File ================================
	Style Name: p2001
	Version: 1.0
	Author: Leeking001
	First Created: 2007-06-26
	Last Update: 2007-06-26
	Copyright: Sohu.com (www.sohu.com)
==============================================================
*/
/****** General Styles ******/
#wrapper{
	background-image: url(images/body_bg.gif);
	background-repeat: no-repeat;
}
#header{
	height: 170px;
	background: url(images/header_bg.gif) no-repeat;
}
#innerHeader{
	text-align: center;
	padding-top: 25px;
}
#mainWrapper {
	background:#000;
	border-left:8px solid #000;
	border-right:8px solid #000;
}
#innerContentWrapper {
	background-color: transparent;
}
#crumbBox {
	color:#ccc;
}
#crumbBox a {
	color:#fff;
}
#crumbBox a:hover {
	color:red;
}
/****** Group Header Styles ******/
#groupTitlebox {
	margin-bottom: 10px;
}
#groupTitlebox a {
	background:#000;
	color:#fff;
}
#groupUrl a {
	color:red;
}
#groupTitlebox a:hover {
	color:#ffcc33;
}
#groupDesc {
	color:#ccc;
	display:inline;
	background:#000;
}