


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.divider_li {margin-top: 6px; 
margin-bottom: 6px

}

.tr_even {
background-color: #ffffff; 

vertical-align:text-top
}
.tr_odd {
background-color: #F3F3F3;
vertical-align:top;
}

.front-diver {
text-decoration:none; 
font-weight:bold}


/*comments*/
/* comments list */
ul.comments{
	margin:0;
	padding:0;
	list-style:none;
	/*width:485px; */
	overflow:hidden;
}

h3.comments {
font-size: 18px
}

.cite {font-size:16px}

.respond {
font-size: 18px;
}
ul.comments li{
	/*width:474px; */
	overflow:hidden;
	float:left;
	border-bottom:1px solid #464646;
	padding:8px 0 8px 11px;
}
#left ul.comments p{
	margin:9px 0 0 0;
}
#left ul.comments p.info{
	margin:0;
}
/* leave commenet form */
.leave-comment{
	margin:50px 0 0 17px;
}
#left .leave-comment h3{
	border:none;
	margin:0;
	padding:0;
	line-height:normal;
}
.leave-comment fieldset{
	width:100%;
	overflow:hidden;
}
.leave-comment fieldset div{
	float:left;
	width:197px;
}
.leave-comment label{
	display:block;
	line-height:28px;
}
.leave-comment label em{
	color:#ed1c24;
}
.leave-comment fieldset input{
	width:176px;
	height:18px;
	padding:2px 0 0 4px;
	border:1px solid #464646;
}
.leave-comment fieldset textarea{
	padding:2px 0 0 4px;
	border:1px solid #464646;
	width:497px;
	height:153px;
}
.leave-comment .submit{margin:20px 0 0 0;}

.current2 {font-size: 30px;  color:black;}

/*end comments :) */

