html,body { margin: 0; padding: 0; height: 100%; }

body {
	background:#0D0D0C url(/site/graphics/bkgd.gif) no-repeat;
	color:#ffffff;
	font-family:georgia,palatino,serif;
	font-size:12px;
	line-height: 17px;
	margin:0px;
}

	
	#container {  
		position:relative; 	
		width:930px;
		left:49px;
		top:40px;
	}
	
	#leftCol {  
		position:relative; 	
		float:left;
		width:485px;
	}
	
	#rightCol { 
		position:relative; 
		float:left;
		width:368px;
	}
	
	
	.rightColElement { 
		position:relative;
		padding-left:13px;
	}
	
	#photoGallery { 
		position:relative; 
		width: 425px;
		background-image: url(/site/graphics/photo_border.gif);
		padding:25px;
	}
	
	.photoCaption { 
		position:relative; 
		width: 420px;
		height:18px;
		line-height:18px;
		background-color:#ffffff;
	}
	
	.flower { 
		position:relative; 
		width: 485px;
	}
	
	#copyright { 
		position:relative; 
		width: 385px;
		left:547px;
	}

.left {
       float: left;
}

.headline {
	font-family: helvetica,arial,sans;
       font-weight:bold;
}

.blue {
	color: #009AEF;
}

.black {
	color: #0D0D0C;
}

.black a:link {
	color: #0D0D0C;
	text-decoration : none;
}

.black a:hover {
	color: #0D0D0C;
	text-decoration : underline;
}

.black a:visited {
	color: #0D0D0C;
	font-style:italic;
	text-decoration : none;
}
	
a:link {
	color:#009AEF;
	text-decoration : none; 
}
a:visited {
	color:#009AEF;
	text-decoration : none; 
}
a:hover {
	color:#009AEF;
	text-decoration : underline; 
}