body   { background-color: #ffffff; background-image: url("../images/bg.gif"); background-repeat: repeat-y; background-position: center; text-align: center; margin: 25px 0 0 }

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#top-nav    { color: #999999; font-size: 55%; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; background-color: #ffffff; text-align: right; visibility: hidden; margin-right: auto; margin-left: auto; padding-right: 5px; width: 715px; height: 18px; vertical-align: bottom; border-style: solid; border-width: 0 0 1px }

#navigation  { color: #ff9900; font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; background-color: #fafafa; text-align: right; visibility: hidden; margin: 0; padding: 5px 5px 15px; width: 150px; float: left; border-style: solid; border-width: 0 1px 1px 0; border-color: #cccccc }
#content {
	margin-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	width: 535px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: left;
	background-color: #FFFFFF;
}

/***********************************
	LINKS
***********************************/

a {
	color: #666666;
	text-decoration: none;
}

a.small-navigation {
	color: #999999;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FF9900;
}

a.navigation {
	color: #666666;
	border-width: 0px 0px 0px 5px;
	border-color: #DEDEDE;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	border-color: #FF9900;
	background-color: #EFEFEF;
}

/***********************************
	MISCELLANEOUS
***********************************/
#header {
	padding: 5px 0px 5px 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background-color: #FFFFFF;
}

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #FF9900;
	font-size: 180%;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	padding: 2px 50px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #FF9900;
	background-color: #FFFFFF;
}

p {
	border-color: #999999;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}
h2 { font-size: 1.2em; font-weight: bold; margin: 0.83em 0 }
h3 { font-size: 1.1em; font-weight: bold; margin: 1em 0 }
h4 { font-size: 1em; font-weight: bold; background-color: #ccf; margin: 1.33em 0 }
td { border-bottom: 1px solid #999 }
.centrato { text-align: center }
