/* HTML/Body */

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 90%;
	line-height: 1.4em;
	color: #000000;
	text-align: center;
	background-color: #779ADF;
}

/* Links */

a
{
	color: #3276FF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

input.check
{
	border: 0px;
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	width: 622px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
	-moz-box-sizing: border-box;
	border: 1px solid #000052;
}

#container
{
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 8px;
}

/* Headers */

h1
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 121px;
	background: url(images/logo_topbar.gif) no-repeat top left;
}

h1 span
{
	display: none;
}

/* Menu */

#menu
{
	height: 100%;
	position: absolute;
	top: 121px;
	left: 0px;
	width: 140px;
}

#menu .home
{
	height: 100%;
	background: url(images/sidebar_homepage.jpg) no-repeat top left;
}

#menu .cath
{
	height: 100%;
	background: url(images/sidebar_aboutcatherine.jpg) no-repeat top left;
}

#menu .alex
{
	height: 100%;
	background: url(images/sidebar_aboutalex.jpg) no-repeat top left;
}

#menu .conditions
{
	height: 100%;
	background: url(images/sidebar_conditions.jpg) no-repeat top left;
}

#menu .sportsinjuries
{
	height: 100%;
	background: url(images/sidebar_sportsinjuriesrun.jpg) no-repeat top left;
}

#menu .prices
{
	height: 100%;
	background: url(images/sidebar_prices.jpg) no-repeat top left;
}

#menu .location
{
	height: 100%;
	background: url(images/sidebar_location.jpg) no-repeat top left;
}

#menu .clinic
{
	height: 100%;
	background: url(images/sidebar_insideclinic.jpg) no-repeat top left;
}


#menu .contactus
{
	height: 100%;
	background: url(images/sidebar_contactus.jpg) no-repeat top left;
}

#menu a
{
	display: block;
	width: 140px;
	height: 22px;
	background: url(images/off_button.gif) no-repeat;
	-moz-box-sizing: border-box;
	padding: 1px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 0.8em;
	text-decoration: none;
}

#menu a:hover
{
	background: url(images/on_button.gif) no-repeat top left;
}

/* Content */

#content
{
	display: block;
	-moz-box-sizing: border-box;
	padding: 0px 5px 0px 150px;
}

h2
{
	color: #000080;
	text-align: right;
	font-size: 2em;
	font-weight: normal;
	margin: 10px 6px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #4080FF;
}

.bold
{
	font-weight: bold;
	color: #000052;
}

/* Footer */

#footer
{
	-moz-box-sizing: border-box;
	padding: 15px 5px 0px 150px;
	text-align: center;
	font-size: 0.95em;
}

#bflink
{
	margin-top: 8px;
	text-align: right;
	font-size: 0.8em;
}

#bflink a
{
	color: #000000;
	text-decoration: none;
}

#bflink a:hover
{
	text-decoration: underline;
}