@charset "utf-8";
body
{
		margin: 0px;
		padding: 0px;
		background: #fff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 95%;
		background-color: #F2EBE1;
}

#wrapper
{
		margin: 0px auto;
		padding: 0px;
		width: 960px;
		text-align: left;
		border: 2px solid #4D2D3A;
		background: #4E2E3B;
}

#header
{
		background: url(../Images/header.jpg) no-repeat 0px 0px;
		position: relative;
		height: 150px;
		width: 960px;
}

#header h1 {
		color: #F2EBE1;
		margin-left: -5000px;
		position: absolute;
}

#navbar
{
		position: absolute;
		right: 0em;
		bottom: -11px;
		width: 585px;
}

#navbar #navlist
{
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 0.9em;
		font-variant: small-caps;
		text-transform: none;
		padding: 0.2em;
		border-bottom: 1px solid #2E271D;
}

#navbar #navlist li
{
		list-style: none;
		display: inline;
		margin: 0px;
}

#navlist li a
{
		padding: 3px 0.5em;
		margin-left: 3px;
		border: 1px solid #778;
		border-bottom: none;
		background: #67645D;
		text-decoration: none;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.1em;
		color: #DECDB1;
}

#navlist li a:link { color: #E3D6C5; }

#navlist li a:hover
{
		color: #000;
		background: #A39789;
		border-color: #227;
}

#navlist li a#current {
		background: #C90;
		color: #E3C595;
}
#navlist #active { color: #E3D6B6; }


#content
{
		background: url(../Images/homepage_image.jpg) no-repeat right top;
		height: 500px;
		width: 44.5em;
		border-right: 1px solid #4B2E32;
		float: left;
}

#content h1 { }

#portfolio
{
		background: #C93 url(../Images/portfolio_background.jpg) no-repeat;
		float: right;
		height: 500px;
		width: 18.4em;
		border-right: 1px solid #4D2D3A;
		border-left-width: 2px;
		border-left-color: #4D2D3A;
		position: relative;
}

#portfolio h1
{
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		text-align: center;
		letter-spacing: .2em;
		color: #38673B;
}
#portfolio #menu {
		width: 8.5em;
		position: absolute;
		right: 0px;
}
#portfolio #menu a{
		text-decoration: none;
		display: block;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.4em;
		width: 6em;
		height: 2em;
		color: #38673B;
		text-align: center;
}
#portfolio #menu a:hover { color: #C90; }

#portfolio #image {
		height: 75px;
		width: 100px;
		margin-left: 1em;
		border: 1px solid #333;
}

#portfolio  h3  {
		font-family: Tahoma, Geneva, sans-serif;
		font-style: normal;
		font-size: 1.7em;
		text-align: center;
		font-weight: normal;
		color: #060;
		margin: 0 auto;
		line-height: 2;
}


#portfolio  h4  {
		font-family: Tahoma, Geneva, sans-serif;
		font-style: normal;
		bottom: 0.4em;
		font-size: 1.2em;




		right: 0
..4em;
		font-weight: normal;
		line-height: 1.5em;
		color: #482A34;
		text-align: center;
		margin: 0 auto;
		padding: 0 .5em;
}

#portfolio #byline {
		position: absolute;
		bottom: -2.5em;
}

#footer
{
		background: #67645d;
		clear: both;
		height: 3.6em;
}

#footer p {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 0.8em;
		text-align: center;
		color: #D9CFC3;
		line-height: 1.5em;
		padding-top: 1em;
}
