/* set the page background color and margins. */ 
body { margin: 0px; background:#ecede5 url(hollyBG.jpg) no-repeat top center;}

/* set the page font formatting. */
body, p, div, td {
	font:10pt Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:18px;
	font-size: 10pt;
}

/* default link colors */
a:link { text-decoration:none; color:#fff; font-weight:bold; }
a:visited { text-decoration:none; color:#fff; font-weight:bold; }
a:hover { text-decoration:none; color:#000; font-weight:bold; }
a:active { text-decoration:none; color:#fff; font-weight:bold; }


img {border:0;}

h1, h2, h3, h4, h5, h6 { font:bold 12pt  Georgia, Arial, Helvetica, Times, serif; margin-top:0; }

h1 {
	font:14pt Helvetica, Arial, san-serif;
	color:#003f31;
}

h2 {
	font:14pt Arial, Helvetica, san-serif;
	color:#000;
}

h2.toggler {
	font:11pt Arial, Helvetica, san-serif;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	
}

h3 {
	font:12pt Arial, Helvetica, san-serif;
	color:#94270c;
	font-weight:bold;
}


/* modules */


	#container {
		width:1000px;
		margin:0 auto;
		position:relative;
	}
	
	#top {
		width:875px;
		height:251px;
		position:relative;
		background-color:transparent;
		margin:0 auto;
	}
	
	#nav {
	width:300px;
	position:relative;
	float:right;
	margin:60px 0 0 0;
	font-size: 12pt;
	}
		
	#mainContentContainer {
		width:490px;
		height:536px;
		position:absolute;
		top:75px;
		right:55px;
	}
		
	#mainContent {
		text-align:left;
		line-height:22px;
		margin:20px 15px 0 30px;
		overflow:auto;
	}
	
	#mainContentNav {
		width:276px;
		font:normal 13pt  Georgia, Arial, Helvetica, Times, serif;
		float:left;
		color:#35547b;
		display:inline;
	}
		
	#paintingContentContainer {
		width:838px;
		height:622px;
		background:url(images/paintingsBg.jpg) no-repeat;
		position:absolute;
		top:142px;
		right:95px;
	}
		
	#paintingContent {
		width:800px;
		height:550px;
		text-align:left;
		line-height:22px;
		margin:50px 15px 0 60px;
		overflow:auto;
	}
	
			
	.photo {
		padding-right:15px;
		width:400px;
		float:left;	
	}
	
	#contentArea {
		width:425px;
		float:right;
	}
	
	
	
	.clr {
		clear:both;
	}
#indexnav {
	width:300px;
	position:relative;
	float:none;
	margin:60px 0 0 100px;
	font-size: 12pt;
	text-align: center;
}
