body {
  font-family: helvetica, verdana, sans;
  font-size: 15px;
  color: #333;
/*	background-image: url(bg.png);*/
}
div#logo, div#quote, div#menu, div#footer {
	border: 1px solid #ddd;
	box-shadow: 4px 3px 3px #ddd;
}

div#logo, div#quote, div#menu, div#content, div#footer {
	background-color: white;
	/*  box-shadow: 4px 3px 3px #ddd; */
}

a img { border: none; }
h1 {
	color: black;
	font-size: 16px;
}
h2 {
	color: #222;
	font-size: 15px;
}
div#page {
	width: 1040px;
	position: relative;
	margin: 0 auto;
}

div#top {
	width: 1040px;
	height: 240px;
}
div#logo {
	position: absolute; top: 0; left: 0;
	width: 240px; height: 230px;
	text-align: center;
	font-size: 20px;
}
div#logo h1, div#logo h2 {
	font-weight: normal; text-transform: uppercase;
	color: #aaa;
}
div#logo img {
	display: block;
	margin: 80px 10px 0 10px;
}

div#illus {
	width: 245px; height: 600px; float: left;
	overflow: hidden;
}

div#content {
	margin-top: 15px;
	width: 1040px;
}
div#text {
	width: 750px; padding: 20px; float: left;
}

div#quote {
	position: absolute; top: 0; left: 250px ;
	width: 750px;
	height: 120px;
	padding: 20px;
	background-image: url(header_tintadachina.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#quote p {
	width: 100%;
	text-align: center; font-size: 25px;
	margin: 0;
}
div#quote p#q_tl {
	text-align: left;
}
div#quote p#q_br {
	margin-top: -20px;
	text-align: right;
}
div#quote p.sign {
	margin-top: 5px;
	text-align: right; font-size: 16px; color: #666;
}

div#menu {
	position: absolute; top: 170px; left: 250px;
	width: 790px; height: 60px;
}
div#menu a {

	display: block;
	text-align: center;
	padding: 0 23px;
	height: 60px;
	float: left;	
	text-decoration: none;
	color: #666;
	font-size: 14px;
	line-height: 60px;
}
div#menu a.current {
	color: black; font-weight: bold;
}

div#footer {
	background-color: white;
	margin-top: 10px;
	width: 1000px;
	padding: 0 20px 10px 20px;
}

div#postfooter {
	margin-top: 10px;
	text-align: center;
}
div#postfooter a {
	color: #555;
}
div#postfooter a img { margin-bottom: -3px; }

div#langbar {
	position: absolute; right: 5px; top: 255px;
}
div#langbar a {
	margin: 0 5px;
}
div#menu a.double {
	line-height: 20px;
	height: 50px;
	width: 100px; 
	/*padding: 0 0 !important;*/
	padding-top: 10px;
}
div#menu a:hover {
	background-color: #d0d0d0;
	
}

div#content p {
	text-align: justify; line-height: 22px;
}

a {
	text-decoration: none;
	color: #aaa;
}
a:hover { color: blue; }
a.ico img {
	margin-bottom: -5px;
}

div.clear { clear: both; }

.light {
	color: #555;
}

div.linkz {
	width: 450px; float: left; margin: 20px 10px;
}
div.linkz a{
	display: block;
	margin: 3px;
}

table#adrT { margin: 0 auto; }
table#adrT td{
	font-size: 13px;
}
table#adrT td.r{
	text-align: right;
	padding-right: 20px;
}

table.flags img {
	width: 60px;
}
table.flags td {
	padding: 1px 10px;
}


span.curlang {
	border: 1px solid #ddd;
	padding: 5px;
}

span.llang {
	font-size: .8em;
}
