/* div box layout*/

html, body {
	text-align:left;
	background-color:#333333;
	margin: 0;
	height: 100%;
	
}

#container {
	width: 1020px;
	margin: 0 auto; /*center, not in IE5*/
	position: relative; /*needed for footer positioning*/
	height: auto !important; /*real browsers*/
	height: 100%; /*treated as min-height in IE6*/
	min-height:100%; /*real browsers*/
	overflow: visible;
	}
	
	
#header {
	height:123px;
	overflow:hidden;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 1020px;
	}
	
#leftcolumn {
	background-color: #FFFFFF;
	background-image:url(../images/trees.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right bottom;
	min-height: 500px;
	height: 100%;
}

#rightcolumn {
	float:right;
	width: 520px;
	min-height: 151px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/pilatesgirl.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/*------------------------------------------------menu ends*/


/*home page container*/



#menu  {
	height:30px;
	background-color:#FFFFFF;
	text-align:left;
	overflow:hidden;
	margin-left: 0px;
	border-bottom-style: none;
}


#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /*stick to bottom*/
	background-color: #333333;
	padding: 5px;
}


/*-------------------------------------------------layout ends*/

/*links*/

a:link {
	color: #CE1432;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	text-decoration: underline;
}




/*------------------------------------------------links ends*/


/*------------------------------------------------menu ends*/

#menu ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:30px;
	padding: 0px;
}

#menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	margin-left:0px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}

.first {
	padding-bottom: 0;
}

#menu ul li a:link {
	color: #666666;
	font-weight: bold;
}

#menu ul li a:visited	{
	color: #CE1432;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #CE1432;
	font-weight: bold;
	text-decoration: none;
} 

#menu ul li a.selected {
	border-bottom: 2px solid #fff;	
}

#menu ul li a.selected:hover {
	border-bottom: 2px solid #fff;	
	text-decoration: none;
	color: #fff;
}


/*----------------------------------------home page container ends*/



/*images*/

img.right {
	float: right;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0.8em;
}
img.left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
}


/*------------------------------------------------images end*/


/*text*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-style: normal;
	height: auto;
	font-size: .8em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	white-space: normal;
	margin: 0px;
	font-weight: normal;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #CE1432;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 20px;
	white-space: normal;
	margin: 0px;

}

h3 {
	font-family: "Trebuchet MS";
	font-size: .9em;
	color: #89B05B;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	white-space: normal;
	margin: 0px;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #89B05B;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: normal;
	
}


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.footer {
	color:#FFFFFF;
	font-size: .7em;
	}

.spotlightheader{
	color:#999999;
	font-size: 1.2em;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	}
	
.smalltext {
	font-size:.7em;
	font-style: normal;
	}
/*------------------------------------------------text ends*/



/*bullet list*/



li {
	list-style-type:disc;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
	font-style: normal;

 }
 
 
 /*------------------------------------------------bullet list ends*/
 
 
 /*table*/

table {
	border-collapse: collapse;
	color: #333;
	padding: 0;
	width: 975px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	}

td	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-style: normal;
	height: auto;

	padding: 10px 20px;
	line-height: 1.5em;
}

table ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 5em;
}

td.indent { 
	padding-left: 7em;
}

/*------------------------------------------------table ends*/


/*right menu*/

#spotlight {
	float:right;
	width: 500px;
	 min-height:151px;
	/* Internet Explorer * 
/*\*/height: 151px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-image: url(../images/pilatesgirl.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#spotlighttext{
	float: right;
	width: 300px;
	padding-top: 30px;
	}


/*------------------------------------------------right menu ends*/
