/* Common CSS document */
body {
	background-color:#600;
	color:#ddd;
	font-family:"Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size:14px;
	line-height:19px;
	text-align:center;
}

div#container {
	background-color:#745124;
	width:700px;
	padding:18px 0 34px;
/*	border:1px dotted #fff;*/
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	margin:40px auto;
}

#acustica {
	height:106px;
	margin:0 0 20px;
	padding:0 40px 16px;
	text-indent:-9999px;
	position:relative;
	border-bottom:9px solid #600;
}
	#acustica a {
		display:block;
		position:absolute;
		top:0;
		left:63px;
		height:106px;
		width:577px;
		background:transparent url('../img/acustica-brown.gif') no-repeat scroll 1px 0;
	}
	#acustica a:hover {
		text-decoration:none;
		border:0;
	}

#content {
	padding:0 30px;
}

p, li, h5 {
	font-family:"Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size:14px;	
	margin:px 0;
	text-transform:lowercase;
}
p {
	text-align:left;
}

.top {
	border-top:1px dotted #999;
	padding:11px 0 0;
}

.bottom {
	border-bottom:1px dotted #999;
	padding:0 0 11px;
}

.contact {
	padding-top:0;
	background:transparent url('../img/separator.gif') no-repeat scroll top center;
}
	.contact a {
		font-weight:normal;
	}
.legal {
	font-style:italic;
	text-align:center;
}

p.link-home {
	text-align:center;
	padding-bottom:7px;
	margin:-4px 0 0;
}
a {
	font-weight:bold;	
}
a, a:link, a:visited {
	color:#f18f25;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	border-bottom:1px dotted #f18f25;
}
a:visited:hover {
	border-bottom:1px dotted #522905; /* darker brown (means visited) */
}

.imagelink:hover {
	border-bottom:0px;
}

h1, h2, h3, h4 {
	font-family:"Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size:34px;
	font-weight:bold;
	color:#fff;
	margin:2px 0 0.7em;
	padding:0;
	line-height:1em;
}
h2 {
	font-size:24px;
	line-height:1em;
}
h3 {
	font-size:20px;
	line-height:1em;
	text-transform:lowercase;
}
h4 {
	font-size:16px;
	line-height:1em;
}
h5 {
	font-weight:bold;
	margin:1px 0;
	padding:0;
}

ul {
	padding:2px 0 12px;
	margin:0;
}
li {
	list-style:none;
	color:#800000;
	padding:9px 0;
	margin:0;
	background:transparent url('../img/separator.gif') no-repeat scroll bottom center;
}
	li h2, li h3, li h4 {
		margin:0 0 0.3em;
	}

	li a, li a:link, li a:visited {
		font-weight:normal;
	}
	li a.download, li a.download:link, li a.download:visited {
		font-weight:bold;
	}

code {
	font-family:Menlo, "Andale Mono", "DejaVu Sans Mono", Consolas, monospace;
	font-size:12px;
	display:block;
	margin:15px auto;
	width:80%;
	padding:11px 9px 11px 12px;
	border:2px solid #876;
	background-color:#543;
	text-align:left;
	text-transform:none;
}
address { /* reset browser default style */
	font-style:normal;
}