/** Forest Willow Styles **/

*{
	margin:0;
	padding:0;
}

body {
	background-color: #36362c;
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align:center;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#bar {
	width: 100%;
	height: 49px;
	/*background-color: #e6d4a7;*/
	background-image: url(../images/bar_bg.png);
	background-repeat: repeat;
	position: absolute;
	top: 381px;
	left: 0;
}

#container {
	position: relative;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 200px;
}

#flourish_1 {
	z-index: 1;
	position: absolute;
	top: 381px;
	right: 628px;
	background-image: url(../images/fl_1.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 167px;
}

#flourish_2 {
	z-index: 1;
	position: absolute;
	top: 381px;
	right: -152px;
	background-image: url(../images/fl_2.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 152px;
}

#portfolio {
	z-index: 2;
	width: 628px;
	height: auto;
	position: absolute;
	top: 15px;
	right: 0px;
	/*background-color: #ffffff;*/
}

#portfolio h2 {
	width: 628px;
	height: 75px;
	background-image: url(../images/port_head_bg.png);
}

#portfolio h2 img {
	padding-top: 20px;
	padding-left: 20px;
}




#head {
	padding-top: 268px;
	width: 350px;
}

#head img {
}

#head h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

#content {
	margin-top: 100px;
	color: #ffffff;
	width: 400px;
}

#content h1 {
	font-size: 18px;
	padding-bottom: 18px;
}

#content p {
	font-size: 14px;
	padding-bottom: 18px;
	line-height: 1.4;
}

#content .contact {
	font-size: 18px;
}

.contact span {
	color: #baac88;
}

#content a:link, #content a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content .contact a:link, #content .contact a:visited {
	color: #baac88;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}





