body, html
{
	background: black;
	text-align: center;
}

#container
{
	width:700px;
	margin:0px auto;
}

#menu
{
	position: relative;
	top: -15px;
	left: 0px;
	right: 0px;
	height: 20px;
	background: url("graphics/menubg.png");;
	text-align: center;
	border-bottom: 3px solid #aaa;
	z-index: 1;
}

.rollmenu a
{
	background: transparent;
	top: 0px;
	float: left;
	width: auto;
	color: white;
	font-family: times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}


.rollmenu a:hover
{
	background: white;
	color: #282;
	width: auto;
}

#randphoto
{
	position: absolute;
	top: 150px;
	left: 20px;
	width 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	z-index: 1;
}

#weather
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 150px;
	top: auto;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	z-index: 1;
}

#petunia
{
	height: 70px;
	left: 0px;
	right: 0px;
	text-align: center; 
	font-style: italic;
	font-size: 32px;
	background: transparent url("graphics/Petunia.jpg") no-repeat;
	background-position: center center;
}

#title
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 1;
}

#titleborder
{
	position: relative;
	height: 140px;
	background: transparent url("graphics/petunias.jpg") no-repeat;
	text-align: center;
	border: 0px;
	margin: 0px;
}

#titlecaption
{
	position: relative;
	top: 60px;
	width: 100%;
	background: transparent;
	font: 12pt times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	color: white;
}

#subtitle
{
	position: relative;
	top: 90px;
	left: 0px;
	right: 0px;
/* need height only to make ie render proper width */
	height: 20px;
	background: transparent;
	color: white;
	font: 12pt times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}

#content
{ 
	position: relative;
	top: 10px;
	width: 700px;
	background-color: #fff;
	text-align: center;
	font: 12pt times, serif;
	border: 5px solid;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

.centered
{
	text-align: center;
}

.italiced
{
	font-style: italic;
}

#pagetitle
{
	float: none;
	left; 0px;
	width: 100%;
	text-align: center;
}

#logo
{
	clear: both;
	position: relative;
	height: 200px;
	left: 0px;
	right: 0px;
	text-align: center; 
	font-style: italic;
	font-size: 32px;
	background: transparent url("graphics/ohalogw.gif") no-repeat;
	background-position: center center;
}

#footer, #footer a
{
	left: 0px;
	right: 0px;
/* need height only to make ie render proper width */
	height: 15px;
	background-color: #eee;
	color: #888;
	font: 10px arial;
	text-align: center;
	margin-top: 10px;
	z-index: 2;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

 tr.month
{
	background-color: #282;
	color: white;
}
 tr
{
 background-color: #f6f4e0;
 vertical-align: top;
}
th
{
 font-size: 20px;
 font-weight: bold;
}

.photo
{
	float: left;
	background: white;
	width: 233px;
	height: 150px;
}

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxCaption
{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightbox img
{
 border: none; 
} 

#overlay img
{
 border: none; 
}

#overlay
{
 background-image: url(graphics/overlay.png); 
}

* html #overlay
{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
