/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* prova fade slideshow*/
#slideshow {
    position:relative;
    width:740px;
    height:182px;
		border:3px solid #006633;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}




body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #006633
}

h1 {
	/*letter-spacing: 1px;*/
	font-size: 1.2em;
	font-weight: bold;
	
}

h2 {
	font-size: 1.2em;
}

/*h3 {
	font-size: 0.8em;
	font-weight: bold;
}*/

h3 {
	font-size: 1.4em;
	font-weight: bold;
	border:2px solid #006633;
	text-align: center;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008C00;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
	
}

img {
	border: none;
}

img.center {
	float: center;
	margin: 0 15px 0 50px;
}


img.left {
	float: left;
	margin: 0 15px 0 0;
	border:2px solid #006633;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border:2px solid #006633;
}

/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 55px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 70px;
	height: 48px;
	padding-top: 15px;
	background: #73D000 url(images/img02.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.3em;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
}

#left-pan {
	float: left;
	width: 760px;
}



#right-pan {
	float: right;
	width: 100px;
	padding: 12px 0 0 30px;
	background: url(images/img03.gif) repeat-y;
}

#right-pan .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}

#curriculum {
	float: left;
	width: 920px;
	padding:40px;
}





.box {
}

.box .title {
	margin: 0;
}

.box .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.box .meta a {
	color: #BABABA;
}

.box .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}


/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: #CDEB8B url(images/img05.gif) no-repeat;
	border-top: 20px solid #FFFFFF;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

