body {
	background: #111;
	text-align: center;
	margin: 10px;
	padding: px;
}

#all {
	width: 787px;
	height: 480px;
	background: url(lay-img/bg.jpg) no-repeat left #090909;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	-moz-border-radius:8px;
	font: normal 11px "Verdana", Arial, sans-serif;
	letter-spacing: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -240px 0 0 -393px;
}

#content {
	width: 787px;
	height: 398px;
	overflow: auto;
	margin: 58px 0 0 0;
	_display: inline;  /* IE Hack */
}

.include {
	width: 437px;
	height: auto;
	text-align: left;
	color: #d6d6d6;
	line-height: 18px;
	float: left;
	margin: 0 0 0 16px;
	position: relative;
}

.include a {
	color: #d57016;
	text-decoration: none;
}

.include a:hover {
	color: #d6d6d6;
	text-decoration: underline;
}

.include p {
	margin: 0 0 10px 0;
	padding: 0px;
}

.include td {
	color: #d6d6d6;
	font-size: 11px;
}

ul#menu {
	list-style-type: none;
	margin: 0px;
	padding: 12px 0 0 650px;
	position: absolute;
}

ul#menu li {
	width: 100px;
	text-align: right;
	padding: 0px;
}

ul#menu li a {
	background: #d57016;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-shadow: #fff 0px 0px 1px;
	display: block;
	margin: 0 0 6px 0;
	padding: 4px;
}

ul#menu li a:hover, ul#menu li a.open {
	background: #000;
	color: #d6d6d6;
	text-shadow: none;
}

#copy, #web a {
	font-weight: bold;
	color: #d57016;
	text-decoration: none;
}

#copy {
	float: left;
	margin: 5px 0 0 16px;
}

#web {
	float: right;
	margin: 5px 16px 0 0;
}

#web a:hover {
	color: #d6d6d6;
}
	/* CSS Conntents */
p {
	margin: 0 0 12px 0;
	padding: 0px;
}
 
hr {
	border: 1px dotted #222;
	border-width: 1px 0 0 0;
	width: 100%;
	height: 1px;
	margin: 20px 0 20px 0;
}
 
.border, .border2 {
	border: 1px solid #555;
	margin: 0 10px 3px 0;
}
 
.border:hover, .border2:hover {
	border: 1px solid #d57016;
	margin: 0 10px 3px 0;
}
 
.border-nospace {
	border: 1px solid #555;
}
 
.border-nospace:hover {
	border: 1px solid #d57016;
}

.title-c {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
 
#news-title, #news-title a {
	color: #d6d6d6;
	text-decoration: none;
}
 
#news-title a:hover {
	color: #d57016;
}
 
#news-date {
	font-weight: bold;
	color: #d57016;
}
 
#full-title {
	font-weight: bold;
	font-size: 12px;
	text-shadow: #000 1px 1px 1px;
	margin: 0 0 8px 0;
	padding: 0px;
	cursor: default;
}
 
#news-foot {
	height: 15px;
	background: #141414;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 9px;
	letter-spacing: 0.5px;
	padding: 2px 8px 6px 8px;
	margin: 8px 0 0 0;
}
 
#news-bt {
	height: 15px;
	background: #d57016;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 9px;
	color: #000;
	letter-spacing: 0.5px;
	padding: 2px 8px 5px 8px;
	margin: 8px 0 0 0;
}

#news-bt a {
	color: #000 !important;
}

#news-bt a:hover {
	color: #d6d6d6 !important;
	text-decoration: none;

}

blockquote {
	background: url(lay-img/quote.jpg) no-repeat top left #222;
	border-left: 5px solid #d57016;
	text-align: justify;
	margin: 0;
	padding: 7px 17px 7px 38px;
}
 
.cn-pagedrop {
	background: #000;
	color: #d6d6d6;
	border: 1px solid #333;
	font: normal 11px "Arial", Verdana, sans-serif;
}

.form-email {
	background: #141414;
	border-radius: 4px;
	border: none;
	color: #d6d6d6;
	padding: 4px;
}

.enviar {
	background: #d57016;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	font-weight: bold;
	color: #000;
	text-shadow: #fff 0px 0px 1px;
	letter-spacing: 1px;
	padding: 4px 6px;
	cursor: pointer;
}

.enviar:hover {
	background: #141414;
	color: #d6d6d6;
	text-shadow: none;
}

textarea {
	width: 437px;
	height: 150px;
}

* html input { overflow: visible; }

div.twitter {
	filter: alpha(opacity=85);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}