/* ------------- sidebar */
#sidebar {
	position : relative;
	width : 204px;
	float:right;
	margin: 37px 20px 10px 0px;
}

/* ------------- categories */
#categories {
	position : relative;
	width : 204px;
	min-height : 32px;
	margin-top:3px;
	background : url(../images/siteimages/categories_bkg.png) no-repeat;
}
#categoriesnav {
	position : relative;
	float:right;
	margin-top: 35px;
	width:204px;
	text-align:right;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #8b5e3c;
}
#categoriesnav a:link { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
#categoriesnav a:visited { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
#categoriesnav a:hover { 
	color : #3c2415;
	font-weight: bold;
	text-decoration : none;
}
/* ------------- main */
#main {
	position : relative;
	width : 675px;
	margin: 0px 0px 10px 20px;
	float:left;
}

/* ------------- sample */
.sample {
	position : relative;
	width : 675px;
	text-align:right;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #8b5e3c;
	margin: 4px 0px 30px 0px;
}
.sample a:link { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
.sample a:visited { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
.sample a:hover { 
	color : #3c2415;
	font-weight: bold;
	text-decoration : none;
}
.sample .image {
	border: 1px solid #3c2415;
	margin-bottom:5px;
}
