/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #2a4f6f;
}

/* next three declarations used to create footer */
html, body, #wrapper {
	min-height:inherit;
	width: 100%;
	height: 100%;
}
html>body, html>body #wrapper {
	height: auto;
}
	
#wrapper {
	position: absolute;
	top:0;
	left: 0;
}
#header {
	border-top: 1px solid #339999;
	border-bottom: 1px solid #339999;
	height: 250px;
	}
#header .logo {
	float: left;
	margin-left: 10em;
	margin-top: 0.5em;
}

a:link {
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	color: #b51032;
}
h2 {
	font-size: 1em;
	font-weight:700;
	
}
hr { 
	background-color: black;
	color: black;
	height: 1px;
	width: 70%;
}


#leftcolumn {
 	float:left;
	width:170px;
}
#container {
	width: 600px;
	float: right;
}

#nav {
	position: absolute;
	top: 300px;
	left: 1em;
	width: 14em;
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	border-bottom: 1px solid #ED9F9F;	
}
#nav li a:link, #nav li a:visited {
 	color: #b51032;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left:12px solid #b51032;
	border-right: 1px solid black;
	background-color: #339999;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #b51032;
	color: #ffffff;
	}
	
#home li.home, #classes li.classes, #pilates li.pilates, #yoga li.yoga, #massage li.massage, #acupuncture li.acupuncture, #about li.about, #schedule li.schedule, #location li.location {
	color: #000000;
}
#home li.home a:link, #home li.home a:visited,
#classes li.classes a:link, #classes li.classes a:visited,
#pilates li.pilates a:link, #pilates li.pilates a:visited, 
#yoga li.yoga a:link, #yoga li.yoga a:visited,
#massage li.massage a:link, #massage li.massage a:visited,
#acupuncture li.acupuncture a:link, #acupuncture li.acupuncture a:visited,
#about li.about a:link, #about li.about a:visited, 
#schedule li.schedule a:link, #schedule li.schedule a:visited,
#location li.location a:link, #location li.location a:visited  {

	color: #000000;
	
}
#contact {
	position: absolute;
	top: 580px;
	left: 15px;
	font-size: small;
	font-weight: 600;
	padding: 15px;
	margin: 20px 2px;
	border: 1px solid #006666;
	}
	
#content {

	border-left: 2px solid #b51032;
	margin-left: 16em;
	margin-right: 2em;
	padding-left: 2em;
	padding-top: 2em;
}
#cal {
	height: 800px;
}
#teague {
	text-align:center;
	}
#footer {
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	color:#999999;
	font-size: 70%;
}
#footer p {
	margin: 0.5em 0 1em 100px;
	padding: 0;
}


