*{
	margin: 0;
	padding: 0;
	border:0;
	list-style-type: none;
	outline: none;
}

body{
	font-family: arial, sans-serif;
	font-size:11px;
	background: #fff;
	text-align: left;
	
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* GALLERY HOME 
====================================================== */
#photoGallery{
	width:245px;
	height:362px;
	position:relative;
	overflow:hidden;
}
#photoGallery div{
	position: relative;
}

#photoGallery div.textGallery{
	position: absolute;
	top:8px;
	left:-3px;/*alignment of both txts*/
	color:#FFFFFF;
	width:248px;
	overflow:hidden;
	height:234px;
}
div.textGallery h1{
	background:#fff;/*color of MAIN title*/
	color: #4D9D00;
	font-weight:bold;
	font-family:vadana, Arial, Helvetica, sans-serif;
	font-size:13px;
	display: block;
	padding: 8px 5px 10px 10px;
	overflow:hidden;
}
div.textGallery div{
margin-top:-1px; /*small text*/
overflow:hidden;
}
div.textGallery p{
	color: #FFFFFF;
	font-size:11px;
	background: #51A602;/*small text bg*/
	padding:5px 0px 13px 10px;
}
