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

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

li {
	list-style-type:none;
}
#container {
	width: 979px;
	height: 800px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image:url(../images/home/stitching.png);
	background-repeat:repeat-y;
	background-position: 200px;	
}
#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;
	background-image: url(../images/home/body-bkgrd.png);
	background-repeat:repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container #left-sidebar {
	left: 156px;
	position: absolute;
	width: 366px;
	top: 148px;
}
#container #right-sidebar {
	left: 522px;
	position: absolute;
	width: 373px;
	top: 148px;
}

#container #photography {
	left: 522px;
	position: absolute;
	width: 366px;
	top: 378px;
}

#container #footer {
	font-size: 10px;
	color: #508da4;
	width: 400px;
	position: absolute;
	top: 755px;
	left: 246px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}

#container #sign {
	left: 654px;
	position: absolute;
	padding-top: 4px;
	width: 241px;
	height:170px;
	top: 629px;
	background-image:url(../images/home/sign.png);
	background-repeat:no-repeat;

}

#container #signCopy {
	color:#827c31;
	font-style: italic;
	text-align: center;
	font-family:"Trebuchet MS";
	font-size: 12px;
}

#container #signCopy a {
	font-family: "Trebuchet MS";
	text-decoration: underline;
	color:#827c31;
}

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

	}
#promo {
	left: 724px;
	position: absolute;
	width: 252px;
	height: 252px;
	top: -6px;
}
