body {
  background-color: #000000; /* backgroundcolor */
 font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
text-align: center;
	color: #ffffff; /* fontcolor_default */
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}
a {
	color: #cccccc;
	text-decoration: none;
	font-size: 14px;
}	  
h1 {
	color:#ffffff;
	font-size: 16px;
}
h2 {
	color: #ffffff;
	font-size: 14px;
}
h3 {
	color: #ffffff;
	font-size: 10px;
}
img, img[usemap] {
	border: 0;
}
#post img { 
		padding: 20px; 
		 /* border-top: 1px solid #ddd; 
		border-left: 1px solid #ddd; 
		border-bottom: 1px solid #c0c0c0; 
		border-right: 1px solid #c0c0c0; 
		display:block; */ 
		margin-left:auto; 
		margin-right:auto; 
} 
#post p {
text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff; /* fontcolor_default */
	}	
#footer {
  width: 100%;
  height: 140px;
  }
#footer p {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff; /* fontcolor_default */
	}	
/* ----------------------------------------------Showcase-------------------------------------*/
#showcase{
	width:400px;
	margin-left:auto; 
	margin-right:auto; 
text-align: center;
	}
#showcase ul.templategallery{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#showcase ul.templategallery li{
	position:relative;
	float:left;
	display:inline;
	width:188px;
	height:208px;
	margin:0 5px 20px 5px;
	padding:0;
	}
#showcase ul.templategallery li.last{
	margin-right:0;
	}
#showcase a:link, #showcase a:visited {
	color:#cccccc;
	text-decoration:none;
	font-style:normal;
	}
#showcase a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-style:normal;
	}
#showcase ul.templategallery span.screen a{
	position:absolute;
	top:41px;
	left:7px;
	width:180px;
	height:134px;
	background:top left no-repeat;
	}
#showcase ul.templategallery span.screen img{
	border:1px solid #000000;
	width:180px;
	height:134px;
	}
#showcase ul.templategallery span.posted{
	position:absolute;
	top:180px;
	width: 180px;
	left:7px;
	font-size:14px;
	color:#cccccc;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	}
#content #showcase ul.templategallery span.posted strong{
	color:#FFD085;
	/*font-weight:normal;*/
	}	
/* wrapper to align center of page */
#wrapper {
text-align: center;
/*we need to tell the browser the size of the wrapper div*/
width:600px;
height:400px;
/*aligns the page to the center horizontal (x)*/
margin-left:auto;
margin-right:auto;
/*aligns the page to the center vertical (y)*/
position: absolute;
left: 50%;
/*resets the offset (should be half the width and height*/
margin-top:0px;
margin-left:-300px;
/*allows us to see wrapper*/
}
