/*##################################
  # Designed by Mary Fisher Design #
  #                                #
  # www.maryfisherdesign.com       #
  # (c) 2008 Copyright             #
  ##################################*/

/* LAYOUT */


body 
{
	line-height: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #544c4c;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #D4DDE5;
}

#wrap {
	width: 1024px;
}
#header {
	height: 150px;
	width: 1300px;
	background-color: #C2CFDA;
}
#logo {
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left p {
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 3px;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}



#right {
	width: 575px;
	margin-left: 200px;
	padding: 25px;
}
#sidebar {
	position:absolute;
	left:827px;
	top:152px;
	width:200px;
	height:476px;
	z-index:1;
}



#sidebar p {
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 3px;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}



#album    img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 180px;
	width: 180px;
}
#album {
}
#albumpic {
	float: left;
	margin-right: 10px;
	width: 175px;
}
#albumpic img {
	height: 175px;
	width: 175px;
}

.smallercopy {
	font-size: 85%!important;
	line-height: 16px;
}
/* HEADERS */
h1 {
	font-size: 120%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;

}

h2 {
	font-weight: normal;
	margin-bottom: 10px;
	color: #5F482C;
	
}


h3 {
	font-size: 110%;
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;

}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#picright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 4px solid #604425;
	margin-top: 0px;
}




#footer {
	height: 75px;
	width: 100%;
	background-image: url(../images/addressbg.gif);
	background-repeat: repeat-y;
	background-color: #C2CFDA;
	padding-top: 10px;
	line-height: 18px;
	
}



#footer #address {
	width: 625px;
	margin-left: 200px;
	text-align: center;
}
#footer #address a {
}
p {
	margin-bottom: 10px;
}



h4 {
	
}

h5 {
	
}

h6 {
	
}








/* LINKS */

a {
	margin: 0px;
	padding: 0px;
	color: #544c4c;
	text-decoration: underline;
}



a:hover
{
	text-decoration: none;
	
}




/* NAV */
#nav { line-height: 1; z-index: 9998; }

#nav a {
	background: url(../images/nav.gif) no-repeat 0 0;
	display: block;
	height: 150px;
	text-indent: -999em;
	overflow: hidden;
}


#nav li { float: left; position: relative; }
* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
	
	/*--- Default ---*/
	#home a { background-position: 0 -150px; width: 214px; }
	#portfolio a { background-position: 0 0; width: 214px; }

	/*--- Hovering ---
	#home a:hover { background-position: -214px -150px; width: 214px; }
	#portfolio a:hover { background-position: -214px 0px; width: 214px; }*/
	

	/*--- Active state with body tag / doesn't work with dropmenu ---*/	
	body#home #home a { background-position: 0 -110px; width: 123px;  }
	body#portfolio #portfolio a { background-position: -123px -110px; width: 207px; }
	
