body{
	margin: 0;
	font-family: Georgia, serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

a:link, a:visited{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration: none;
}

/*  
typography

*/


h1 {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#777777;
}

h2 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#777777;
}

h3 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#777777;
}

h3 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#777777;
}

hr {
	text-align:left;
	width:100%;
	height:1px;
	border:0;
	margin-top:10;
	margin-bottom:4px;
	background:#ff00cc;
}

ul {
	
	list-style:none;
}

li {
	font-weight:bold;
	margin-bottom:4px;
	font-size:11px;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
}

#box{
	float: left;
	width: 500px;
}

.imgtfe {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 12px;
	margin-left: 0px;
}


.sidebar{
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	display: inline;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}