* {
	color: #000;
	font-family: Arial;
}

div {
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.cb {
	clear: both;
	font-weight: 0px;
	line-height: 0px;
}


#wrap {
	margin: 0 auto;
	width: 863px;
	background-image: url(images/bg.png);
	padding-left: 3px;
	padding-right: 3px;
}


#header #logo, #content #main {
	position: relative;
	float: left;
	width: 630px;
}

#header #menu  {
	position: relative;
	float: right;
	width: 233px;
}

#content #sidebar {
	position: relative;
	float: right;
	width: 193px;
}

#logo, #menu {
	height: 207px;
}

#logo {
	background-image: url(images/logo.png);
}

#menu {
	background-image: url(images/menu_bg.png);
}

#menu ul {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	position: relative;
	float: left;
	width: 160px;
}

#menu ul li {
	list-style-type: none;
	padding: 10px 0px 4px 20px;
	border-bottom: 1px solid #003366;
}

#menu ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #6699cc;
	font-weight: normal;
}
#menu ul li a.selected {
	color: #fff;
}

#footer .left, #footer .right {
	position: relative;
	float: left;
}

#footer .left {
	width: 610px;
	line-height: 28px;
	background-color: #61767d;
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
}

#footer .right {
	width: 233px;
	line-height: 28px;
	background-color: #8b9ca1;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#content {
	background-image: url(images/content_bg.png);
}

#sidebar {
	background-image: url(images/side_bg.png);
	background-repeat: no-repeat;
	padding: 20px;
}

#abonamente {
	height: 161px;
	padding-top: 21px;
	padding-left: 9px;
	background-image: url(images/home_abonamente_bg.png);
}

#abonamente img {
	position: relative;
	float: left;
	margin-left: 0px;
}

#pagecontent {
	background-image: url(images/content_left_bg.png);
	min-height:283px;
	height:auto !important;
	height:283px;
	background-repeat: repeat-x;
}

table.green {
	background-color: #81c200;
}


table.green thead * {
	color: #fff;
	padding: 4px;
	text-align: center;
	font-size: 13px;
}

table.green tbody td {
	color: #000;
	padding: 6px;
	background-color: #fff;
	font-size: 12px;
}

.bggrey {
	background-color: #cccccc;
}

div.ab {
	padding: 5px;
}

