/*
CSS Stylesheet | Vereda | Manual del Curador Latinoamericano | General Layout
Author: coCoKNIght
Author Web: www.cocoknight.com
Company: Vereda
Company Web: vereda.ula.ve
*/

body {	
	color: #473e37;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, FreeSans, sans-serif;
	text-align: center; /*for ie*/
	background: #292829;
}

#cHeader, #cContainer, #vFooterContent, #ajaxmenu, #cFooter {
	margin: auto;
	text-align: left; /*for ie - see body*/
	width: 988px;
}

#cHeader {
	text-align: center;
	height: 473px;
	background: url(images/cBannerBg988x1.png) repeat-y top center;
       margin-top:-10px;
}

#cContainer {
	background: #eddcc0 url(images/cContainerBg990x1.png) repeat-y top center;
}

#ajaxmenu, #vPreFooter {
	height: 32px;
	background: #231f20 url(images/cAjaxmenuBg988x32.png) repeat-y top center;
}

#cContent {
	padding: 0;
	margin-left: 4px;
	width: 565px;
	float: left;
}

#cSidebar {
	width: 416px;
	float: left;
}

#cSidebar>* {
	margin: 7px;
}

#cSidebar #cSearch {
	margin: 0;
	line-height: 0; /*for some reason there is something like a padding-top without this*/
	height: 32px;
	border-bottom: 1px solid #c6c7bf;
	background: #e9d4b4;
}

#cFooter {
	height: 14px;
	background: url(images/cFooterBg988x14.png) no-repeat center top;
}
