@charset "utf-8";
/* CSS Document */
#back
{
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x, repeat-y;
}
#left
{
	background-image:url(images/leftback.png);
	background-repeat: repeat-y;
}
#right
{
	background-image:url(images/rightback.png);
	background-repeat: repeat-y;
	ba
}

.ad
{
width:130px;
height:inherit;
text-align:justify;
background-color:#CC9966;
border-bottom-style:groove;
padding:2px;
}

#link
{
	font-size: 11px;
	color:#000000;
}
#link a
{
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
}
#link a:hover
{
	text-decoration:underline;
	font-size: 15px;
	color:#FFFFFF;
}