* {
margin:0;
padding:0;
}


body{
	font-family:"Trebuchet MS", "MS Gothic", Helvetica, sans-serif;
	font-size: 14px;
	
	
}
img{
	border:0px;
}

a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

#wrapper {
margin:0 auto;
position:relative;
text-align:left;
width:860px;
z-index:1;
}

#logo{
	margin-top:10px;
	float:left;
	background: #ffffff url(../images/top_logo.jpg) no-repeat;
	width:145px;
	height:144px;
}
#logo a {
	width:145px;
	height:144px;
	display:block;
	text-indent:-9999px;
}
#left{
	width:145px;
	float:left;
}
#nav{
	width:145px;
	height:290px;
	background: #ffffff url(../images/nav_bg.jpg) no-repeat top left;
	clear:both;
	float:left;
	padding-top:12px;
	line-height:2;
	
}

#nav ul{
	list-style:none;
	text-align:right;
}
#nav ul li{
	margin: 13.5px 0;
}

#thumbs{
	float:left;
	margin-left:5px;
	width:145px;
	
}
#thumbs ul{
	list-style:none;
	text-align:left;
}
#thumbs li{
	display:inline;
	float:left;
	margin:0 7px 3.5px 0;
	padding:1px;
}
#thumbs li:hover, #thumbs li.on{
background:#000;
}
li.on{
background:#000;
}

#thumbs p{
	font-size:11px;
	background:#fff;
	padding:0 5px 0 0;
	text-align:left;
	width:130px;
	padding-bottom:10px;

}

#container{
	float:left;
	width:650px;
	height:100%;
	margin-top:10px;
	margin-left:60px;
	padding-bottom:130px;
}

#title{
	height:130px;
	width:650px;
	font-size:15px;
	position:relative;
}
#text{
	position:absolute;
	bottom:0;
}

#bigpic{
	
}

.post{
	background:#fff;
	padding:20px;
}

.title{
	font-size:16px;
	font-weight:bold;

}
.date{
	font-size:11px;
	
}

.post p{
	margin-top:10px;
}
.pic_title{
	font-size:14px;
	margin-bottom:28px;
}

#thumbs li img{
	width:63px;
}

a.selected{
	text-decoration:underline;
}