/*@import url("/reset.css");*/

html, body {
border:0;
margin:2;
padding:0;
}

body {
	background-image: url(/i/bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-size:200%;
	letter-spacing:-1px;
	font-weight: bold;
	font-family: palatino, serif;
	color: #705050;
}
h2 {
	font-size: 125%;
	font-weight: bold;
}
h3 {
	font-size: 125%;
}

hr {
	color #705050;
	height: 1px;
	border: none;
	border-bottom: 1px solid #705050;
	clear: both;
}

#logo {
	width: 105;
	float: right;
}



#main {
	clear: both;
	font-width: normal;
	line-height: 1.25;
	border-width: 2px 1px 1px 1px;
	border-style: solid;
	border-color: #755;
	padding: 8px;
	background-image: url(/i/bg_light.jpg);
}

#footer {
	clear: both;
	padding: 8px 0;
	font-size: 80%;
}
#footer #hours {
	float: right;
	text-align: right;
}

/* navlist stuff */

#navlist
{
	clear: both;
	text-align: center;
}

#navlist ul
{
	border: none;
	display: table;
}

#navlist li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 19%; /* x5 items=full width*/
}

#navlist a
{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 1px 6px;
	border-style: solid;
	border-color: #FFF #755 #755 #FFF;
	border-width: 1px 1px 0px 1px;
}

#navlist A:hover, #navlist A:active { 
	background-color: #705050;
	color: #FFA;
}

#EditReadHide {
	border: 1px dotted #888888;
	background-color: #eeeeee;
	padding: 4px;
	font-size: 80%;
	font-family: arial,sans-serif;
}

.button {
	border-top: 1px solid #dddddd;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #dddddd;
	border-right: 2px solid #4a4a4a;
	padding: 0px 5px;
	background-color: #bbbbbb;
	/*font-size: 75%;*/
	font-family: helvetica,arial,sans-serif;
  font-weight: bold;
	display: inline;
}
.button a {
	text-decoration: none;
}

#user_status {
  float: right;
	width: 100%;
	background-color: #ccb;
	border: 1px solid #956;
	padding: 2px;
}

.jkComplex {
/*	border: 2px solid red; */
	display: none;
}
