@charset "utf-8";
body  {
	background: #fff url(../images/background.jpg);
	margin: 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: 0;
}
.kiefWhite A:link {
	color: #696F7C;
}
.kiefWhite A:visited {color: #696F7C;}
.kiefWhite A:active {color: #696F7C;}
.kiefWhite A:hover {
	color: #8C929D;
}


.kiefWhite #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 0px solid #000000;*/
	padding: 0 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.kiefWhite #header { 
	height: 90px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
/*	background: #000; */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.kiefWhite #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.kiefWhite #nav {
	height: 10px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
/*	background: #000; */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.kiefWhite #sidebar1 {
	/*float: left;  since this element is floated, a width must be given */
	margin: 0px;
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 550px;
	/*background: #fff;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;

}
.kiefWhite #sidebar1 h2{
	padding: 0px 0px 0px 0px;
}
.kiefWhite #sidebar1 h3{
	padding: 0px 0px 0px 0px;
}
.kiefWhite #mainContent { 
	/*float: right;  since this element is floated, a width must be given */
	width: 370px;
	height: 500px;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background: transparent url(../images/devilsPoster.jpg) no-repeat;*/
} 
.kiefWhite #mainContent h2{
	padding: 0px 0px 0px 0px;
}


.kiefWhite #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #fff;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	/*	border-right-width:thick;*/
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-width: 1px;
}
.kiefWhite #mainContent2 { 
	margin: 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.kiefWhite #mainContent2 h1{ 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 16px;
	color:#513334;
}.kiefWhite #mainContent2 h2{ 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 15px;
}
.kiefWhite #mainContent2 h3{ 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
}
.kiefWhite #mainContent2 h4{ 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height: 5px;
}
.kiefWhite #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#fff;*/ 
} 
.kiefWhite #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul#nav {
	position:absolute;
	top:0px;    /* set the exact position of the navigation */
	/*left:12px;*/      /* set the exact position of the navigation */
	width:750px;
	height:31px;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:2000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-type:none;

	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/navArt2.png) no-repeat;
	text-align: center;
/*	line-height: 2px;*/
	}

li#name a {
	padding:5px 0px 0px 0px;
	width:251px;
	height:44px;
	 }
	 
li#productions a {
	padding:5px 0px 0px 0px;
	width:146px;
	height:44px;
	 }
li#about a {
	padding:5px 0px 0px 0px;
	width:82px;
	height:44px;
	 }
li#news a {
	padding:5px 0px 0px 0px;
	width:76px;
	height:44px;
	 }
li#press a {
	padding:5px 0px 0px 0px;
	width:83px;
	height:44px;
	 }
li#contact a {
	padding:5px 0px 0px 0px;
	width:111px;
	height:44px;
	 }	
	 
li#name a:link, li#name a:visited {
	background-position:0px -0px;

	 }
li#name a:hover, li#name a:focus {
	background-position:0px -58px;

	 }
li#productions a:link, li#productions a:visited {
	background-position:-251px -0px;

	 }	 	 	 	 
li#productions a:hover, li#productions a:focus {
	background-position:-251px -58px;

	 }
li#about a:link, li#about a:visited {	
	background-position:-396px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position:-396px -58px;
	}
li#news a:link, li#news a:visited {	
	background-position:-477px 0px;
	}
li#news a:hover, li#news a:focus {	
	background-position:-477px -58px;
	}
li#press a:link, li#press a:visited {	
	background-position:-552px 0px;
	}
li#press a:hover, li#press a:focus {	
	background-position:-552px -58px;
	}
li#contact a:link, li#contact a:visited {	
	background-position:-635px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position:-635px -58px;
	}


/* Main navigation "active tabs"
------------------------------------------------------------------*/
/*body#productions-page ul#nav li#productions a {
	background-position:0px -44px;
	}
body#about-page ul#nav li#about a {
	background-position:0px -31px;
	}
body#news-page ul#nav li#news a {
	background-position:0px -31px;
	}
body#press-page ul#nav li#press a {
	background-position:0px -31px;
	}
body#contact-page ul#nav li#contact a {
	background-position:0px -31px;
	}*/
