body{
background-image:url(../images/bg_1.gif);
margin:0 auto;
padding:0;
text-align:center;
color:#990033;
}
a{
	color:#990033;
	text-decoration: underline;
}
a:hover{
	color:#EA2D1F;
	text-decoration: underline;
}

ul,li,form{margin:0;padding:0}
ul{list-style-type:none;}
body{font-size:14px;line-height:150%;}
#header{
width:900px;
background:url(../images/header.gif) left top;
}
#h_main{
height:70px;
}
#h_line{
height:18px;
background:url(../images/h_line.gif) left top;
}
#h_menu{
background-color:#911901;
border-top:1px solid #32100e;
}
#h_menu a{
	font-weight:bold;
	color:#ffcc66;
	text-decoration: none;
	line-height:17px;
	display:inline-block;
	padding:4px 12px 4px 12px;
}
#h_menu a:hover{
	color:#fff1cb;
}
#h_menu a.st,
#h_menu a.st:hover{
	color:#911901;
	background-color:#ffe7a5;
}


#h_cata{
background-color:#ffdb7d;
border-top:1px solid #32100e;
border-bottom:1px solid #d8b149;
}
#h_cata a{
	font-weight:bold;
	color:#911901;
	text-decoration: none;
	line-height:17px;
	display:inline-block;
	padding:4px 12px 4px 12px;
}
#h_cata a:hover{
}
#h_cata a.st,
#h_cata a.st:hover{
	color:#911901;
	background-color:#fff1cb;
}


#content{
	width:852px;
	padding:12px 24px 12px 24px;
	text-align:left;
	background-image:url(../images/bg_2.gif)
}
#c_gg{float:left;width:336px;height:280px;padding:0 20px 20px 0}
#c_rbar{float:right;}

#c_title{font:bold 28px/200% Arial;}
#c_list{height:300px;}

#c_flip{
	text-align: center;
	padding:0 0 12px 0;
}
#c_flip a{
	background-color:#911901;
	border:1px solid #32100e;
	line-height:12px;
	padding:5px 7px 5px 7px;
	color:#ffcc66;
}
#c_flip span{
	background-color:#feeeb8;
	border:1px solid #999999;
	color:#666666;
	line-height:12px;
	padding:5px 7px 5px 7px;
}
#c_flip a,
#c_flip span{
	display:inline-block;
	overflow:hidden;
}


/* home */
.pane{
	float:left;
	width:96%;
	padding-left:4%;
}
.pane .panehead{
	border-bottom:2px solid #bf891c;
	font-weight:bold;
}
.pane .panebody{
	padding-top:12px;
}
.pane .panebody .more{
	text-align:right;
	list-style-type:none;
}

/* START - table.topmenu style */
.topmenu {
	width:100%;
	text-align: center;
	background-color: #893127;
	border-bottom:1px solid #6E271F ;
}
.topmenu-b {
	border-top:1px solid #6E271F;
	border-bottom-width:0px;
} 

.topmenu tr td {
}
.topmenu tr td a {
	width: 100%;
	color: #FFD88C;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 150%;
	text-decoration: none;
	display: block;
}
.topmenu tr td a:hover {
	color: #FDEAB7;
	background-color: #70150B;
	text-decoration: underline;
}
.topmenu tr td a.st {
	color:#FFE4B2;
	background-color: #C34037;
	text-decoration: underline;
}
/* END - table.topmenu style */


