/* CSS Document */
body{
	background:#963292 url(../images/bg.jpg) top repeat-x;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS";
	color:#929090;
	font-size:11px;
}

img{
	border:none;
}

a{
	outline:none;
}

/*a:hover{
	outline:none;
}*/

.top_nav{
	background:url(../images/menu_bg.jpg) top repeat-x;
	height:52px;
}

.nav{
	float:left;
	width:781px;
	padding:0px 0px 0px 15px;
}

.nav ul{
	margin:0px;
	padding:0px;
	display:block;
	list-style-type:none;
	float:left;
}

.nav ul li{
	float:left;
	background:url(../images/menu_d.gif) right no-repeat;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#47275A;
	height:52px;
}

.nav ul li a{
	float:left;
	/*background:url(../images/menu_d.gif) right no-repeat;*/
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#47275A;
	padding:15px 22px 0px 22px;
	height:37px;
	text-decoration:none;
}

.nav ul li a:hover{
	float:left;
	background:url(../images/menu_h1.gif) no-repeat center;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#47275A;
	padding:15px 22px 0px 22px;
	height:37px;
	text-decoration:none;
}




.bg_black{
	background:#121212;
	padding-bottom:8px;
}

.bg_perple{
	background:url(../images/bg_body.jpg) repeat-y;
}

.footer{
	background:url(../images/footer.jpg) repeat-x;
	height:90px;
	color:#b851b5;
}

.f_link{
	font-size:11px;
	color:#b851b5;
	text-decoration:none;
}

.f_link:hover{
	font-size:11px;
	color:#b851b5;
	text-decoration:underline;
}
.f_c_whight{
	color:#fff;
}

















































