@CHARSET "ISO-8859-1";

img {
	margin: 0px;
	border: 0px;
}

a {
	color: blue;
}

body {
	margin: 0px;
	background: #003c50;
	font-family: sans-serif;
	overflow: auto;
}


.body_table {
	width:1000px;
}

/*PARTE DA ESQUERDA*/
.left_div {
	width: 191px;
	border: 0px solid white;
	float: left;
}

.logo_holder {
	height: 193px;
	width: 191px;
	background-image: url("imagens/c1-r1_logo.png");
}

.menu_top {
	height: 11px;
	width: 192px;
	background-image: url("imagens/c1-r2_menu-top.png");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
}

.menu_body {
	width: 192px;
	background-image: url("imagens/c1-r3_menu-body.png");
	margin: 0px;
	padding-bottom: 10px;
}

.menu_link {
	color: white;
	text-decoration: none;
	display: block;
	width: 150px;
	margin-left: 20px;
	padding-top: 10px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

.sub_menu_link {
	display: block;
	margin-left: 43px;
	margin-top: 0px;
	color: white;
	font-size: 10px;
}

.list_menu_link {
	border:0px solid white;
	width: 19px;
	height: 19px;
	display:block;
	float:left;
	margin-left: 20px;
	margin-top: 9px;
	/*margin-right: 4px;*/
	background-image: url("imagens/menu_arrow.png");
}

.list_sub_menu_link {
	display:none;
}

.menu_link_arrow {
	border: 0px solid white;
	position: relative;
	top: 4px;
	margin: 0px;
}

.menu_bottom {
	height: 32px;
	width: 192px;
	background-image: url("imagens/c1-r4_menu-bottom.png");
}

/*PARTE DA DIREITA*/
.right_div {
	width: 798px;
	border: 0px solid white;
	float: left;
}

.top_shadow {
	background-image: url("imagens/c2-r1_sombra-top.png");
	width: 798px;
	height: 15px;
}

.banner_holder {
	width:799px;
	height:169px;
	background-image: url("imagens/c2-r2_banner1.png");
}

.content_div_holder {
	width: 798px;
	float: left;
	background: #FFFFFF;
}

/*
.content {
	border: 0px solid blue;
	margin: 5px;
	min-height: 550px;
	padding: 15px;
}
*/


html .content{
	border:0px solid blue;
	margin:5px;
	height:550px;
	padding:15px;
}


.bottom_r_shadow {
	width: 798px;
	border: 0px solid blue;
	height: 32px;
	float: left;
	background: #003c4e;
	background-image: url("imagens/c2-r4_sombra-bottom.png");
}

.footer {
	text-align: center;
	color: white;
	padding-bottom: 10px;
	clear: both;
	font-size: 12px;
}

.content_title {
	font-size: 23px;
	display:none;
}

.content_description {
	font-size: 23px;
	display:none;
}
