@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../images/photography/background-1.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#bab1aa;
}

li {
	list-style-type:none;
}
#container {
	width: 979px;
	height: 100%;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container #header {
	padding: 0px;
	height: 180px;
	width: 979px;
}
#container #content {
	width: 373px;
	margin-left: 522px;
	top: 380px;
}
#container #copy {
	font-size: 13px;
	line-height: 22px;
	color: #552d0e;
	width: 400px;
	position: absolute;
	top: 629px;
	left: 245px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container #left-sidebar {
	left: 112px;
	position: absolute;
	width: 207px;
	height: 527px;
	top: 202px;
	background-image: url(../images/photography/sign-photography.png);
	background-repeat: no-repeat;
}
#container #right-sidebar {
	left: 359px;
	position: absolute;
	width: 553px;
	top: 202px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;	
}

#container #right-sidebar a {
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #552d0e;
	text-decoration: underline;
}


#container #footer {
	font-size: 10px;
	color: #f3efde;
	width: 207px;
	position: absolute;
	top: 700px;
	left: 112px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
}

ul#follow{
	list-style: none;
	width: 100px;
	left: 135px;
	position: absolute;
	top: 553px;
	
	}
	ul#follow li {
		display: inline;
		float: left;
	}

	
ul#thumbs{
	list-style: none;
	width: 553px;
	left: 0px;
	position: static;
	top: 390px;
	height:83px;
	}
	ul#thumbs li {
	display: inline;
	float: left;
	padding-bottom: 5px;
	clear: right;
	}

.top{
	color:#552d0e;
	font-size:12px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-align: right;
	line-height: 18px;
	font-weight: bold;

}

.top a {
	color:#552d0e;
	text-decoration: none;	
}
