body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: url(imgs/cork.jpg);
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #2E0000;
	outline: none;
	}
a:visited {
	color:  #000514;
	}
a:active {
	color:  #000514;
	}
a:hover {
	color: #1A2A34;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #000514;
	}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #2E0000;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #8F8C5C;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#top {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0px;
	background: #2e0000;
	height: 200px; /* ie5win fudge begins */
	width: 840px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 80px;
	}
html>body #top {
	height: 110px; /* ie5win fudge ends */
	}
	
#left {
	position: absolute;
	top: 146px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #8F8C5C;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #left {
	width: 200px; /* ie5win fudge ends */
	}
	
#lrgleft {
	position: absolute;
	top: 146px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #fff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 230px;
	}
html>body #lrgleft {
	width: 250px; /* ie5win fudge ends */
	}	
#middle {
	padding: 10px;
	border: 0px;
	background: #fff;
	margin: 4px 165px 0px 215px;
	}

#smmiddle {
	padding: 10px;
	border: 0px;
	background: #fff;
	margin: 4px 165px 0px 265px;
	}
	
#col2 {
	padding: 10px;
	border: 0px;
	background: #fff;
	margin: 4px 0px 0px 215px;
	}
		
#right {
	position: absolute;
	top: 146px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #1A2A34;
	width: 170px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #right {
	width: 150px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
/**********************************************navigation styles*********************************************/
#navigation
{
	height: 30px;
	margin: 2px auto;
	background: #1A2A34;
}

#navigation ul
{
	height: 30px;
	line-height: 30px;
	margin: 0;
	display: inline;
	float: inherit;
	padding-left: 10px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
	padding: 0 11px 0 8px;
}

#navigation ul li a:hover
{
	color: #8F8C5C;
}

#home #navigation ul li a#home-link, #contact #navigation ul li a#contact-link
{
	color: #8F8C5C;
}

#navigation ul li a.no-divide
{
	background: none;	
	
/**********************************************************/
}
.floatright { 
	float: right; 
	margin: 0 0 10px 10px;
	border: 1px solid #2e0000;
}

.floatleft { 
	float: left; 
	margin: 0px 20px 20px 10px;
	border: 1px solid #2e0000;
}	
	