BODY{
	margin: 0px;
	background-color: #B2B2A7;
	font-family: "Tahoma";
	font-size: 11px;
	color : #333333;
}

#page_bg{
	width:1000px;
	height:930px;
	background-image:url(../images/bg.gif);
	text-align:left;
	overflow:hidden;
	
}
#page_header{
	width:970px;
	height:45px;
	background-image:url(../images/page_a_02.gif);
	text-align:right;
	float:left;
	overflow:hidden;
}
#page_left{
	width:15px;
	height:100%;
	float:left;
	overflow:hidden;
}
#page_right{
	width:15px;
	height:100%;
	float:left;
	overflow:hidden;
}
#page_center{
	width:970px;
	height:1000px;
	float:left;
	overflow:hidden;

}
#page_footer{
	width:1000px;
	min-height:140px;
	text-align:left;
}
#page_footer_left{
	width:15px;
	height:100%;
	float:left;
}
#page_footer_center{
	width:970px;
	height:140px;
	float:left;
	background-image:url(../images/page_b_02.gif);
}
#page_footer_right{
	width:15px;
	height:100%;
	float:left;
}
#content_left{
	width:155px;
	min-height:700px;
	float:left;
}
#content_player{
	width:805px;
	min-height:700px;
	float:left;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #F70146;
	text-decoration: underline;
}
a:active {
	color: #F70146;
	text-decoration: underline;
}
.hide
{
	display:none;
}
.show
{
	display:inline;
}
.iconlink
{
	cursor:hand;
	margin:1px;
}
input.searchgoogle{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
	BACKGROUND: #ffffff; 
	BORDER-LEFT: #ffffff 1px solid; 
	BORDER-RIGHT: #d6d6d6 1px solid; 
	BORDER-TOP: #d3d3d3 1px solid; 
	BORDER-BOTTOM: #ebebeb 1px solid; 
	width:80px;
	height:15;
}
.white
{
	color:#FFFFFF;
}
.whitebold
{
	color:#FFFFFF;
	font-weight:bold;
}
a.lnkwhitebold:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
a.lnkwhitebold:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
a.lnkwhitebold:hover {
	color: #F70146;
	font-weight:bold;
	text-decoration: underline;
}
a.lnkwhitebold:active {
	color: #F70146;
	font-weight:bold;
	text-decoration: underline;
}

