html { min-width: 700px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	color: #333;
	padding: 0px;
	margin: 0;
	overflow: hidden; /* no scroll bar EVER */
    background: black; /* url(bg1g.png) repeat;*/
}

#page
{
    background: #DEDEDE url(bg1p.png) repeat;
    border: 1px solid #593327;
    position: absolute;
    visibility: hidden; /* will be made visible in code, after everything positioned */
    z-index: 0;
    /*background-image: url(logo.png) !important;
    background-image: none; 
    background-position: 85px 95px;
    background-repeat: no-repeat; */ /* dont display until Klara knows what she wants. Do by <img> then */
}

/* page 1-4 are for edges 
#page1 {
	background-image: url(edge_left.png) !important;
    background-image: none; 
	background-repeat: repeat-y;
	background-position: left;
}

#page2 {
	background-image: url(edge_right.png) !important;
    background-image: none; 
	background-repeat: repeat-y;
	background-position: right;
}

#page3 {
	background-image: url(edge_top.png) !important;
    background-image: none; 
	background-repeat: repeat-x;
	background-position: top;
}

#page4 {
	background-image: url(edge_bottom.png) !important;
    background-image: none; 
	background-repeat: repeat-x;
	background-position: bottom;
}

/* page 5-8 are for corners (if we do these) 
#page5 {
	background-image: url(corner_topleft.png) !important;
	background-repeat: no-repeat;
	background-position: left top;
}

#page6 {
	background-image: url(corner_topright.png) !important;
	background-repeat: no-repeat;
	background-position: right top;
}

#page7 {
	background-image: url(corner_bottomright.png) !important;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#page8 {
	background-image: url(corner_bottomleft.png) !important;
	background-repeat: no-repeat;
	background-position: left bottom;
}
*/
    
a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: white;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	/*padding-bottom: 2px;*/
	border-bottom: 1px solid #CCC;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

