/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead {
background:url("../img/2004autumn_top.jpg") no-repeat;
height: 34px;

}
#masthead h1
{
	display: inline; color: #040; font-size: 1.5em;
}
#masthead a
{
	text-decoration: none; color: #040;
}
#masthead a:hover
{
	text-decoration: underline; color: #640;
}
#leftcolumn
{
	margin-right: -183px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	background:url("../img/2004autumn_left.jpg") no-repeat;
	width: 183px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	background-color: #fec;
	width: 100px;
}
#contentColumn
{
	width: auto;
	margin-left: 182px;
}
#contentColumn h1
{
	font-size: 1.2em;
}
#contentColumn h2
{
	font-size: 1.1em;
}
#contentColumn a
{
	font-size: 0.8em;
	color: #c60;
	text-decoration: none;
}
#contentColumn a:hover
{
	font-size: 0.8em;
	color: #640;
	text-decoration: underline;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#masthead { padding-top: 30px; }
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	background-color: #f8f0e6;
	
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 100px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 0px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 0px;
}
#masthead
{
	border-bottom-width: 0px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
	border-right: solid 1px #040;
}
#contentColumn
{
	border-left-width: 1px;
	border-left: solid 1px #040;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #040;
	padding: 0px;
	margin: 0;
	background:url("../img/mountain.gif");
}
#pageFrame
{
	background-color: #fff;
	background:url("../img/mountain.gif");
	color: #040;
	min-width: 500px;
	width: 760px;
	margin: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 76%;
	line-height: 1.7em;
}
.bulletin {
	padding: .5em;
	color: white;
	font-weight: bold;
	background-color: #900;
}
.dots {
	border-bottom: 1px dotted #363;
}
.small {font-size: 80%;}
.tiny {
	font-size: 70%;
	font-style: italic;
}
.large {font-size: 150%;}
.landgrab {
	width: 150px;
	float: right;
	border: 1px solid red;
	font-weight: bold;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-left: .5em;
	color: black;
	text-align: center;
	background-color: #fec;
}
.hilight { color: black; }
