:root {
	overflow-y:scroll
}
body {
	font-size:100%;
	color:#333;
	margin:10px 0 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
#wrapper {
	width:940px;
	margin:0 auto;
	background:url(../_img/mid-frame.png) repeat-y;
	padding:0 0 0 10px;
	font-size:small;
	color:#333;
}
h1 { font-size:165%; }
h2 { font-size:130%; }
h3 { font-size:125%; }
a img {
	border:none;
}
#masthead {
	background:url(../_img/masthead.jpg) no-repeat;
	height:241px;
	overflow:hidden;
}
#masthead img {
	display:block;
}
#masthead a img {
	float:left;
}
#masthead img#logo {
	margin:8px 0 0 8px;
}
#tagline {
	margin:190px auto auto 10px;
}
#inner {
	width:930px;
	padding:15px 0 0;
	overflow:hidden;
}
#inner h1 {
	color:#3B4BA0;
	text-align:center;
}
#leftSidebar {
	float: left;
	width: 218px;
	padding-left:2px;
	background-image:url(../_img/straight-stitch.gif);
	background-repeat:no-repeat;
	padding-top: 2px;
}
ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li {
	width:215px;
	height:56px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.2em;
}
#menu li img {
	position:absolute;
	display:block;
	top:-16px;
}
#menu li#products img {
	top:-78px;
}
#menu li#news img {
	top:-140px;
}
#menu li#contact img {
	top:-202px;
}
#menu li#classes img {
	top:-264px;
}
#menu a:hover img,#menu a:focus img {
	left:-262px;
}
#menu a:hover { background:50% 50%; }
#announcements {
	padding: 6px;
	width:160px;
	margin:0 auto 0 10px;
	text-align:center;
}
#announcements h2, #announcements h3 {
	font-size:100%;
	/*text-align:center;*/
	margin-bottom:6px;
}
#announcements p {
	margin-top:0;
}
#announcements h3 {
	font-size:115%;
}
#announcements .event {
	font-size:x-small;
	background-image:url(../_img/event-mid.jpg);
	background-repeat:repeat-y;
	margin-bottom: 15px;
}
#announcements .event img {
	display:block;
	margin:0 auto;
}
#announcements .event a img {
	border:2px inset #3B4BA0;
	padding:1px;
}
#content {
	float: left;
	width: 710px;
	line-height:1.5;
}
#content p {
	font-size:110%;
}
#content .special {
	float:right;
	width:324px;
	margin-left:15px;
	text-align:center;
}
#content .special h1, #content .special h2 {
	margin:3px auto;
}
#content .special p {
	margin:2px 15px;
}
#content .special img {
	border:2px inset #3B4BA0;
	padding:1px;
}
#footer {
	clear:both;
	width:890px;
	margin:0 auto;
	background:url(../_img/bottom-frame.png) no-repeat;
	padding-top: 30px;
	padding: 30px;
	color: #666;
	text-align: center;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: x-small;
}
#footer #footerMenu {
	font-size: medium;
}

#footer p {
	margin: 0.3em;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #3B4BA0;
	text-decoration: underline;
}
