body {
	color: $#333333;
	margin: 0px 20px 20px;
	padding: 0;
	background: #eeeeee url(images/caber_bg.gif) repeat-y center top;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
} 
h1 {
	margin: 0;
	clear: both;
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	color: #1679BD;
	text-transform: none;}

h2 {
	margin: 0
} 
 
#wrapper {
	margin: 0 auto;
	width: 737px;
	background: white url(images/caber_side.jpg) no-repeat 1px 116px;
	height: 100%;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
} 

#maincontent {
	font-size: 0.8em;
	padding: 20px 50px 20px 20px;
	width: 540px;
	float: right;
	line-height: normal;
	text-align: justify;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#maincontent h3 {
	margin: 36px 0 6px; 
} 
#footer {
	color : #0078C1;
	font-size: 0.7em;
	padding-top: 6px;
	clear: both;
	padding-right: 20px;
	font-weight: bold;
}
#footer p {
	margin: 0;
	text-align: right;
}
#banner {
	background: url(images/images/header3_01.jpg) no-repeat left top;
}
#nav {
	width: 692px;
	background: #0076BD;
}

#wrapper #maincontent a:link, a:visited{
	color: darkblue;
	text-decoration: underline;
}
#wrapper #maincontent a:hover {
	color: darkblue;
	text-decoration: none;
}

/* menu styles */

div#navcontainer
{
background-color: #333333;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;


}

div#navcontainer ul
{
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font: bold 11px verdana, Arial, Helvetica, sans-serif;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
	color: #333333;
	background: #eeeeee;
}

#active a { border-left: 1px solid #fff; }



#wrapper #maincontent td {
	text-align: left;
	line-height: 2em;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;

}
#wrapper #maincontent caption {
	font-weight: bold;
}
