@import url(reset.css);

body {
	background: url(../images/bground_home.gif);
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 900px;
	height: auto;
	background-color: white;
	margin: 0px auto;
	padding-bottom: 50px;
	text-align: left;
}

#header {
	width: 900px;
	height: 168px;
}

#content {
	width: 900px;
	height: 710px;
	margin-top: 20px;
}

/*Main Nav*/
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
		/*new style for header*/
		
		#header {
		margin-left: 55px;
		padding-top: 50px;
		}
		
		#nav {
		padding:0; 
		margin-top: -115px;
		margin-left:280px; 
		list-style:none; 
		height:50px; 
		position: absolute; 
		z-index:200; 
		font-family:arial, verdana, sans-serif; 
		}
		
		#nav li.top {
		display:block; 
		float:left;
		}
		

		#nav li a {
		display:block; 
		height:103px; 
		width:75px;
		margin-right: 35px;
		border:none; 
		text-decoration:none; 
		padding:0; 
		cursor:pointer;
		}
		
		#nav li a b {

		}

		#nav li a.home {
			background:url(../images/home_btn.gif);
			background-repeat: none;
			}
		#nav li a.abt {
			background:url(../images/about_btn.gif);				
			background-repeat: none;
			}
		#nav li a.classes {
			background:url(../images/classes_btn.gif);
			background-repeat: none;
			}
		#nav li a.recipes {
			background:url(../images/recipes_btn.gif);
			background-repeat: none;
			}
		#nav li a.book {
			background:url(../images/book_btn.gif);
			background-repeat: none;
			}
		
		#nav li:hover a,
		#nav a:hover
		{background-position: 0 103px;}
		
		
		#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}
		
		#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
		
		#nav li:hover {position:relative; z-index:200; height: 150px;}
		#nav a:hover {position:relative; white-space:normal; z-index:200;}
		
		#nav :hover ul.sub {
		left:-40px; 
		top:105px; 
		background: none; 
		width:150px; 
		height:auto; 
		z-index:300;
		}
		
		#nav :hover ul.sub li {
		display:block; 
		position:relative; 
		float:left;
		height:17px; 
		width:150px; 
		text-align: center; 
		font-family: Georgia;
		font-size: 12px;
		font-style:italic;
		line-height: 14px;
		}
		
		#nav :hover ul.sub li a {
		display:block; 
		height:15px; 
		width:150px;
		padding-top: 5px;
		padding-bottom: 5px; 
		color: #990066;
		text-decoration: none; 
		cursor:pointer;
		}
				
		#nav :hover ul li a.abtIME {
		}
		
		#nav :hover ul.sub li a:hover {
		background-position: 0 0px; 
		position:relative;
		font-weight: bold;

		}
		
		/*end new style*/	

.tophead{
	margin-left: 55px;
	margin-right: 55px;
	margin-bottom: 30px;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #990066;
	border-width: 1.5px;
	border-style: dashed;
	border-color: #990066;
}



/*Column Left Layout*/

.columnleft{
	float: right;
	width: 516px;
	margin-right: 55px;
}

.columnleft h2{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #990066;
	margin-bottom: 10px;
}

.columnleft p{
	font-family: Georgia;
	font-size: 14px;
	line-height: 22px;
	color: #003366;
	padding: 14px;
	border-width: 1.5px;
	border-style: dashed;
	border-color: #cccccc;

}

.columnleft a {
	text-decoration: none; 
	color: #990066; 
	font-style: italic
}

.columnleft a:hover {
	text-decoration: underline;
	font-weight: bold; 

}

.columnleft img{
	margin-right: 10px;
	margin-bottom: -4px;
}

.rightimg {
	margin-left: 55px;
	margin-top: 28px;
}

/*Subnav Trial*/
.subnav {
	float:right;
}


.subnav ul li {
	height: 20px;
	width: 158px;
	margin-top: 6px;
	padding-top: 5px;
	padding-left: 6px;
	text-align: center;
	background-color: white;
	border-width: 1.2px;
	border-color: #cccccc;
	border-style: dashed;
}

		
.subnav ul li a {
	color: #990066;
	text-decoration: none;
	font-family: Georgia;
	text-transform: lowercase;
	font-size: 12px;
	font-style: italic;
	height: 0px;
}

.subnav ul li:hover {
	background-color: white;
	font-weight: bold;
	color: #990066;
}
	
.subnav ul li a:hover {
	color: #990066;	
}
	