/* **************************************************** */
/*   sIFR styles in sIFR-screen.css and sIFR-print.css   */
/* ***************************************************** */

/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */
* {outline: none;} 
a:link, a:visited {text-decoration:none; color:#000080; }
a:hover, a:active {text-decoration:underline; color: #0000ff; }

body {
  font-family: arial, verdana, sans-serif;
	font-size: 12px;
  margin: 5px 0px 0px 0px;
	background-color: #ffffff;
	/* background: url(../images/bg.jpg); */
}


/* ********************************************************************************** */
/* Layout CSS - these are author css styles that control the general layout structure */
/* ********************************************************************************** */

#container {
	position:relative;
	
	width: 950px;
		height: 623px;

	/*background-color: #ffffff;*/
	border: 1px solid black;
	background-image: url(../images/containerbg.png);

	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}



/* Header */
#header {
	position:absolute;

	
	width:950px;
	height:224px;
	
	text-align:center;

}

#logo {
	width: 272px;
	height: 151px;
	

	position: absolute;
	left: 330px;
	top: 52px;
}



/* Content */
#maincontent {    
	width: 801px;
	height:385px;
	position:absolute;
	left:132px;
	top:224px;

	
	text-align: left;
}
#content{
	position:absolute;
	width:406px;
	height:366px;
	top:20px;
	left:29px;

	text-align:left;
	overflow-y:auto;
	z-index:100;

}
/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */
h1 {
  margin:0px;
	font: bold 16px arial, verdana, sans-serif;
	color: #8c8c7f;
	padding: 15px 25px 10px 25px;
}


h2 {
  margin:0px;
	font: bold 14px arial, verdana, sans-serif;
	color: #000000;
}

#content .copy {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
	padding: 0px;
	line-height: 1.5;
	text-align:left;	
}

/* ************************************************************************** */
/* Navigation Links - these are main, utility and secondary navigation styles */
/* ************************************************************************** */
#sidebar {
	position:absolute;
	width: 130px;
	height: 386px;
	background-color: #c1580c;
	position: absolute;
	width: 130px;	/*padding: 10px;*/
	left:12px;
	top:224px;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	-khtml-opacity: .15;
	opacity:0.15;

	z-index:50;
}
/* Main Navigation */
#mainnav {
	text-align:left;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;

	text-transform:lowercase;
	text-decoration:none;
	text-align:center;
	/*padding-top:8px;*/
	/*position nav over sidebar */
		position:absolute;
	width: 130px;
	height: 386px;
	position: absolute;
	width: 130px;	/*padding: 10px;*/
	left:12px;
	top:224px;
	z-index:100;

} 

#mainnav a{
	color:#000000 !important;
	}

#mainnav td{
height:14px;
padding-left:9px;
text-align:left;
}




/* ************* */
/* Gallery CSS  */
/* ************ */

#gallery .gallerythumbnail {float:left;margin:5px;}
#gallery .gallerybackborder {border:1px solid black;}
#gallery .galleryback {color:black;} 

/* ************* */
/* Footer CSS  */
/* ************ */

#footer {
    width:800px;
    margin: 0 auto;
	padding:4px;
    text-align:center;
}

#footer .copyright {;
    font-size: 9px; 
	color: #000000;
}


/* ********************** */
/* Form Input Fields CSS  */
/* ********************** */

input, select, option, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
}      
 
 
 
#leftmovie {
	position:absolute;
	width:285px;
	height:208px;
	z-index:1;
	left:14px;
	top: 15px;
}


#rightmovie {
	position:absolute;
	width:285px;
	height:208px;
	z-index:1;
	right:16px;
	top: 15px;
}

#coach{
	position:absolute;
	left:386px;
	top:172px;
	width:249px;
	height:441px;
	/*background-image: url(../images/drjay.png);*/
	z-index:1000;
	background-repeat: no-repeat;	
	} 
#contentmovie{
	position:absolute;
	width:447px;
	height:349px;
	left:371px;
	top:0px;
	}
	



ul{
	list-style-type:none;
	}
