#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 25px;
	padding-top: 5px;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
	list-style-position: inside;
	list-style-type: disc;
}
#content a {
	color: #ED337C;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ED337C;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED337C;
	margin: 0px;
	padding: 0px;
}
#home_content {
	background-image: url(/images/home_img.gif);
	background-repeat: no-repeat;
}
#home_content a{
	text-decoration: underline;
}
#home_content a:hover{
	text-decoration: none;
}
#home_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ED337C;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/*  Gallery Styles   */

#cattitle{
color:#000;

}

#gallery_s{
margin-top:10px;

}

#gallery_s a{
border:1px solid #ED337C;
padding:3px;
color:#ED337C;
text-decoration:none;
font-size:10px;
margin:2px;

}

#gallery_s a:hover{
color:#fff;
background-color:#ED337C;

}

#gallery_s a#selected{
color:#fff;
background-color:#ED337C;

}