*{
	margin: 0;
	padding: 0;
}

body{
	background: #b8a688;
	font:12px Trebuchet MS;
	
	color: #3b3b3b;
}

a{
	color: #3b3b3b;
	text-decoration: underline;
}


#wrap{
	margin: 0 auto;
	width:995px;
}

#wrap .logo{
	background: transparent url('../img/logo.gif') no-repeat;
	width: 246px;
	height: 48px;
	margin-top:20px;
	margin-left:70px;
	float: left;
}

#wrap .links{
	padding-top:30px;
	margin-right:70px;
}

#wrap .links a{
padding: 5px;
color: #3b3b3b;
float:right;
font: 11px Verdana;
text-decoration: none;
margin-left: 5px;
}

#wrap .links .active{
display: block;
background: #3b3b3b;
padding: 5px;
color: #FFF;
float:right;
font: 11px Verdana;
text-decoration: none;
margin-left: 5px;
}

#wrap .top{
	background: transparent url('../img/top.gif') no-repeat;
	width: 995px;
	height: 43px;
}

#wrap .bg{
	background: transparent url('../img/bg.gif') repeat-y;
	width: 995px;
}

#wrap .content{
	padding:5px;
	margin-left:86px;
	width: 560px;
	float: left;
}

#wrap .sidebar{
	float:left;
	width: 210px;
	margin-left:30px;
}

#wrap .footer{
	background: transparent url('../img/footer.gif') no-repeat;
	width: 995px;
	height: 43px;
}

.entry{
	width: 570px;
	margin-bottom:20px;
}

.avatar{
	background: transparent url('../img/avatar_bg.gif') no-repeat;
	height: 281px;
	width: 281px;
	text-align: center;
	float:left;
}

.avatarimg{
	padding-top: 14px;
	border: 0px; 
}

.text{
	width: 265px;
	float: left;
}

.desc{
	height: 150px;
}

.savetut{
	background: #ffffff;
	border:1px solid #c9c9c9;
	padding:4px;
	text-align: center;
	color: #3b3b3b;
	text-decoration: none;
}

.savetut a{
	text-decoration: none;
	color: #3b3b3b;
}

ul{
	margin-bottom:15px;
}

li{
	list-style: none;
	margin-bottom:5px;
}

li a{
	text-decoration: none;
}

.entry .full{
	margin-left:12px;
	margin-top:15px;
}

.full img{
	margin-top:10px;
	margin-bottom:10px;
}

.textinput{
	background: #FFFFFF;
	border: 1px solid #c9c9c9;
	padding:4px;
	font: 11px Arial;
	margin:3px;
	margin-left: 0;
	color: #3b3b3b;
}

.submit{
	background: #FFFFFF;
	border: 1px solid #c9c9c9;
	padding:3px;
	font: 11px Arial;
	margin:3px;
	margin-left: 0;
	color: #3b3b3b;
}

.copyright{
	text-align:center;
	font-size: 10px;
}

#comments div.comment {
        margin-bottom: 1em;
        border: 1px solid #ebebe9;
        padding: 5px;
        word-wrap: break-word;
        margin-top: 5px;
        margin-bottom: 5px;
}
#comments .comment p {
        margin: 0;
        font-size: 11px;
}
#comments .comment p.cfooter {
        font-weight: bold;
        border-top: 1px solid #ebebe9;
        margin-top: 5px;
        padding-top: 5px;
}