#container {
	margin: 0px auto;
	width: 1024px;
	background-image: url(../images/dbbackground.png);
	background-color: #ffffee;
	background-position: left top;
	font-family: Arial,Helvetica,sans-serif;
}
#content {
	overflow: hidden;
	background-color: transparent;
	padding-top: 10px;
}
#col1 {
	float: left;
	background-image: url(../images/dbcolumn.png);
	background-color: #dddddd;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 30px;
	border-radius: 8px;
	width: 202px;
	text-align: center;
	min-height: 300px;
}
#portamento_container {
	float:left;
	position:relative;
}
#portamento_container #col1 {
	float:none; 
	position:absolute;
}
#portamento_container #col1.fixed {
	position:fixed;
}
#col1 img {
	border-radius: 8px;
	border: 1px solid #dddddd;
}
#col1 h3 { 
	color: red;
}
#footer {
	height: 1.4em;
	font-size: 0.7em;
	color: white;
	text-align: left;
	padding-left: 10px;
	background-color: #336699;
	clear: both;
	background-image: url(../images/strip.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#footer .ri {
	float: right;
	padding-right: 10px;
}
#header {
	background-image: url(../images/dabheader.jpg);
	background-position: left center;
	background-color: #336699;
	height: 160px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#emptybox {
	float: left;
	width: 600px;
	height: 220px;
}
#hmenu {
	float: left;
	height: 3.4em;
	margin-top: -3.4em;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 4px;
}
#hmenu a {
	display: block;
	color: white;
	text-decoration: none;
	line-height: 1.7em;
	padding-top: 0.85em;
	padding-bottom: 0.85em;
}
#hmenu a:hover {
	display: block;
	border-radius: 8px 8px 0px 0px;
	color: yellow;
}
#hmenu li {
	float: left;
	position: relative;
	width: 145px;
	z-index: 1;
}
#hmenu li [href*="#"] {
	border-radius: 8px 8px 0px 0px;
	cursor: default;
	color: white;
}
#hmenu li:hover a {
	display: block;
	background-color: #804060;
}
#hmenu li:hover ul {
	display: block;
	opacity: 0.85;
}
#hmenu ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#hmenu ul li:hover [href*="#"]{
	color: white;
	background-color:  #804060;
}
#hmenu ul ul {
	position: absolute;
	display: none;
}
#hmenu ul ul a:hover {
	opacity: 0.85;
	border-radius: 0px;
}
#hmenu ul ul li:last-child a {
	border-radius: 0px 0px 8px 8px;
}
#main {
	float: right;
	width: 762px;
	padding-right: 20px;
	margin-bottom: 40px;
	color: black;
	background-color: transparent;
}
#main img {
	border-radius: 8px;
}
#main .threecols img {
	border-radius: 0px;
}
#vmenu {
	background-position: left center;
	font-weight: bold;
	height: auto;
}
#vmenu p {
	font-weight: normal;
}
#vmenu a {
	display: block;
	color: black;
	text-decoration: none;
}
#vmenu a:hover {
	color: white;
	background-color: #804060;
	opacity: 0.7;
	border-radius: 8px;
}
#vmenu li {
	line-height: 1.4em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	position: relative;
}
#vmenu ul {
	line-height: 1.4em;
	padding: 0px;
	list-style-type: none;
}
figcaption {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	color: #000000;
}
h2 {
	color: red;
}
hr {
	height: 1px;
	width: 200px;
	text-align: center;
	color: #ffffe6;
}
.block {
	border: 1px solid #cccccc;
	border-radius: 8px;
	padding: 15px;
	margin: 0px 0px 20px 0px;
}
.block h3 {
	color: red;
	border-bottom: 2px solid #cccccc;
	padding: 0px 0px 8px 0px;
	margin:0px;
}
.bluetext {
	color: #336699;
	font-weight: normal;
}
.indent {
	margin-left: 100px;
}
.indentr {
	margin-right: 100px;
}
.italic {
 	font-style: italic;
 	color: black;
}
.center {
	text-align: center;
	margin: 20px auto 20px auto;
	display: block;
}
.left {
	float: left;
	margin: 10px 20px 10px 0px;
}
.right {
	float: right;
	margin: 10px 0px 10px 20px;
}
.rightitalic {
	text-align: right;
	font-style: italic;
}
.threecols {
	float: left;
	width: 33%;
	text-align: center;

}
.threecols img {
	height: 32px;
	width: 32px;
	opacity: 0.9;
}
.threecols img:hover {
	opacity: 1.0;
}
