body {
	margin: 0;
	padding: 0;
	font: 12px "Times New Roman", Times, serif;
}

div#wrap {
	width: 970px;
	margin: 0 auto;
}

div#content-wrap {
	float: left;
	background:#C9E1C9;
}

div#header {
	background:url(Portfolio_bg/header_bg.jpg) no-repeat;
	height: 146px;
	text-indent: -999px;
}

div#linkbar {
	float: left;
	background: url(Portfolio_bg/linkbar_full_bg.jpg) no-repeat;
	width: 970px;
	height: 34px;
}

ul#menu li {
	float: left;
	margin: 0 40px 0 0;
	line-height: 35px;
	padding: 0px;
}

ul#menu {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0px;
}

ul#menu li a {
	text-decoration: none;
	color: #6a523d;
	font-size: 20px;
	font-weight: bold;
}

div#content {
	width: 850px;
	background:url(Portfolio_bg/content_bg.jpg) no-repeat;
	padding: 60px;
	min-height: 300px;
}

div#textbox {
	width: 700px;
	padding: 20px;
	background:#e6f8e6;
	margin:30px 50px;
}

div#textbox p {
	font: 14px "Times New Roman", Times, serif;
	color: #5a4534;	
}

div#textbox a {
	font: 14px "Times New Roman", Times, serif;
	color: #595959;	
}

a img {
	border: 0;
}

h1 {
	font: 24px "Times New Roman", Times, serif;
	color: #5a4534;
	font-weight: bold;
}

h2 {
	color: #5a4534;
}