/* @override http://localhost/css/site.css */

body {
	background: #00b0d8 url(../img/body-bck.png) repeat-x;
	/* #00bcde for firefox */
}
#page-wrap{
	width: 800px;
	margin: auto;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
}
.header{
	width: 800px;
	height: 190px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 247px 8px;
}

.header-image {
	position: absolute;
	right: 28px;
	bottom: 7px;
	z-index: -10;
}
.nav{
	position: absolute;
	bottom: 5px;
	z-index: 0;
}

.nav li {
	float: left;
	height: 34.5px;
}

.nav li img{
	height: 34.5px;
	background-image: url(../img/nav-menu.png);
	}

.home {
	width: 83px;
	background-position: 0 0;
}

.home:hover {
	background-position: 0 -68px;
}

#selected.home {
	background-position: 0 -33px;
}

.about_us {
	width: 95px;
	background-position: -82px 0;
}

.about_us:hover {
	background-position: -82px -68px;
}

#selected.about_us {
	background-position: -82px -33px;
}

.classes {
	width: 90px;
	background-position: -177px 0;
}

.classes:hover {
	background-position: -177px -68px;
}

#selected.classes {
	background-position: -177px -33px;
}

.directions {
	width: 115px;
	background-position: -268px 0;
}

.directions:hover {
	background-position: -268px -68px;
}

#selected.directions {
	background-position: -268px -33px;
}

.contact_us {
	width: 103px;
	background-position: -383px 0;
}

.contact_us:hover {
	background-position: -383px -68px;
}

#selected.contact_us {
	background-position: -383px -33px;
}

.content{
	width: 800px;
	height: 500px;
}

.index-image {
	margin: auto;
	width: 664px;
}

/* @group page */

a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.left-column {
	width: 50%;
	float: left;
	position: relative;
	margin-top: 59px;
}

.heading {
	position: absolute;
	width: 332px;
	height: 43px;
	margin-bottom: 7px;
	right: 0;
}

.text {
	text-align: right;
	position: absolute;
	right: 7px;
	font: 1.1em/21px Verdana, "Lucida Grande", Lucida, sans-serif;
	top: 51px;
}

.email {
	text-decoration: none;
}

.right-column {
	width: 50%;
	position: relative;
	float: left;
}

.image {
	position: absolute;
	top: 66px;
	left: 11px;
}



/* @end */
.footer{
	color: #FFF;
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
	letter-spacing: 2px;
	word-spacing: 4px;
	font: .9em Verdana, "Lucida Grande", Lucida, sans-serif;
}

.footer-dot {
	font-size: 32px;
	vertical-align: -3px;
}
