/*##################################
  # Designed by Mary Fisher Design #
  #                                #
  # www.maryfisherdesign.com       #
  # (c) 2006 Copyright             #
  ##################################*/


body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a27720;
	line-height: 16px;
}


/* structure */

#wrap {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	border: 1px solid #333333;
}

#content #left {
	width: 161px;
	float: left;
	margin: 20px;
}
#content #right {
	width: 500px;
	float: left;
	margin-top: 20px;
}

#contentPortfolio #left {
	width: 205px;
	float: left;
	margin: 20px;
}
#contentPortfolio #right {
	width: 491px;
	float: left;
}


/* navigation */


#nav {
	width: 100%;
	background-color: #333333;
	
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	height: 22px;
	text-indent: -5555px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#home, #home a {
	width: 103px;
	background: transparent url(../images/bn_home.gif) no-repeat 0 0;
}

#about, #about a {
	width: 330px;
	background: transparent url(../images/bn_about.gif) no-repeat 0 0;
}

#portfolio, #portfolio a {
	width: 151px;
	background: transparent url(../images/bn_portfolio.gif) no-repeat 0 0;
}

#contact, #contact a {
	width: 152px;
	background: transparent url(../images/bn_contact.gif) no-repeat 0 0;
}

#nav li a:link, 
#nav li a:visited, 
#nav li a:hover {
	border-bottom-width: 0;
}

#nav a:hover { background-position: 0 -22px; }

.activebn { background-position: 0 -22px; }

#nav li.active a { background-position: 0 -22px; }




#copyright {
	font-size: 80%;
	color: #999999;
	text-align: center;
}

/* links */

a:link, a:visited, a:active {
	color: #a27720;


}

a:hover {
	text-decoration: none;


}


/* clear */

#clear {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	}

#header, #nav {display: inline-table;}

* html #header, * html #nav {height: 1%;} 

#header, #nav {display: block;}
#mary {
	font-size: 70%;
	color: #666666;
	text-align: center;
}
#mary a {
	color: #666666;

}
.quotesign {
	font-size: 80%;
	text-align: right;
}
