html {
	margin: 0;
	padding: 0;
	background #fff;
}

body {
	margin: 0;
	padding: 0;
	height: 750px;
	width: 850px;
	background: url(http://solidhang.com/laturista/images/laturista_website_background.jpg);
	background-repeat: no-repeat;
}

img, img:link, p, a:link, a:visited, a:hover, a:active, h1, h2, h3, h4, h5, ul, li, ol, dl, div, span {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: 11px Arial, sans-serif;
	color: #615842;
	border: none;
}
#navigationcontainer {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 430px;
	/* border: 1px solid #000; */
	width: 250px;
	height: 60px;
}

#navigation {
padding: 0;
margin: 0;
text-align: left;
position: absolute;
top: 10px;
left: 75px;
width: 175px;
}

#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}
		
#navigation li {
list-style: none;
margin: 0 10px 0 0;
padding: 0;
display: inline;
}
		
#navigation li a {
	font-family: Arial, serif;
	font-size: 11px;
	color: #615842;
	line-height: 14px; 
	font-family: Arial;
	text-decoration: none;
	}
	
#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	border: none;
	color: #615842;
}

#navigation li a:hover, #navigation li a:active {
	text-decoration: none;
	border: none;
	background: #615842;
	color: #fff;
}

#body-topright {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
	left: 680px;
	width: 150px;
	height: 180px;
	/*border: 1px solid #000;*/
	overflow: auto; 
	background-color: #fff;
}

#body-left {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 330px;
	left: 160px;
	width: 200px;
	height: 250px;
	/*border: 1px solid #000;*/
	overflow: auto; 
	background-color: #fff;
}

#body-right {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 430px;
	left: 480px;
	width: 280px;
	height: 270px;
	/*border: 1px solid #000;*/
	overflow: auto; 
	background-color: #fff;
}

h1.title {
	margin: 2px 2px 3px 2px;
	padding: 0;
	color: #615842;
	font: 12px Arial, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}

h1.title a:link, h1.title a:visited {
	color: #615842;
	border-bottom: 1px solid #615842;
	font: 12px Arial, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}

h1.title a:hover, h1.title a:active {
	color: #615842;
	border-bottom: 1px solid #615842;
	text-transform: capitalize;
	font-weight: bold;
}



p.generaltext {
	margin: 3px 2px 3px 2px;
	padding: 0;
	color: #615842;
	font: 11px Arial, sans-serif;
	text-transform: normal;
	font-weight: normal;
	line-height: 14px;
}

p.generaltext a:link, p.generaltext a:visited {
	color: #615842;
	border-bottom: 1px solid #615842;
	font-weight: normal;
}

p.generaltext a:hover, p.generaltext a:active {
	color: #fff;
	background: #615842;
	font-weight: normal;
}



p.specialtext {
	margin: 3px 2px 3px 2px;
	padding: 0;
	color: #615842;
	font: 11px Arial, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 19px;
}

p.specialtext a:link, p.specialtext a:visited {
	color: #615842;
	border-bottom: 1px solid #615842;
	font-weight:bold;
}

p.specialtext a:hover, p.specialtext a:active {
	color: #fff;
	background: #615842;
	font-weight:bold;
}


span.specialtext-small {
	color: #615842;
	font: 9px Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

div.footer {
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: absolute;
	top: 750px;
	left: 0;
	width: 850px;
}

div.footer a:link, div.footer a:visited {
	color: #615842;
	border-bottom: 1px solid #615842;
	font-weight: normal;
}

div.footer a:hover, div.footer a:active {
	color: #fff;
	background: #615842;
	font-weight: normal;
}

