/* CSS Document */

* { 
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #391c06;
}


html {
	height: 100%;
}

* html #container {
	height: 100%;
}

body { 
	height: 100%;
	background-color: #ffffff;
	background-image: url('http://www.letsgetcookin.biz/images/bodyshadow.jpg');
	background-repeat: repeat-y;
	background-position:center;
}
	

h1 { 
	color: white ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 1.5em;
}

h2 { 
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h3 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.withchecks {
	background-position: -0.1em;
	background-image: url('http://www.letsgetcookin.biz/images/check.gif');
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-left: 1.5em;
	padding-bottom: 1em;


}


/*************************************************************************
**************************************************************************/

#container {
	width: 790px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px;
}

#header {
	background-image: url('http://www.letsgetcookin.biz/images/header.jpg');
	background-repeat: repeat-x;
	height: 145px;
	clear:both;
}

#logo {
	float: left; 
	position: relative; 
	padding-left: 60px;
}

#title {
	background-color: #c3bead;
	height: 24px;
	text-align: right;
	width: 98%;
	margin: 0 auto;
}

#content {
	padding-top: 2em;
	padding-bottom: 7em;
	padding-left: 2em;
	padding-right: 2em;
	text-align: left;
}

/*************************************************************************
**************************************************************************/
#footer {
	text-align:center;
	background-image: url('http://www.letsgetcookin.biz/images/footer.jpg');
	background-repeat: repeat-x;
	height: 47px;
	width: 790px;
}

#footer .links a {
	color: black;
	font-weight: bold;
	text-decoration:none;
}
	
#footer .links a:hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
	
	
/*************************************************************************
**************************************************************************
**************************************************************************
**************************************************************************
**************************************************************************/
#menu {
	background-image: url('http://www.letsgetcookin.biz/images/menuback.jpg');
	background-repeat: repeat-x;
	border-bottom: 2px solid white;
	height: 241px;
	width: 98%;
}

#menu .list {
	position: relative;
	float:left;
	*width: 270px !important;
	bottom: -35%;
}

#menu .picture {	
	position: relative;
	float: right; 
	border-left: 8px solid #e8ba2f;
}

#menu ul li { 
	margin-left: -38px;
	*padding-left: 38px !important; 
	
	padding-left: 15px; 
	*margin-left: -15px !important;
	
	line-height: 2.2em;
	list-style: circle;
	list-style-position: inside;
	color: #FFFFFF; 
}

#menu ul li:hover {
	padding-left: 14px;
	*margin-left: -16px !important;	
	
	width: 292px;
	*width: 100% !important;
	
	background-color: #967b5e;
	border-left: 1px solid #e8ba2f;
	list-style: disc;
	list-style-position: inside;
}

#menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*************************************************************************
**************************************************************************
**************************************************************************
**************************************************************************
**************************************************************************/
#panel {
	float: right;
	height: 41px;
	padding-right: 50px;
}

#panel .left {
	background-image: url('http://www.letsgetcookin.biz/images/panelleft.jpg');
	background-repeat: no-repeat;
	float:left;
	width: 10px;
	height: 41px;
}

#panel .menu {
	padding-top: 5px;
	background-image: url('http://www.letsgetcookin.biz/images/panelmid.jpg');
	background-repeat: repeat-x;
	float: left;
	height: 41px;
	width: 230px;
}

#panel .menu a {
	font-size: 10px;
	font-weight: bold;
	color: #cfcabc;
	text-decoration:none;
}

#panel .menu a:hover {
	border-top: 1px solid #cfcabc;
	border-bottom: 1px solid #cfcabc;
}

#panel .right {
	background-image: url('http://www.letsgetcookin.biz/images/panelright.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 41px;
}


.ingreso { 
	width: 90% !important;
	width: 90%; 
	}

