html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

body {
	background-color: #ccc7a9;
	font-family: arial;
}

#banner {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 880px;
	height: 170px;
	background-image: url(../images/banner.jpg);
}

#horizontalMenu {
	position: absolute;
	top: 146px;
	left: 450px;
	width: 440px;
	height: 20px;
	font-family: arial;
	text-align: right;
}

#horizontalMenu2 {
	position: absolute;
	top: 146px;
	left: 380px;
	width: 500px;
	height: 20px;
	font-family: arial;
	text-align: right;
}

#cornerShadow {
	position: absolute; 
	top: 0px; 
	left: 900px; 
	width: 10px; 
	height: 8px; 
	background-image: url(../images/cornershadow.gif);
}

#copyright {
	position: absolute;
	top: 8px;
	left: 825px;
	width: 60px;
	height: 35px;
}

#copyrightText {
	position: absolute;
	top: 45px;
	left: 824px;
	width: 60px;
	height: 8px;
}

#trademarks {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 135px;
	height: 8px;
	text-align: left;
	font-family: trebuchet ms;
	font-size: 10px;
}

#addressPhone {
	position: absolute;
	top: 6px;
	left: 240px;
	height: 8px;
	text-align: left;
	font-family: trebuchet ms;
	font-size: 10px;
}



A.ver:link {text-decoration: none; color: #000000;}
A.ver:visited {text-decoration: none; color: #000000;}
A.ver:active {text-decoration: none; color: #000000;}
A.ver:hover {text-decoration: none; color: #8d0303; cursor: hand;}

A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: none; color: #000000; cursor: hand;}

p:mainText {text-align: justify;}