<!--
h1, h2, h3, h4 {
	margin-top:					0px;
}
body {
	background-color: 			#f7e694;
	margin:						0px;
	font-size:					13px;
	color:						#3d3a2f;
	font-family:				"Palatino Linotype", Georgia, "Times New Roman", Arial;
	font-weight:				none;
}
#wrapper {
	width:						889px;
	margin:						0 auto;
}
#header_wrap {
	height:						165px;
	width:						889px;
	background-image:			url('../images/lascarretas_01.jpg');
}
#content_wrap {
	height:						447px;
	width:						889px;
	top:						165px;
	position:					absolute;
	background-image:			url('../images/lascarretas_08.jpg');
}
#menu_wrap {
	width:						235px;
	height:						447px;
	position:					absolute;
}

#menu_links {
	background-image:			url('../images/lascarretas_02.jpg');
	width:						82px;
	height:						447px;
	position:					absolute;
}
#menu_content {
	left:						82px;
	position:					absolute;
	background-image:			url('../images/lascarretas_03.jpg');
	height:						447px;
	width:						153px;
}

#content {
	left:						235px;
	width:						454px;
	position:					absolute;
	height:						447px;
	padding-left:				5px;
	overflow:					auto;
}
#right_wrap {
	left:						694px;
	width:						195px;
	position:					absolute;
	height:						447px;
}
#right_content {
	position:					absolute;
	height:						442px;
	width:						169px;
	padding-left:				0px;
	background-image:			url('../images/lascarretas_05.jpg');
}
#right_right {
	position:					absolute;
	height:						447px;
	width:						31px;
	left:						164px;
	background-image:			url('../images/lascarretas_06.jpg');
}
#footer_wrap {
	height:						230px;
	width:						889px;
	position:					absolute;
	top:						612px;
	background-image:			url('../images/lascarretas_07.jpg');
}
#link2design {
	top:						845px;
	width:						889px;
	position:					absolute;
	text-align:					center;
	font-size:					12px;
	font-family:				Arial, Helvetica, sans-serif;
	height:						22px;
}
a.L2D:link {
	color:						#000000;
	text-decoration:			none;
}
a.L2D:active {
	color:						#000000;
	text-decoration:			none;
}
a.L2D:visited {
	color:						#000000;
	text-decoration:			none;
}
a.L2D:hover {
	color:						#000000;
	text-decoration:			none;
}

p {
	margin-top:					0px;
}

a:link {
	color:						#6b6551;
	text-decoration:			underline;
}
a:active {
	color:						#6b6551;
	text-decoration:			underline;
}
a:visited {
	color:						#6b6551;
	text-decoration:			underline;
}
a:hover {
	color:						#6b6551;
	text-decoration:			none;
}
-->