/*******************/
/** structure.css **/
/*******************/


* {
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',  Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	}

em {
	text-decoration: underline;
	font-style: normal;
	}

a {
	color: red;
}

	
body {
	font-size: small;
	color: #333;
	text-align: center;
	background: url(http://www.zerotouch.com/uploads/image,1091,en.jpg) repeat-y 50% 0;
	
/*	background: url(http://www.zerotouch.com/uploads/image,1003,en.gif) repeat-y 50% 0; */
/*	background: url(http://www.zerotouch.com/images/grid.gif); */
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 852px; 
	height: 100%;
/*	background: url(http://www.zerotouch.com/uploads/image,1004,en.gif); */
/*	background: white; */
/*	background-position: -71px; */
	}
	
#logo {
	width: 213px;
	float: left;
	padding-top: 40px;
	#ffff99;
	}

	
#topview { 
	margin: 0;
	padding: 0;
	width: 638px;
	float: right;
	height: 150px;
	background: yellow;
	background: url(http://www.zerotouch.com/uploads/image,1098,en.jpg); 
	margin-bottom: 10px;
	}

#nav {
	width: 638px;
	float: right;
	padding: 0;
	padding-left: 0px;
	border-right: 0px #ccc solid;
	border-bottom: 0px #ccc solid;
	list-style: none;
	z-index: 2;
	}



		
/* holds breadcrumb & date */
#topholder { 
	width: 852px;
	background-color: #ffff99;
	float: left;
	margin-bottom: 10px;
	}
	
#breadcrumb { 
	width: 509px;
	float: left;
	font-size: 85%;
	margin: 0;
	padding: 0 0;
	}

#date {
	width: 180px;
	float: right;
	text-align: right;
	color: #ccc;
	}
	
/* holds leftnav and main */
#midholder {
	width: 852px;
	float: left;
/*	background: yellow; */
	}

#maintop {
	width: 425px;
	float: right;
	height: 71px;
	background: #fff;
	}

#main {
	width: 638px;
	float: right;
	background: #ffff99 url(http://www.espanaviva.com/uploads/image,1792,en.gif) no-repeat top left;
	}

#leftnav {
	width: 203px;
	float: left;
	}
	
#right {
	width: 213px;
	float: right;
	}


#footer {
	width: 852px;
	background-color: #ffcc33;
	float: left;
	text-align: center;
	border-top: 10px white solid;
	}
	
