#homeleft {
   width:420px;
	 float:left;
}
#homeright {
   width:250px;
	 float:right;
}
ul.niceul {
   list-style:none;
	 margin:0;
	 padding:0;
}
.niceul li {
   background-image:url(../img/bullet1.gif);
	 background-repeat:no-repeat;
	 background-position:center left;
	 font-size:1.15em;
	 padding:0.3em 0 0.3em 17px;
}
.panel {
   padding:1em;
	 background-color:#EEEEEE;
	 border:1px dotted #CCCCCC;
	 font-weight:bold;
	 color:#666666;
	 line-height:1.6em;
}
.marginul {
   margin-left:20px !important;
}
.redpanel {
   padding:10px;
	 font-size:1.2em;
	 color:#fffc00;
	 background-color:#333333;
	 margin-top:3px;
	 clear:both;
	 float:left;
	 width:230px;
}
.redpanel a {
   color:#fffc00;
}

.photos ul {
   list-style:none;
	 margin:0;
	 padding:0;
}
.photos li {
   width:200px;
	 float:left;
	 margin:0 18px 18px 0;
}
.photos li.returnhome a {
   display:block;
	 width:200px;
	 height:150px;
	 background-image:url(../img/returnhome.gif);
}
.photos li.returnhome a span {
   display:none;
}

.photolabel p {
   display:block;
	 margin:0;
	 padding:3px 0;
	 text-align:center;
	 width:100%;
	 float:left;
	 clear:both;
	 background-color:#000000;
	 color:#f7ec20;
	 font-weight:bold;
}


.beforeafter {
   float:left;
	 clear:both;
	 width:100%;
	 display:none;
}