@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #bb8984;
}

body {
	background: #625556;
	font-family: "Times New Roman", Times, serif;
}

#page-wrap {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	top: auto;
	background-position: center top;
	height: 1158;
}

	#container {
		width: 900px;
		height: 1158px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		text-align: center;
	}
	
		#header {
		}
	
			#header h1 {
				display: block;
				width: 734px;
				height: 119px;
				color: #6b5c4e;
				background-image: url(../images/title.jpg);
				background-repeat: no-repeat;
				text-indent: -9999px;
				margin-left: 83px;
				margin-right: 83px;
			}

			#header h2 {
				display: block;
				width: 734px;
				height: 46px;
				color: #6b5c4e;
				background-image: url(../images/subtitle.jpg);
				background-repeat: no-repeat;
				text-indent: -9999px;
				margin-left: 83px;
				margin-right: 83px;
			}
	
		#portfolio {
			position: relative;
			top: 109px; 
			height: 724px;
			width: 900px;
		}	

			#portfolio h2{
				display: block;
				height: 31px;
				width: 317px;
				color: #6b5c4e;
				background-image: url(../images/portfolio_text.jpg);
				margin-left: 15px;
				margin-right: 83px;
				text-indent: -9999px;
			}
	
			#portfolio ul {
				list-style: none;
			}
		
				#portfolio ul li {
					list-style: none;
					height: 216px;
					width: 435px;
					color: #6b5c4e;
					float: left;
					padding-left: 15px;
					padding-bottom: 15px;
				}

		#footer {
	display: block;
	position: relative;
	top: 130px;
	clear: both;
		}

			#footer_left {
				float: left;
				padding-right: 97px;
				padding-left: 161px;
				height: 93px;
			}
	
			#footer_right {
				float: left;
				padding-left: 181px;
				padding-right: 90px;
				height: 93px;
			}

			#copyright {
	clear: both;
			}
			
				#copyright h2{
				display: block;
				clear: both;
				width: 180px;
				height: 45px;
				color: #6b5c4e;
				background-image: url(../images/copyright.jpg);
				background-repeat: no-repeat;
				text-indent: -9999px;
				margin-left: 705px;
				margin-right: 15px
				

