/* CSS Document */

body {

	margin: 20px 0;

	padding: 0;

	background:#480508;

	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;

}



h1, h2, h3, h4 {

	color: #B13413;

}



h2 {

	font-size: 1.6em;

	margin:0;

}



h3 {

	margin: 0;

	font-size: 1em;

}



.contentpaneopen h4 {

      color: #000000;

}



.moduletable_donate h4 {

      text-align: center;

      color: #000000;

      margin-bottom: 3px;

      padding: 0;

}



.moduletable_donate p {

     margin: 0;

     padding: 0;

}



/* Header */



#header {

	width: 850px;

	height: 240px;

	margin: 0 auto;

	background: url(../images/larry-cat-2-web.jpg);

}



/* Content */



#breadcrumbs {

	width: 850px;

	margin: 0 auto;

	height: 35px;

	background-color: #c57125;

	color: fff;

}



#wrap {

	width: 850px;

	margin: 0 auto;

	background-color: #fffffF;

}





#content {

	float: right;

        width: 465px;

	background-color: #FFFFFF;

}



#colRight {

	float: right;

	width: 160px;

	background-color: #FFFFFF;

}





#colLeft {

	float: left;

	width: 215px;

}



#bottom {

	clear: both;

	text-align: center;

}



/*padding*/



.inside {

	padding: 10px;

}	



/*24 ways */



#colRight  a {

    text-decoration: none;

}



#colRight a:hover {

   color: 3px solid #FF0000;

}



/* menu for joomla */



.moduletable_menu {

  padding: 0;

  margin-bottom: 1em;

}



.moduletable_menu h3 {

   background: #fff;

   color: #000;

   padding: 0.25em 0;

   text-align: center;

   font-size: 1.5em;

   margin: 0;

   border-bottom: 1px solid #fff;

}



.moduletable_menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



.moduletable_menu li {

	list-syle: none;

	padding: 0 0 3px 0;

}



.moduletable_menu li a {

	display: block;

	width: 197px;

	height: 35px;

	line-height: 35px;

	text-decoration: none;

	background: url(../images/nav_bar_both.png) no-repeat left bottom;

	text-indent: 15px;

}



.moduletable_menu a:hover {

	background: url(../images/nav_bar_both.png) no-repeat right bottom;

}





/*24 Ways Page*/



.contentpaneopen_difference li {

         list-style:none;

         padding: 0 0 5px 0;

}

.menu {
	width: 200px;
}

.menu ul {
	list-style: none;

	margin: 0;

	padding: 0;
}

.menu ul a {
	display: block;

	width: 197px;

	height: 35px;

	line-height: 35px;

	text-decoration: none;
	background: url(images/nav_bar_both.png) no-repeat left bottom;
	text-indent: 15px;
}

.menu ul a:hover {
	background: url(images/nav_bar_both.png) no-repeat right bottom;
}