@charset "utf-8";
@import url("image-slideshow.css");
body {
	background-image: url(../../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.topbg {
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 277px;
}

.titlebg {
	background-image: url(../images/titile_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.mainbg {
	background: transparent url(../../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.mainbgright {
	background-image: url(../images/mainbgright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#rightlink{
width: 150px;
font-family: Arial, Helvetica, sans-serif;
margin-left:20px;
margin-right:20px;
font-size: 12px;
background-color: #9367a7;
color: #333;
text-align:center;
}

* html #rightlink{ /*IE 6 only */
w\idth: 130px; /*Box model bug: 180px minus all left and right paddings for #rightlink */
}

#rightlink ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#rightlink li {
margin: 0;
}

#rightlink li a{
display: block;
padding: 5px 5px 5px 8px;
border-bottom: 1px solid #be9c9d;
color: #fff;
text-decoration: none;
width: 130px;
}

html>body #rightlink li a{ /*Non IE6 width*/
width: auto;
}

#rightlink li a:hover{
	color: #ffd400;
}

#rightlink li.active a 	{
	color: #ffd400;
	font-weight:bold;
}
#rightlink li.bottom a {
border-bottom:0;
}
.rightlink {
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #be9c9d;
color: #fff;
text-decoration: none;
font-size: 12px;
}
.rightlink a{
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
text-decoration: none;
}
.rightlink  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffd400;
	font-size: 12px;
	text-decoration: none;
}

.footerbg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 171px;
}
