html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	min-height:100%;
	position:relative;
	background-image: url(../_images/contentBkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000;
}
#header {
	padding:0px;
	height: 184px;
	background-color: #000;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body {
	padding-bottom:60px;
	width: 880px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:38px;
	background-color: #6cf;
	background-image: url(../_images/footerBkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 13px;
}
#footer p {
	color: #FFF;
	display: block;
	/*esto cambio*/
	width: 372px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*esto cambio*/
	background-image: url(../_images/miniS.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../_images/topMenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 879px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul li {
	width: 70px;
	float: left;
	text-align: center;
	display: block;
}
#menu #menuItems ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu #menuItems ul li a:hover {
	text-decoration: underline;
}
#menu #menuItems {
	width: 72%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
}
#sideBar {
	float: left;
	width: 199px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 11px;
	background-image: url(../_images/sideBarBkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#sideBar #topSidebar {
	background-image: url(../_images/sideBarTop.jpg);
	height: 7px;
	width: 199px;
	margin-bottom: 3px;
}
#sideBar #sidebarContent {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#sideBar #sidebarContent h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FF6000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sideBar #sidebarContent p {
	margin-top: 5px;
	color: #FFF;
	margin-bottom: 5px;
}
#sideBar #sidebarContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sideBar #sidebarContent ul li {
	color: #FFF;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sideBar #bottomSidebar {
	background-image: url(../_images/sideBarBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 7px;
}
.clearFloat {
	clear: both;
}
#mainContent   {
	float: right;
	margin-right: 50px;
	width: 580px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent p   {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.7em;
}
#mainContent h2   {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #5D4629;
}
