body {
	font-family: Lucida Sans, verdana, arial, sans-serif;
	color: #8C2100;
	font-size : 11px;
	background-color : #fff;
	margin:0 0 10px 0;
}

* {
	margin:0;
	padding:0;
	}
	
p {
	margin:0px 0 15px 0;
	}

a {
	color:#000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
img, img:hover {
	border:0;
	}
	
hr {
	color:#993333;
	height:1px;
	margin:5px 0 15px 0;
	}
select {
	margin:auto;
	padding:inherit;
	}
form.searchbox select {
	width:70px;
	}
	
table.page{
	border-bottom:1px solid #8C2100;
	border-right:1px solid #8C2100;
}

td.leftcol{
	background-color : #8C2100;
	width: 145px;
	padding: 0px;
	color: white;
	font-size : 12px;
}

td.address{
	font-size : 12px;
}

.content{
	font-size: 12px;
	padding: 4px;
}

td.padme {
	padding:4px;
	}

tr.list{
	border-style: solid;
	border-color: #d4d4d4;
	border-width: 1px;
	border-collapse: collapse;
	font-size:12px;
}

.navbar a {
	border: 1px solid #fff;
	color: #fff;
	display:block;
	font-size : 14px;
	padding:2px 6px;
	text-decoration: none;
	line-height : 20px;
	width:118px;
}

.navbar a:hover {
	color: #8C2100;
	background-color: #fff;
}

.mainnav a {
	background-color:#8C2100;
	border: 1px solid #fff;
	color: #fff;
	font-size : 14px;
	padding:2px 6px;
	text-decoration: none;
	line-height : 20px;
	}
.mainnav a:hover {
	color: #8C2100;
	background-color: #fff;
	border: 1px solid #8C2100;
}

BR.small{
	line-height : 5px;
}

INPUT.input{
	line-height : 10px;
	height: 17px;
	font-size : 11px;
}

INPUT.submit{
	color: #8C2100;
	line-height : 10px;
	height: 17px;
	font-size : 11px;
	background-color : #FFF0F5;
}

INPUT.submitred{
	line-height : 10px;
	height: 17px;
	color: white;
	font-size : 11px;
	background-color : #FF0000;
}

INPUT.submit2 {
	color: #8C2100;
	line-height : 10px;
	height: 17px;
	font-size : 12px;
	background-color: #FFF0F5;
	width: 200px;
}

#frontpic {
	float:right;
	vertical-align:top;
	top:0px;
	}
	
.lessons {
	color:#fff;
	}

.ordertrail {
	color:#ccc;
	}
	
.active {
	color:#990000;
	font-weight:bold;
	}
	
.smallprint {
	font-size:10px;
	}
	
table.baskettab {
	border:1px solid #990000;
	border-collapse:collapse;
	}
table.baskettab td, table.baskettab th {
	border:1px solid #990000;
	padding:2px;
	}
	
/* admin area -------------------------------*/

.tips {
	background-color:#FFFFEE;
	border:1px #996600 dashed;
	margin:5px 5px 5px 0;
	padding:5px;
	}