html {
	height: 100%;
	margin-bottom: 1px;
}

form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #000;
	background: #100;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { 
	cursor: pointer;
}

p { 
	margin-top: 0; 
	margin-bottom: 5px;
}

img { 
	border: 0 none;
}

.clr {
	clear: both;
}
div {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	font-family: garamond;
	text-transform: uppercase;
	color: #600;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#top {
	width: 800px;
	height: 150px;
	background: url(../images/top_back.jpg) center center no-repeat;
}
#menu_wrap {
	width: 800px;
	height: 32px;
	background: url(../images/menu.jpg) repeat-x;
}
#mid_top {
	width: 800px;
	height: 20px;
	background: url(../images/mid_top_back.jpg) center center no-repeat;
}
#mid {
	width: 800px;
	background: url(../images/mid_back.jpg) center center repeat-y;
}
#mid_bot {
	width: 800px;
	height: 105px;
	background: url(../images/mid_bot_back.jpg) center center no-repeat;
}
#bot {
	line-height: 20px;
	width: 800px;
	height: 20px;
	font-size: 9px;
	text-align: center;
	background: url(../images/footer.jpg) center center repeat-x;
}
#bot a {
	color: #000;
}
.menu a span {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.menu {
	margin: 0 auto; 
	padding: 0; 
	height: 32px;
	width: 100%; 
	display:block; 
}
.menu li {
	padding:0;
	margin: 0;  
	list-style:none; 
	display:inline;
}
.menu li a{
	float: left; 
	padding-left: 16px;
	padding-right: 16px;
	display:block;
	color: #000;   
	cursor:pointer; 
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	position: relative;
	border-right: groove 1px #111;
}
.menu li a.end{
	float: left; 
	padding-left: 16px;
	padding-right: 16px;
	display:block;
	color: #000;   
	cursor:pointer; 
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	position: relative;
	border-right: groove 0px #111;
}
.menu li a span{
	line-height: 32px; 
	float:left; 
	display:block; 
	padding-right: 0px; 
}
.menu li a:hover{ 
	color: #600;
	text-decoration: underline;
}
.menu li a.active, .menu li a.active:hover{
	line-height: 32px;   
	color: #600;
}
.menu li a.end_active, .menu li a.active:hover{
	line-height: 32px;   
	color: #600;
}
#content {
	width: 750px;
	padding: 0px 25px 0px 25px;
}
#content img {
	padding: 2px;
}
#content p {
	text-align: center;
	font-weight: bold;
}
