@charset "utf-8";
body  {
	background-color: #BEBCAD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div#header   {
	height: 138px;
	width: 800px;
	margin-bottom: 5px;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	margin-right: auto;
	margin-left: auto;
	border-top: medium double #003300;
} 
div#Menubar {
	background-image: url(../img/BackMenBar.jpg);
	background-repeat: repeat;
	height: 20px;
	float: left;
	margin-bottom: 4px;
	width: auto;
}
div#footer     {
	font-size: 80%;
	color: #CCCCCC;
	width: 800px;
	margin-top: 4px;
}
div#sidebar1  {
	width: 160px;
	float: left;
	margin-top: 4px;
	background-color: #996633;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	top: 160px;
	margin-right: 6px;
}
div#shadtop {
	height:10px;
	margin-top: 20px;
	background: url(/corale/img/ombrabktop.gif) no-repeat scroll center bottom;
}
div#container {
	font-size: 80%;
	width: 800px;
	height: 700px;
	background: url(/corale/img/ombrabk.gif) repeat-y scroll center top;
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;
}
div#shaddwn {
	height:10px;
	background: url(/corale/img/ombrabkdwn.gif) no-repeat scroll center top;
}
div#newsLeft {
	float: right;
	margin-top: 4px;
	background-color: #996633;
	height: auto;
	clear: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 142px;
	padding: 0px;
}
div#NavLeft {
	float: left;
	width: 140px;
	background-color: #FFFFFF;
	margin-right: 10px;
	color: #666666;
	padding-top: 5px;
	text-align: right;
	padding-right: 15px;
}
div#mainContent  {
	color: #333333;
	width: 800px;
	height: 516px;
	height: 250px;
	min-height: 250px;
	padding-top: 6px;
	background: #BEBCAD;
} 
div#navRight {
	float: right;
	background-color: #34CB00;
	width: 160px;
	margin-left: 6px;
	padding-top: 5px;
}
a:link {
	font-size: 75%;
	font-style: normal;
	color: #3300FF;
	text-decoration: none;
}
a:hover {
	color: #33FFFF;
}
a:visited {
	font-size: 75%;
	color: #666666;
}
