/* CSS Document */



body{

	margin:0 auto;

	padding:0px;

}



#footer{

	background-image:url(../images/bottom_bg.gif);

	background-repeat:repeat-x;

}



.arial{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#838383;

	line-height:18px;

}



#readmore{

	background-image:url(../images/btn_read.gif);

	height:30px;

	width:77px;

	border:0px;

}



.btm_bg{

	background-image:url(../images/bg_con.gif);

	width:516px;

	border:0px;

}



#view{

	background-image:url(../images/btn_view.gif);

	height:25px;

	width:75px;

	border:0px;

}



#content{

	background-image:url(../images/content_bg.gif);

	width:908px;

	background-repeat:repeat-y;

	background-color:#FFD5FF;

}



#footer{

	color:#cb70cb;

	font-size:11px;

	font-family:Arial, Helvetica, sans-serif;

	margin-left:40px;

	margin-top:20px;

}



#con{

	background-image:url(../images/con_bg.gif);

	width:516px;

	background-repeat:repeat-y;

	border:0px;

}

#leftbg{

	background-image:url(../images/left.gif);

	background-repeat:no-repeat;

	background-position:top left;

	height:648px;

	width:346px;

}

#rightbg{

	background-image:url(../images/right.gif);

	background-repeat:no-repeat;

	background-position:bottom right;

	width:346px;

}

#bottomright{

	background-image:url(../images/bottom_rigth.gif);

	background-position:bottom right;

	background-repeat:no-repeat;

	width:676px;

	height:172px;

}

#bgheader{	

	background-image:url(../images/topleft.gif);

	height:648px;

	background-repeat:no-repeat;

	background-position:top left;

}

#footerbg{

	height:250px;

	background-position:bottom right;

	background-repeat:no-repeat;

	background-color:#FFD6FF;

}



#footertxt{

	font-family:Arial, Helvetica, sans-serif;

	color:#cb70cb;

	font-size:11px;

}

#footerlink{

	font-family:Arial, Helvetica, sans-serif;

	color:#cb70cb;

	font-size:12px;

}

a:link {color: #cb70cb; text-decoration:none;}     /* unvisited link */

a:visited {color: #cb70cb; text-decoration:none;}  /* visited link */

a:hover {color: #cb70cb; text-decoration:underline;}   /* mouse over link */

a:active {color: #cb70cb; text-decoration:none;}   /* selected link */

#gal {
list-style:none;
overflow:hidden
}
#gal ul {
list-style:none;
float:left;
}
#gal li {
margin:2px;
list-style:none;
float:left;
}
#gal li a {
margin:2px;
padding:2px;
display:block;
background:#E1D98B
}
#gal li img {
width:75px;
height:50px;
border:0;
}
#gal li a:hover {
background:#fff
}