* {
	outline: none;
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
	overflow-x: auto;
	background-color: #339900;	
	background-image: url('../img/bg-mandala.jpg');
	background-position: top left;	
	background-repeat: repeat;
}

body {
	font-family: Georgia, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #339900;	
	background-image: url('../img/bg-mandala.jpg');
	background-position: top left;	
	background-repeat: repeat;
	color: #000;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

p, .p {
	padding: 5px 0;
}

img, a img {
	border: none;
}

h1 {
	padding-bottom: 5px;
	line-height: 38px;
	color: #990099;
	font-size: 24px;
	text-align: center;
}

h2 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
	text-align: center;
}

hr, .hr {
	clear: both;
	height: 0;
	width: 100%;
	border-top: 1px solid black;
	margin: 20px 0;
	overflow: hidden;
}

.hr-dashed {
	clear: both;
	height: 0;
	width: 100%;
	border-top: 1px dashed black;
	margin: 20px 0;
	overflow: hidden;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 958px;
	xborder: 1px solid #339900;	
	margin-bottom: 50px;	
}

#header {
	height: 100px;
	line-height: 100px;
	background: #33CC00 url('../img/header.jpg') top left no-repeat;	
	xborder: 1px solid black;
	xdisplay: none;
}

#header_text {
	display: none;
}

#mainnav {
	height: 30px;
	color: #ffffff;	
	xbackground: #33CC00 url('../img/header.jpg') top left no-repeat; 
	background-color: #F90;
	border-top: 7px solid #600360;
	border-bottom: 7px solid #600360;	
}

#mainnav ul {
	list-style: none;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	line-height: 30px;	
	font-size: 12px;
	color: #990099;
	text-decoration: none;
	xfont-weight: bold;
	xbackground-color: #FC0;	
	padding: 0 10px;
	xtext-transform: uppercase;
}

#mainnav ul li a:hover, x#mainnav ul li a.active {
	background-color: #FC0;
}

#main {
	min-height: 500px;
	_height: 500px;
	background-color: #FC0;
	padding: 15px 9px 50px 9px;
	xborder: 1px solid black;
}

#picturecats {
	float: left;
	width: 221px;
	padding-bottom: 30px;
	padding-right: 10px;
	color: #cccccc;
}

#picturecats h1 {
	color: #990099;
	text-align: center;
	font-weight: normal;
}

#picturecats h1 a {
	padding-top: 8px;
	text-decoration: none;
	line-height: 30px;
	color: #990099;
	font-size: 20px;
	display: block;
}

#picturecats h2 {
	text-align: center;
	clear: both;
	font-size: 16px;
	line-height: 22px;
	border: 3px double #33CC00;
	background-color: #d0f0c0;
	font-weight: bold;
}

#picturecats h2 a {
	text-decoration: none;
	color: #990099;
	display: block;
}

#picturecats ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-top: -5px;
	margin-bottom: 20px;
	border-left: 3px double #33CC00;
	border-right: 3px double #33CC00;
	border-bottom: 3px double #33CC00;
	background-color: #dfffcf;
	padding: 5px;
}

#picturecats ul li {
	width: 100%;
}

#picturecats ul li a {
	clear: both;
	line-height: 25px;
	color: #990099;
	text-decoration: none;
	display: block;
	width: 98%;
	padding-left: 2%;
	cursor: pointer;
	font-size: 11px;
}

#picturecats ul li a span, #picturecats ul li a img {
	display: block;
	float: left;
	margin-right: 5px;
}

#picturecats ul li a:hover, #picturecats ul li a.active {
	color: #000000;
}

#picturecats ul ul {
	margin: 0;
	border: none;
	clear: both;
}

#picturecats ul ul li a {
	width: 95%;
	line-height: 15px;
	padding: 2px 0 2px 5%;
	font-size: 11px;
}

#maincontent {
	float: left;
	width: 705px;
	xpadding-left: 10px;
}

#maincontent table {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#maincontent table tr td img {
	border: 1px solid #990099;
}

.thumbnail {
	display: block;
	float: left;
	margin: 3px;
	position: relative; /* important */
}
		
.thumbnail span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 144px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 3px;

   /*
	   if you put
	   top: 0; -> the box with text will be shown at the top of the image
	   if you put
	   bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

