#window {
	background-color: #FFFFFF;
	height: 300px;
	width: 100%;
	margin:-10px;
	padding:0px;
	border:0px solid #ff0000;	
}

a , a:active, a:focus, a:link, a:visited, a:hover {
    outline:0;
    text-decoration: none;
    font-family:Trebuchet, Tahoma, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

#left {
	height: 630px;
	width: 8px;
	border:0px solid #000000;
	margin:-7px 0px 6px 0px;
}

#center {
	height: 630px;
	width: 918px;
	border:0px solid #FF0000;
	margin:-636px 0px 0px 7px;
}

#right {
	height: 630px;
	width: 8px;
	border:0px solid #000000;
	margin:-632px 0px 0px 920px;
}

#left_top {
	background-image: url(caixa/top_left.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	margin:10px 0px 0px 2px;
	border:0px solid #000000;
}
#left_vert {
	background-image: url(caixa/left.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 8px;
	border:0px solid #000000;
	margin:-1px 0px 0px 2px;
}
#left_bottom {
	background-image: url(caixa/bottom_left.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	border:0px solid #000000;
	margin:-1px 0px 0px 2px;
}


#right_top {
	background-image: url(caixa/top_right.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	margin-top:2px;
	border:0px solid #000000;
}
#right_vert {
	background-image: url(caixa/right.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 8px;
	border:0px solid #000000;
	margin-top:-1px;
}
#right_bottom {
	background-image: url(caixa/bottom_right.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	border:0px solid #000000;
	margin-top:-1px;
}
#center_top {
	background-image: url(caixa/top.gif);
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
	border:0px solid #000000;
	margin-top:-7px;
	margin-left:2px;
	
}
#content {
	background-color: #FFFFFF;
	height: 100%;
	width: 910px;
	border:0px solid #FF0000;
	margin:-1px 0px 0px 3px;
}
#center_bottom {
	background-image: url(caixa/bottom.gif);
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
	border:0px solid #000000;
	margin-top:-1px;
}

h3
{
	font-family:Trebuchet, Tahoma, Verdana;
	font-size:12px;	
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#99CC00;
}

