/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #060402 url("../images/bg.jpg") no-repeat center top;
	color: #fff;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/1.3 Verdana, Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link,
a:visited 		{color:#fff; text-decoration:none;}
a:hover,
a:active 		{color:#ccc; text-decoration:none;}

h1 a:link,
h1 a:visited 		{color:#ffcc00; text-decoration:underline;}
h1 a:hover,
h1 a:active 		{color:#ccc; text-decoration:underline;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:16px; margin:0 0 12px;color: #666;}
h2 					{font-size:14px; margin:8px 0;}
h3 					{font-size:12px; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;margin: 10px 0 10px 0;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {text-indent: -9000px; position: absolute;top: 0px; left: 0px;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; padding: 5px; background: #2f2b25;margin-left: 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

.yellow {color: #ffcc00;}
.grey {color: #666;}
.red {color: #ff0000;}
.violet {color: #3333ff;}
.small {font-size: 10px;font-style: italic}
.bold {font-weight: bold;}
.notbold {font-weight: normal;}
hr.invisible{border-bottom: 0px dashed #e3e3e5; color: transparent; background-color: transparent;}

/* Standard Layout */

#wrapper {
	position: relative;
	background: transparent;
	width: 925px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	background: transparent url("../images/headers/rotator.php") no-repeat;
	padding: 0px;
	width: 925px;
	height: 301px;
}

#header h1 {padding-top: 30px;}

#header h1 a {
	display: block;
	width: 925px;
	height: 270px;
	text-indent: -9000px;
}

#header h2, #header h3 {
	float: left;
	text-indent: -9000px;
}

#content {
	width: 925px;
	margin: 0;
	margin-top: 30px;
	height:auto;
}

#content-main {
	position: relative;
	width: 500px;
	margin-left: 210px;
	height: 100%;
	padding-top: 160px;
}

#footer {
	color: #666;
	font-family: arial;
	font-size: 14px;
	clear:both;
	height: 20px;
	padding:40px 135px 40px 135px;
	text-align: left;
}

#footer a:link,
#footer a:visited 		{color:#666;}
#footer a:hover,
#footer a:active 		{color:#999;}

h1#page-heading {
	width: 925px;
	height: 145px;
	margin: 0 0 0px 0px;
	position:absolute;
	top: 338px;
	left: 0px;
	text-indent: -9000px;
}

body#about-page h1#page-heading {background: url("../images/headings/about.jpg") no-repeat 241px 0px;}
body#master-page h1#page-heading {background: url("../images/headings/master.jpg") no-repeat 253px 0px;}
body#gallery-page h1#page-heading {background: url("../images/headings/gallery.jpg") no-repeat 300px 0px;}
body#location-page h1#page-heading {background: url("../images/headings/location.jpg") no-repeat 300px 0px;}
body#programs-page h1#page-heading {background: url("../images/headings/programs.jpg") no-repeat 221px 0px;}
body#wellness-page h1#page-heading {background: url("../images/headings/wellness.jpg") no-repeat 187px 0px;}

body#gallery-page #content-main {width: 825px;margin-left: 136px}
body#gallery-page p {width: 500px;margin-left: 90px;}
body#gallery-page img.leftimage {padding: 5px;background: #2f2b25;margin-right: 10px}




