* { font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'sans-serif'; margin: 0px; padding: 0px; color: #f6f6f6;
	border: 0px; list-style:none; text-decoration:none; line-height: normal; font-style: normal; 
}

body {
	text-align: center;
	background: #252525;
	margin: 0px;
	width: 100%;
}
* strong{ font-weight: bold; }

#body{
	width: 100%;
	text-align: center;	
}
#logo{
	margin: 30px auto 0px auto;
	width: 445px;
	height: auto;
	vertical-align: middle;
}
.home #logo{
	margin: 100px auto 0px auto;
}
#logo h1{
	background: url('../img/gustavoc_logo.gif') no-repeat left top;
	width: 445px;
	height: 70px;
	line-height: 9999px;
	overflow: hidden;
}

#links{
	margin-top: 6px;
	text-align: center;
	background: #1a1a1a;
	padding: 4px 0px;
	border-left: 20px solid #111;
	border-right: 20px solid #111;
}
#links ul{
	padding: 2px 0px 4px 0px;
}
#links ul li{
	display: inline;
	list-style: disc;
	border-right: 1px solid #aaa;
	padding: 0px 8px 0px 4px;
	font-size: 11px;
	color: #777;
}
#links ul .last{
	border-right: 0px;
}
#links ul li a{
	color: #eee;
}
#links ul .in{
	text-decoration: line-through;
}

#links ul li a:hover{
	text-decoration: underline;
}

#container{
	text-align: left;
	padding: 10px 0px;
}
#content{
	text-align: left;
	padding: 10px 0px;
	border-left: 40px solid #2b2b2b;

}
#container a{
	font-size: 14px;
	color: eee;
}
#container a:hover{
	text-decoration: underline;
}
#container h2{
	font-size: 20px;
	letter-spacing: -1px;
	background: #1a1a1a;
	padding: 8px 10px;
	border-left: 40px solid #111;
	border-right: 40px solid #111;
}
#container h3{
	font-size: 18px;
	letter-spacing: -1px;
	border-bottom: 3px solid #1f1f1f;
	padding: 4px 10px;
	margin-bottom: 6px;
	color: #eee;
	text-indent: -80px;
	margin-left: 80px;
}
#container h4{
	font-size: 18px;
	color: #eee;
	/*font-weight: bold;*/
	margin-bottom: 3px;
	letter-spacing: -0.5px;
}
#container div{
	padding: 8px 10px;
	margin-bottom: 8px;
}
#container span{
	display: block;
	font-size: 14px;
	color: #ccc;
	margin: 4px 10px;
}
#jobs{
	border-bottom: 2px solid #666;
}
#jobs ul{
	margin: 4px 0px 6px 12px;
	float: left;
	width: 200px;
}
#jobs ul li h4{
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
}
#jobs ul li a{
	color: #eee;
}
.a-topo{
	text-align: right;
}
.a-topo a{
	text-transform: uppercase;
	font-weight: bold;
}