﻿* {
	color: #333333;
}
img {
	border: none;
}
div {
	position: absolute;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu * {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style: none;
	font-size: 13px;
	line-height: 15px;
}
#menu li {
	margin-bottom: 13px;
}
#holder {
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: -235px;
}
#menu {
	width: 200px;
	border-right: 3px #dddddd solid;
	padding: 50px 10px 50px 0px;
	text-align: right;
	background-image: url('imagens/menubg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}
#menu img {
	margin-bottom: 20px;
}
#menu ul ul {
	font-size: 11px;
	line-height: 14px;
}
#menu li li {
	margin-bottom: 0px;
}
#content {
	width: 450px;
	padding: 87px 0px 50px 50px;
	left: 200px;
}
#content * {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
	color: #336699;
	font-weight: normal;
	border-bottom: 1px #CFDFEF solid;
}
#content p {
	margin: 11px 0px;
}
#content li {
	list-style: none;
	margin: 2px 0px;
	padding-left: 1px;
}
#content a {
	color: #336699;
}
em {
	color: #999999;
}
p#paging {
	margin: 25px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #336699;
}
table#paging {
	border-top: 1px #336699 solid;
	font-size: 10px;
	text-align: center;
}
#paging td {
	width: 10px;
}
#sign {
	position: absolute;
	right: 10px;
	bottom: 10px;
}