@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-R.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-RI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-B.ttf'); font-weight:bold; font-style:normal; }
@font-face { font-family:"Ubuntu"; src:url('Fonts/Ubuntu-BI.ttf'); font-weight:bold; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-L.ttf'); font-weight:normal; font-style:normal; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-LI.ttf'); font-weight:normal; font-style:italic; }
@font-face { font-family:"Ubuntu-L"; src:url('Fonts/Ubuntu-M.ttf'); font-weight:bold; font-style:normal; }

html, body {
    width:100%;
    min-width:1000px;
    height:100%; 
    min-height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:"Ubuntu-L";
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#222222;
    background-image:url('../img/fundo_master.jpg');
}

#content {
	width:1000px;
	height:auto;
    height:100%;
    margin:0 auto;
}
#content_table {
	display:table;
	width:100%;
    min-width:1000px;
	height:auto;
    min-height:100%;
}
#content_cell01 {
    display:table-cell;
    width:330px;
	height:auto;
    min-height:100%;
    vertical-align:top;
    background-color:#f1f1f1;
}
#content_cell02 {
    display:table-cell;
    width:20px;
	height:auto;
    min-height:100%;
    vertical-align:top;
}
#content_cell03 {
    display:table-cell;
    width:650px;
	height:auto;
    min-height:100%;
    vertical-align:top;
    background-color:#f1f1f1;
}

a img { 
	border: 0px;
}
a {
    color:#b98d08;
    font-weight: normal;
	text-decoration: none;
}
a:hover  {
    color:#977200;
    font-weight: normal;
	text-decoration: underline;
}