@import url(shared.css);

#footer {
	border-top: 0;
}
#header { 
margin-bottom:2px;
}

#content ul {
/*	margin-left: -5px;*/
	margin-left: 0px;
	background: url(../imgs/homeBg.gif) repeat-y;
	height: 338px;
}
/*#content li {
	position: relative;
	left: 63px;
	float: left;
	margin-right: 40px;
	width: 170px;
	height: 50px; 
    padding: 275px 26px 0 26px; 
	color: #000;
	font-weight: bold;
	overflow: hidden;
}*/
#content li {
	position: relative;
	left: 0px;
	float: left;
	margin-right: 40px;
	width: 200px;
	height: 50px; 
    padding: 275px 26px 0 26px; 
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
#content li img {
	border: 1px solid #333;
	margin-bottom: 10px;
	    position: absolute; 
    bottom: 40px; 
}

#content p {
	clear: both;
	font-size: 1.2em;
	margin-left: 170px;
	margin-right: 170px;
	font-weight: bold;
}
#content p.special1 {
	font-size: 1em;
	margin:0;
	margin-bottom:3px;
	padding:0 10px;
	background-color:#E77C43;
}

