/* @override http://greenchilekitchen.com/Test4/style.css */

/* @override http://www.greenchilekitchen.com/Test4/style.css */

body {
	padding: 0;
	margin: 0;
	background: #aa946c;
	overflow: hidden;
}

a img {
	border-style: hidden;

}


.container{
	width: 980px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}



/*--------header and footer grad stuff----*/

.headerGrad{
	position: absolute;
	width: 100%;
	height: 250px;	
	left:0;
	overflow: hidden;
	z-index: -1;	
	background: url(Images/grad.png) repeat-x 0;
	top: -135px;
	position: absolute;
}

.footerGrad{
	background: url(Images/footGrad2.png) repeat-x left bottom;
	position: fixed;
	width: 100%;
	height: 250px;
	z-index: -1;	
	left:0;
	bottom: 0;
}
/*--------styles--------*/

.title {
	width: 550px;
	float: right;
}

.imgWrapper {
	margin-left: auto;
	width: 338px;
	margin-right: auto;
	position: relative;
}

/*---------content----------*/

.textWrapper{
	float: left;
	padding: 15px;
}

.content {
	width: 550px;
	height: 200px;
	position: relative;
	color: #5c4c39;
	margin-top: 5px;
	float: right;
}

.content h2{
	margin-top: 10%;
	text-align: center;
	margin: 20px 0 0;
	font: 100 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #3b3325;
	padding-left: 15px;
	padding-right: 15px;
}

h4{
	color: #3b3325;
	font: small-caps 16px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	text-align: center;
	margin: 0 0 20px;

}

.content p{
	font: 17px/24px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	color: #f2f1e4;
	text-align: center;
}

.content b{
	text-decoration: underline;
	font-size: 20px;
}

/*---------image----------*/



.image {
	width: 425px;
	height: 800px;
	position: relative;
	overflow: visible;
	float: left;
}

/*---------menu----------*/

.menu {
	width: 555px;
	height: 60px;
	position: relative;
	margin-top: 100px;
	padding: 0px;
	float: right;
}

.menu ul{
	padding: 0;
	list-style-type: none;
	width: 500px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}

.menu li#first{
	margin-left: 0px;
}

.menu li{
	display: inline;
	position: relative;
	float: left;
	margin-left: 45px;
	margin-right: 0;
}


