/*
 * Modify the main page content
 */
#pageContent {
/*	margin-left: 25px;*/
/*	clear: both;*/
/*	width: 790px;*/
	/*float: left;*/
	/*background: #333333;*/
}

/*
 *
 */
.special_offer {
	color: #F3C;
	font-weight: bold;
}
.indentedP {
	margin-top: 5px;
	margin-left: 2em;
}

#pageContent li {
	margin-top: 5px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #F0F;
}


#js_gallery {
	position: relative;
	margin:0;
	padding:0;
	height:300px;
	width:300px;
}
#js_gallery li {
	display: block;
	
}
#my_gallery {
	text-align: center;
}

