body {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	background: #f5f5f5;
	color: #454545;
	font-family:Calibri;
}

a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #f5f5f5;
}


p {
	margin: 0 0 5px 0;
	color: #000099;
}

form { 
	margin: 0; 
}

.both {
	clear:both;
}

/* layout
   ------ */

.content {
	margin: 10px auto;
	width: 1024px;
}

#header {
	float: left;
	height: auto;
}

.header_banner{
	width: 100%;
	height: 165px;
	background: #f5f5f5 url(../images/header_box.jpg) no-repeat bottom left;
}


.header_banner_top {
	height: 30px;
	background: #f5f5f5 url(../images/header_box_top.jpg) no-repeat;
}

/* center side
   --------- */

.center {
	float: left;
	width: 515px;
	height: 550px;
}
	.center_articles {
	padding: 0 0 0 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	border-left: none;
	}
	
	.center_box_top { height: 14px; background: #f5f5f5 url(../images/main_content_box_top.jpg) no-repeat; color: #000; }
	.center_box {
	background: #f5f5f5 url(../images/main_content_box.jpg) no-repeat bottom left;
	color: #5d5d5d;
	padding: 1px 10px 15px 15px;
	height: 700px;
}
	.globo {
	float: left;
	margin: 0 9px 3px 0;
}

/* right side */
#right {
	float: right;
	width: 190px;
}

	.right_box_top {
	height: 14px;
	background: #f5f5f5 url(../images/promo_content_box_top.jpg) no-repeat;
	}
	.right_box {
	background: #f5f5f5 url(../images/promo_content_box.jpg) no-repeat bottom left;
	padding: 1px 10px 10px 10px;
	height: 705px;
	}
/* left side */
#left {
	float: left;
	width: 319px;
	color: #5d5d5d;
}
	.left_box_top {
	height: 14px;
	background: #f5f5f5 url(../images/news_content_box_top.jpg) no-repeat;
}
	.left_box {
	background: #f5f5f5 url(../images/news_content_box.jpg) no-repeat bottom left;
	padding: 1px 10px 10px 10px;
	height: 528px;
}
	.menu_nav_box_top {
	height: 14px;
	background: #f5f5f5 url(../images/news_content_box_top.jpg) no-repeat;
}
	.menu_nav_box {
	background: #f5f5f5 url(../images/news_content_box.jpg) no-repeat bottom left;
}
	.image { float: left; margin: 0 9px 3px 0; }
	
	.news {
	padding: 8px;
	margin: 0 0 10px 0;
	color: #454545;
	}
	
.left_box h4 {
	font-weight:bold;
	margin: 0 0 0 0;
	padding:0;
	color: #3C4248;
}
.left_box h3 {
	font-weight:bold;
	margin: 0 0 0 0;
	padding:0;
	color: #3C4248;
}
.left_box p {
	color: #000000;
	margin: 0 0 0 0;
	font-size:12px;
}
.left_box .left {
  margin-right: 4px;
}
.left_box a {
	color: #FF6600;
	text-decoration: none;
}
.left_box a:hover {
	text-decoration: none;
}

.left_box img {
	border: 0;
}
.more {
	text-align: right;
	border-bottom: 1px solid #ddd;
}	

/* footer
   ------ */

#footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	color: #808080;
}

.footer a {
	color: #C3593C;
	background: inherit;
}

.footer_box{
	width: 100%;
	background: #f5f5f5 url(../images/footer_box.jpg) no-repeat bottom left;
	padding-bottom: 10px;
}


.footer_box_top {
	height: 30px;
	background: #f5f5f5 url(../images/footer_box_top.jpg) no-repeat;
}
