@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#27190d;
	background-image:url(i/background.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#422914;
	}
	
#wrapper {
	width:1000px;
	margin:auto;
	background-color:#ddc080;
	position:relative;
	}
	
#header {
	background-image:url(i/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:243px;
	}
	
#main {
	background-image:url(i/wrapper_background.jpg);
	background-repeat:repeat-y;
	padding-left:45px;
	padding-bottom:25px;
	}
	
.thumb {
	width:179px;
	height:108px;
	background-color:#e5e3db;
	margin: 0px 5px 14px 14px;
	float:left;
	display:inline;
	border: 2px solid #cba85e;
	}
	
	
.thumb_container {
	width:620px;
	padding-top:5px;
	}
	
.labels {
	float:left;
	margin-bottom:15px;
	margin-top:10px;
	}
	
.property {
	float:left;
	color:#584c42;
	font-size:12px;
	padding-top:28px;
	padding-left:10px;
	}
	
	
#tape {
	position:absolute;
	left:674px;
	top:740px;
	z-index:100;
	}
	
	
#sidebar {
	background-color:#e5e3db;
	background-image:url(i/sidebar.jpg);
	background-repeat:no-repeat;
	width:295px;
	height:274px;
	position:absolute;
	left:671px;
	top:188px;
	font-size:13px;
	}
	
#sidebar p {
	margin:0px;
	width:205px;
	line-height:19px;
	padding-left:45px;
	padding-top:95px;
	color:#584c42;
	}
	
#sidebar a {
	color:#584c42;
	text-decoration:none;
	}
	
#sidebar a:hover , #sidebar_background a:hover {
	text-decoration:underline;
	}
	
#sidebar_background {
	background-color:#e5e3db;
	background-image:url(i/sidebar_background.jpg);
	background-repeat:repeat-y;
	width:262px;
	position:absolute;
	padding-top:5px;
	left:686px;
	top:461px;
	}
	
 #sidebar_content {
 	padding-left:30px;
	padding-top:4px;
	}
	
#sidebar_background a {
	color:#584c42;
	text-decoration:none;
	}
	
	
#sidebar_background p {
	margin:0px;
	width:205px;
	line-height:19px;
	padding-top:5px;
	padding-bottom:15px;
	font-size:13px;
	color:#584c42;
	}
	
#flickr{
	float:left;
	}
	
#linkedin, #facebook{
	float:left;
	margin-left:6px;
	}
	
#footer {
	background-image:url(i/footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:100px;
	}
	
#xhtml {
	float:left;
	padding-left:264px;
	padding-top:58px;
	}
	
#css {
	float:left;
	padding-left:8px;
	padding-top:58px;
	}
	
	
	

	