
/* IMAGES IN THIS DOC
images/1.jpg
images/background_main.gif
images/background_pat.gif
images/box_main.gif
images/box.png
images/evermeg_moth.png
images/header.jpg
images/main_pat.gif
images/meg.jpg
images/portfolio.png
*/

/* COLORS
Dark Brown: #19110e
Light Brown: #2c2820
Light Teal: #73a696
Dark Teal: #276059
*/

/* ---------- MAIN STRUCTURE --------------- */

html {
	color:  #555;
	   background: url(images/background_pat.gif) 6px 2px;}

h1 {
		background: url(images/header.jpg) top left no-repeat;
			  width: 1112px;
		height: 467px;
		margin: 0px 0 0 -8px;
		text-indent:-9999px;
		padding: 0;	}

div.contain {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
	
h1 a {
		display:block;
		width: 731px;
		height:189px;
		text-indent:-9999px;
		overflow: hidden;
		margin:0;padding:0;}

	h1 a:hover {
	background-color: transparent;}

img, img a {
	border: none;
	text-decoration: none;
	}


div.pat-holder {
	background: url(images/main_pat.gif) repeat-y;
	height: auto;
	margin-top: -362px;
	margin-left: 12px;
	float: left;
	margin-bottom: 20px;
	display: block;
	border: 10px solid white;
}


#container {
	margin-left: 0px;
	width: 832px;
	float: left;
	margin-bottom: 10px;
	background: url(images/background_main.gif) no-repeat;
	z-index: 5;
}

div.mainpic {
background: url(images/box_main.gif) top left no-repeat;
width: 200px;
height: 129px;
margin-bottom: 35px;

}

#infobar h2 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#infobar p  {
	font-style: italic;
}

div#infobar {
	float: left;
	width: 202px;
	padding: 21px;
}


div.mainpic img {
	margin: 8px;
	border: 1px dotted #2c2820;

}

img.infobarimg {
	position: relative;
	margin-left: 27px;
	margin-bottom: 20px;
	margin-top: 4px;
}

#mainarea {
 float: left;
 width: 588px;
}

#mainarea h3 {
background: url(images/portfolio.png) top left no-repeat;
text-indent: -90000px;
width: 200px;
height: 56px;
left: 50%;
margin-top: 30px;
margin-left: -100px;
position: relative;
}

#mainarea ul {
	  padding: 0 22px;
      list-style:none;
}

#mainarea ul li {
      float:left;
      background:url(images/box.png) no-repeat left bottom;
      width: 159px;
      height: 108px;
      margin: 11px;
      padding: 0;   
      }

#mainarea ul li a img {
	border: 1px solid #2c2820;
	margin: 7.5px;
}




/* ---------- TEXT/LINKS --------------- */

p {
	color: #19110e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: -8px;
}



a {
color: #276059;
font-family: Georgia, "Times New Roman", Times, serif;
}

