body { 
	font-size: 11px; 
	font-family: arial,sans-serif; 
	padding: 0px; margin: 0px; 
	background:#ffffff;
	color:#333333;
}

body img{
	border:none;
}

#container{
	width:1000px;
	height: 600px;
	margin: 0 auto;
	background:#FFFFFF;
}


	
#content{
	width:inherit;
	position:relative;
}
	

#footer{
	width:1000px;
	margin: 0 auto;
	color:#666666;
	text-align:right;
	line-height:1.6em;
}

h2{
	font-size: 14px;
	font-family: helvetica,arial,sans-serif;
	color:#333333;

}

.recent{
	padding:3px;
}

#recent_box{
	width:303px;
	position:absolute;
	right: 70px;
	top:50px;
}

#featured{
	width:450px;
	position:absolute;
	left: 70px;
	top:50px;
}

p{
	line-height:1.6 em;
}

#thumbnails{
	position:absolute;
	bottom: 0px;
	width:inherit;
}

#breadcrumb{
	position:absolute;
	left: 40px;
	top: 14px;
	width: 250px;
}

.breadcrumb_current{
	color:#BDA379;
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:active {
color: #333333;
}

.thumb {
	 cursor: pointer; 
	 border: solid 2px #ffffff; 
	}
.thumb:hover { border: solid 2px #eeeeee; }


#photo{
	width:450px;
	height: 450px;
	position:absolute;
	left: 40px;
	top:40px;
}


.recent{
	padding:2px;
}

#right{
	width:309px;
	height: 450px ;
	position:absolute;
	right: 60px;
	top:40px;
}

#about{
	width:400px;
	position:absolute;
	right: 70px;
	top:50px;
}

#about_image{
	width:400px;
	position:absolute;
	left: 70px;
	top:50px;
}

