/* CSS Document */

body {
        margin:0px;
        padding:0px;
        font-family: sans-serif, verdana, arial, helvetica;
        color:#333;
        background-color: #ebe6e0;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

h2 {
        margin: 0px 0px 0px 0px;
        padding:0px;
        color: #ababab;
	font: 900 18px/18px sans-serif, Verdana, Arial, Helvetica;
	background: transparent;
	padding-top: 7px;
	padding-left: 8px;
}

h3 {
        margin: 0px 0px 0px 0px;
        padding:0px;
        color: #ababab;
	font: 900 16px/16px sans-serif, Verdana, Arial, Helvetica;
	background: transparent;
	padding-top: 10px;
	padding-left: 8px;
}

h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        line-height:28px;
        font-weight:900;
        color: #ababab;
        }

p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }

#banner2 p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
	color: #ababab;
}

#banner3 p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
	color: #ababab;
}

#banner4 p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
	color: #ababab;
}

a {
        color:#09c;
        font-size:11px;
        text-decoration:none;
        font-weight:600;
        font-family:verdana, arial, helvetica, sans-serif;
	background: inherit;
}

a:link {color:#09c;
	background: inherit;
}

a:visited {color:#07a;
	background: inherit;
}

a:hover {
	color: #ababab;
}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top: 200px;
		width: 180px;
		background: #ebe6e0;
	text-align: justify;
}

	#centercontent {
		background: #ebe6e0  none;
   		margin-left: 199px;
   		margin-right: 200px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
	border-left: 1px solid #b7b7b7;
	bottom: 20px;
	text-align: justify;
	padding-left: 20px;
}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right: 200px;
	background: #ebe6e0 none;
}

	#rightcontent {
		position: absolute;
		right:10px;
		top: 90px;
		width: 10px;
		background: #ebe6e0;
		border:1px solid #000;
		}
	
	#banner {
		background: #886F6A;
		height: 30px;
		voice-family: "\"}\"";
		voice-family: inherit;
	border-bottom: 1px solid #8a7141;
	margin-top: 50px;
}

#banner #interno {
	height: 30px;
	width: 200px;
	background: #005595;
	float: left;
}

#banner2 {
		background: #ebe6e0;
		height: 20px;
		border-top: #;
		voice-family: "\"}\"";
		voice-family: inherit;
	padding-left: 200px;
}

#banner3 {
		background: #ebe6e0;
		border-top: #;
		voice-family: "\"}\"";
		voice-family: inherit;
	padding-left: 200px;
	height: 20px;
}

#banner4 {
		background: #ebe6e0;
		border-top: #;
		voice-family: "\"}\"";
		voice-family: inherit;
	padding-left: 200px;
	height: 30px;
	padding-bottom: 20px;
}
	html>body #banner2 {
		height: 30px;
	background: #ebe6e0;
	padding-top: 10px;
}

html>body #banner3 {
		height: 30px;
	background: #ebe6e0;
}

html>body #banner4 {
		height: 40px;
	background: #ebe6e0;
}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
	
