html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dfdfdf url('images/bg_tile.png') repeat-y;
}

a {
	color: #6699cc;
}

ul {
	margin-left: 13px;
	padding-left: 0px;
}

li {
	list-style: url('images/list.png');
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;
}

#nonFooter {
	position: relative;
	text-align: left;
	width: 850px;
	min-height: 100%;
}
	
#header {
	height: 160px;
	width: 850px;
}

#sidebar {
	font-size: 12px;
	width: 200px;
	margin-right: 50px;
	float: right;
	display: inline;
	padding-bottom: 50px;
}

#sidebar span {
	font-size: 11px;
}

#sidebar hr {
	margin-top: 0px;
}

#nav {
	height: 32px;
	width: 850px;
	margin-top: 1px;
}

.button1 {
	position: absolute;
	height: 32px;
	width: 147px;
	background: url('images/nav_01a.png') no-repeat;
	text-align: center;
	cursor: pointer;
}

.button1b {
	position: absolute;
	height: 32px;
	width: 147px;
	background: url('images/nav_01b.png') no-repeat;
	margin-left: -1px;
	text-decoration: none;
	cursor: pointer;
}

.button2 {
	position: absolute;
	height: 32px;
	width: 137px;
	background: url('images/nav_02a.png') no-repeat;
	text-align: center;
	cursor: pointer;
}

.button2b {
	position: absolute;
	height: 32px;
	width: 137px;
	background: url('images/nav_02b.png') no-repeat;
	margin-left: 2px;
	text-decoration: none;
	cursor: pointer;
}

.button3 {
	position: absolute;
	height: 32px;
	width: 147px;
	background: url('images/nav_03a.png') no-repeat;
	text-align: center;
	cursor: pointer;
}

.button3b {
	position: absolute;
	height: 32px;
	width: 147px;
	background: url('images/nav_03b.png') no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.button1 span, .button2 span, .button3 span {
	color: #fff;
	font-weight: bold;
	line-height: 32px;
}

.button1:hover, .button2:hover, .button3:hover {
	background: none;
}

#training {
left: 0px;
}

#boarding {
left: 146px;
}

#trainers {
left: 285px;
}

#facilities {
left: 424px;
}

#blog {
left: 563px;
}

#contact {
left: 703px;
}

#breadcrumb {
	margin-top: 20px;
	margin-left: 38px;
	font-size: 12px;
}

#subnav {
	width: 776px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#subnav h1, #subnav h2 {
	color: #707070;
}

#subnav h1 {
	font-size: 25px;
	margin-bottom: -4px;
}

#subnav h2 {
	font-size: 14px;
	margin-top: -6px;
}

#subnav a {
	text-decoration: none;
}

#content {
	width: 525px;
	margin-left: 40px;
	float: left;
	display: inline;
	padding-bottom: 50px;
}

#menu {
	position: absolute;
	top: 335px;
	left: 600px;
}

#menu li {
	list-style: none;
}

#menu h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

#menu ul {
	margin-bottom: 10px;
}

#footer {
	position: relative;
	float: left;
	width: 850px;
	height: 30px;
	background: #000;
	color: #fff;
	margin-top: -30px;
}

#footer img {
	float: right;
	margin-right: 55px;
}

#footer span {
	float: left;
	margin-left: 40px;
}

#footer a {
	color: #fff;
	font-size: 12px;
	line-height: 28px;
}