@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
}
#container  {
	width: 1000px; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D3C50;
}
#header  {
	background-color: #4E4E4E;
	font-weight: normal;
	height: 140px;
	padding-right: 40px;
}
#letrota   {
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 100px;
	margin: 0px;
	padding-left: 30px;
}
#navigationt {
	margin-left: 440px;
	padding-top: 20px;
}
#logo {
	float: right;
	padding-top: 34px;
}
#mainContent  {
	background-color: #FFF;
	clear: both;
}
#zoom {
	float: left;
	height: 467px;
	width: 800px;
	text-align: center;
}
#tearzoom {
	padding-top: 14px;
}
#thumb {
	float: right;
	height: 400px;
	width: 200px;
	margin-top: 0px;
}
#notes {
	background-color: #4E4E4E;
	clear: both;
	color: #FFF;
	text-align: center;
}
#footer  {
	background-color: #4E4E4E;
	color: #FFF;
	font-size: 14px;
	height: 40px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#footer ul li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#copy {
	font-size: 10px;
	text-align: center;
}
