/* CSS Document */


body
{
	width:100%;
	height:100%;
	background-color:#b49ebb;
	margin:auto;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}


#container
{
	width:743px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}

#header
{
	width:743px;
	height:554px;
	margin:auto;
	background-image:url(images/header.jpg);
	float:left;
}


#menu_all
{
	width:743px;
	height:42px;
	margin:auto;
	
}


.p_menu
{
	width:202px;
	height:42px;
	background-image:url(images/p_menu.gif);
	background-repeat:repeat-x;
	float:left;
	color:#000000;
	font:"Palatino Linotype";
}

.b_menu
{
	width:541px;
	height:42px;
	background-image:url(images/b_menu.gif);
	background-repeat:repeat-x;
	float:left;

}


#content
{
	width:743px;
	height:auto;
	margin:auto;
	float:left;
	background-color:#FFFFFF;
}

.l_content
{
	width:202px;
	height:auto;
	background-color:#4a2b7f;
	float:left;
}

.r_content
{
	width:541px;
	height:100%;
	float:left;
	font-family:Verdana;
	font-size:13px;
}

#footer
{
	width:743px;
	height:37px;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	float:left;
}

.t_footer
{
	padding-top:5px;
	padding-left:60px;
	text-decoration:none;
}

a.f
{
	color:#000000;
	text-decoration:none;
}


a.f:hover
{
	text-decoration:underline;
}


#foot
{
	width:743px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	float:left;
	color:#999999;
}

.f_text a
{
	color:#FFCC33;
	font-weight:bold;
}

.f_logo
{
	width:60%;
	height:50px;
	float:left;
}

.f_text
{
	float:left;
	font-size:11px;
	font-family:Verdana;
	padding:15px;
}

.text_1
{
	font-size:18px;
	color:#0099FF;
	font-family:Verdana;
}


.isicomment
{
font-family:Tahoma, Verdana, Arial;
color:#000000;
font-size:13px;
}

.tglcomment
 {
  color:#666666;
  font-size: 12px;
  font-family:Tahoma, Verdana, Arial;
  color:
 }


a.logo
{
	color:#FFFFFF;
	text-decoration:none;
}

a.logo:hover
{
	color:#FF9900;
	text-decoration:underline;
}

