/******** ERIC MEYER RESET *******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/****** BEGIN CSS *******/

body {
	background: #e9e4e3 url(images/header_bg.jpg) no-repeat top left;
	text-align:left;
	font-family: Georgia, serif;
}

h2 {
	color: #6c0a35;
	font-size: 16px;
	font-family: "Arial","Helvetica",sans-serif;
	padding: 5px;
}

#content {
	width: 660px;
	position: absolute;
	top: 260px;
	left: 80px;
}
		
		#content #portfolio {
			position: absolute;
			left: 130px;
			width: 540px;
			_margin-top: -112px;
		}
		
		#content #portfolio img {
			margin: 5px;
			border: 2px solid #6c0a35;
		}
		
		#content ul#portfolio_menu {
			position: fixed;
			left: 85px;
			margin-top: 4px;
			width: 94px;
			padding: 10px;
			background: #dcddd9;
			border: dashed 1px #d298b1;
		}
		
		#content ul#portfolio_menu h2 {
			padding-left: 0px;
			padding-top: 0px;
		}

		#content ul#portfolio_menu li a{
			color: #896575;
			text-decoration: none;
			line-height: 21px;
			font-size: 14px;
			font-style: italic;
		}
		
		#content ul#portfolio_menu li a:hover {
			color: #3c0a20;
		}
		
		#content ul#portfolio_menu li a.active{
			color: #be9a7e;
			font-weight: bold;
		}
		
#facebox .image img {
	height: 460px;
}

#sidebar {
	width: 240px;
	background: #e5dad0;
	position: absolute;
	left: 760px;
	top: 0;
	-moz-box-shadow: 3px 2px 5px #999;
	-webkit-box-shadow: 3px 2px 5px #999;
	box-shadow: 3px 2px 5px #999;
	opacity: .7;
	filter: alpha(opacity=70);
	text-align: right;
}
		
		#sidebar p {
			padding: 5px;
			font-size: 12px;
			line-height: 18px;
			font-family: Georgia, serif;
			font-style: italic;
			margin-bottom: 18px;
		}
		
		#sidebar a {
			text-decoration: none;
			color: #5b243d;
		}
		
		#sidebar a:hover {
			color: #3c0a20;
			text-decoration: underline;
		}
		
		#wrapper #sidebar #footer p {
			margin-top: 20px;
			text-align: center;
			font-size: 9px;
			font-style: normal;
			color: #896575;
			position: relative;
			width: 75%;
			line-height: 12px;
			margin: 0 auto;
		}

#wrapper {
	position: relative;
}

#wrapper h1 {
	display: block;
	width: 281px;
	height: 149px;
	text-indent: -9999px;
	position: absolute;
	left: 177px;
	background: url(images/logo.jpg) no-repeat 0 0;
}