* {
	margin: 0;
	padding: 0;
}

body {
	background: #515151 url(../images/body_bg.gif) repeat-x left top;
	border-top: 5px solid #D03333;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 124px;
}

#logo {
	height: 100%;
	width: 454px;
	float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.gif) no-repeat left top;
	text-indent: -9999px;
}

#logo a:hover {
	background-position: left bottom;
}

#nav {
	margin-left: 565px;
	height: 100%;
	list-style: none;
	padding-top: 10px;
}

#nav ul {
	list-style: none;
}

#nav li {
	height: 21px;
}

#nav li a {
	text-indent: -9999px;
	height: 100%;
	display: block;
	width: 100%;
	background: url(../images/nav.gif) no-repeat;
}

li#about a {
	background-position: left top;
}

li#classes a {
	background-position: left -21px;
}

li#teachers a {
	background-position: left -42px;
}

li#reg a {
	background-position: left -63px;
}

li#contact a {
	background-position: left -84px;
}

li#about a:hover, li#about a#selected {
	background-position: right top;
}

li#classes a:hover, li#classes a#selected {
	background-position: right -21px;
}

li#teachers a:hover, li#teachers a#selected {
	background-position: right -42px;
}

li#reg a:hover, li#reg a#selected {
	background-position: right -63px;
}

li#contact a:hover, li#contact a#selected {
	background-position: right -84px;
}

#content {
	background: url(../images/content_bg.gif) repeat-y left top;
}

#content_header {
	background: url(../images/content_header_bg.gif) no-repeat left top;
	height: 100px;
}

#content_header h1 {
	text-indent: -9999px;
}

#content_header h1#welcome {
	height: 100%;
	background: url(../images/content_header_welcome.gif) no-repeat center 25px;
}

#content_header h1#about {
	height: 100%;
	background: url(../images/content_header_about.gif) no-repeat center 25px;
}

#content_header h1#teachers {
	height: 100%;
	background: url(../images/content_header_teachers.gif) no-repeat center 25px;
}

#content_header h1#reg {
	height: 100%;
	background: url(../images/content_header_reg.gif) no-repeat center 25px;
}

#content_header h1#classes {
	height: 100%;
	background: url(../images/content_header_class.gif) no-repeat center 25px;
}

#content_header h1#contact {
	height: 100%;
	background: url(../images/content_header_contact.gif) no-repeat center 25px;
}

#content_body {
	float: left;
	width: 410px;
	padding-left: 40px;
}

#content_body p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #373737;
	margin-bottom: 1em;
	margin-top: 1em;
}

#content_body p a, #content_body h3 a, #content_body td a {
	color: #D03333;
}

#content_body p a:hover, #content_body h3 a:hover, #content_body td a:hover {
	color: black;
	border-bottom: 1px solid #D03333;
}

h2.new_shop {
	text-indent: -9999px;
	height: 30px;
	background: url(../images/header2_newshop.gif) no-repeat center bottom;
}

#content_body h3 {
	margin-bottom: 1.5em;
}

#content_body h2 {
	border-bottom: 1px solid black;
	font: normal normal 2em Georgia, "Times New Roman", Times, serif;
}

#content_body tr {
}

#content_body table {
	margin: 2em 0;
}

#content_body td {
	border-bottom: 1px solid #AAA;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.2em;
}

#content_body legend {
	display: none;
}

#content_body fieldset {
		border: none;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}

#content_sidebar {
	width: 240px;
	margin-right: 50px;
	float: right;
	background: #EAE4AC;
	margin-bottom: 0;
	padding-bottom: -2px;
}

#content_sidebar_pad {
	padding: 10px;
	padding-bottom: 20px;
}

#sidebar_links_intro, #sidebar_links_inter, #sidebar_links_adv, #sidebar_links_gift {
	width: 220px;
	height: 69px;
	margin-bottom: 10px;
}

#sidebar_links_intro a, #sidebar_links_inter a, #sidebar_links_adv a, #sidebar_links_gift a  {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border-left: 10px solid black;
}

#sidebar_links_intro a:hover, #sidebar_links_inter a:hover, #sidebar_links_adv a:hover, #sidebar_links_gift a:hover  {
	border-left: 10px solid #D03333;
}

#sidebar_links_intro a {
	background: url(../images/sidebar_intro.gif) no-repeat left top;
}

#sidebar_links_inter a {
	background: url(../images/sidebar_inter.gif) no-repeat left top;
}

#sidebar_links_adv a {
	background: url(../images/sidebar_adv.gif) no-repeat left top;
}

#sidebar_links_gift a {
	background: url(../images/sidebar_gift.gif) no-repeat left top;
}

#content_sidebar p {
	text-align: right;
}

#content_sidebar p a {
	color: #D03333;
	font-size: 1.2em;
}

#content_sidebar p a:hover {
	color: black;
	border-bottom: 1px solid #D03333;
}

h3#nowopen {
	text-indent: -9999px;
	height: 20px;
	background: url(../images/sidebar_nowopen.gif) no-repeat left bottom;
}

h3#portfolio {
	margin-top: 5px;
	padding-bottom: 5px;
	text-indent: -9999px;
	height: 20px;
	background: url(../images/sidebar_portfolio.gif) no-repeat center bottom;
}

#content_footer {
	background: url(../images/footer_bg.gif) no-repeat left top;
	height: 54px;
	clear: both;
}

#content_footer p {
	color: #bcbbb5;
	text-align: center;
	padding-top: 30px;
}

#content_footer a {
	color: #bcbbb5;
	border-bottom: 1px solid #bcbbb5;
}

#content_footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
