﻿/* Standard elements and site defaults */
* {margin:0; padding:0;}

body
	{
	padding: 0;
	margin: 0;
	background: #fcfcfc;
	font-family: Times New Roman, Georgia, serif;
	font-size: 12pt;
	color: #333;
	}

a:link, a:visited
	{
	color: #6b5f4a;
	text-decoration: none;
	}
	
a:active, a:hover
	{
	color: #808080;
	text-decoration: underline;
	} 
	
p	
	{
	margin: 10px 5px;
	}
	
h2
	{
	font-size: 1.3em;
	color: #6b5f4a;
	text-align: center;
	padding: 5px;
	}

h3
	{
	font-size: 1.1em;
	color: #6b5f4a;
	text-align: left;
	padding: 15px 5px 5px 45px;
	}
	
ul
	{
	margin-left: 80px;
	}

/* Building the divs with the pretty fades */

div#fadetop
	{
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -479px;
	background: transparent url(images/bg_top.png) no-repeat;
	width: 957px;
	height: 60px;
	}
	
div#fadebot
	{
	position: fixed;
	bottom: 0;
	z-index: 90;
	width: 957px;
	height: 107px;
	left: 50%;
	margin-left: -479px;
	background: transparent url(images/bg_bottom.png) bottom repeat-x;
	overflow: show;
	}
	
div#scroller   /*The container with the scroll bar, if necessary, for IE*/
	{
/*	width: 100%;
	overflow: auto;
	background: transparent;*/
	}

	
div#content  /*Actual site content */
	{
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 70px 100px 110px 100px;
	background: transparent;
	overflow: show;
	}
	
/* Positioned elements */
div.ingrid
	{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	}
	
img.title
	{
	float: right;
	}
	
/* Custom formatting  */

.menu
	{
	word-spacing: 10px; 
	float: left; 
	margin: 70px 0 50px 300px; 
	}
	
img.bio
	{
	float: left;
	width: 200px;
	height: 166px;
	margin: 10px 0 0 0;
	padding: 0 15px 0 45px;
	border: 0;
	}
	
img.ingrid
	{
	padding: 0;
	}
	
/*	 Portfolio stuff 	*/
#portfolio, #portfolio-splash
	{
	width: 600px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: transparent;
	}
	
#portfolio td
	{
	width: 20%;
	padding: 2px;
	text-align: center;
	/*border: 1px solid #6b5f4a;*/
	}

#portfolio-splash td
	{
	height: 76px;
	text-align: center;
	}

#portfolio img
	{
	border: 1px solid;
	padding:2px;
	}
