html {
    height: 100%;
}
body {
    height: 100%;
	background: #FFF;
	font: 70% Lucida Grande, Lucida Sans Unicode, Lucida Sans, Trebuchet MS, Verdana, Helvetica, sans-serif;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	color: #000;
}

img,div,p,ul,li,td {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
}


a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #1020F0;
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style: none;
}

#main {
	width: 936px;
	height: 100%;
	margin: auto;
	text-align: left;
}


/*--------------------------
header
------------------------- */
#header-index, #header-top, #header-activities, #header-perugia, #header-downloads {
	width: 936px;
	height: 262px;
	background: url(images/header/home_header.jpg) no-repeat;
}
#header-perugia {
	width: 936px;
	height: 262px;
	background: url(images/header/perugia_header.jpg) no-repeat;
}
#header-comments {
	width: 936px;
	height: 262px;
	background: url(images/header/comments_header.jpg) no-repeat;
}

#header-fees {
	width: 936px;
	height: 262px;
	background: url(images/header/fees_header.jpg) no-repeat;
}

#header-iscrizioni {
	width: 936px;
	height: 262px;
	background: url(images/header/iscrizioni_header.jpg) no-repeat;
}

#header-schedule {
	width: 936px;
	height: 262px;
	background: url(images/header/schedule_header.jpg) no-repeat;
}

#header-corsi {
	width: 936px;
	height: 262px;
	background: url(images/header/corsi_header.jpg) no-repeat;
}

#header-info {
	width: 936px;
	height: 262px;
	background: url(images/header/info_header.jpg) no-repeat;
}

#header-dove {
	width: 936px;
	height: 262px;
	background: url(images/header/dove_header.jpg) no-repeat;

}

#header-school {
	width: 936px;
	height: 262px;
	background: url(images/header/lascuola_header.jpg) no-repeat;
}

#claim {
	float: left;
	width: 688px;
	height: 162px;
}
#claim h1 {
    margin-top: 58px;
    margin-left: 32px;
    font: 24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", "Verdana", "Helvetica", "sans-serif";
    color: #000000;
}

#logo {
	float: left;
	width: 248px;
	height: 262px;
	background: url(images/header/bg_home_header_right.jpg) no-repeat;
}
#logo h1 a {
	display: block;
	width: 248px;
	height: 262px;
	text-indent: -665px;
	font-size:3.9em;
font-weight:normal;
font-family: "Times New Roman", Georgia,  Arial, Verdana, Tahoma,  sans-serif;
color:#000000;
}



/*--------------------------
body
------------------------- */
#body {
	clear: both;
	width: 936px;
	min-height: 757px;
    height: auto;
	overflow: visible;
	background: #FFF url(images/bg_body.gif) no-repeat; 
}


/* -----------------------------
navigation top
---------------------------- */
#body #nav-top {
	height: 22px;
	padding: 5px 5px 0 5px;
}
#nav-top ul {
	margin: 0 20px;
}
#nav-top li {
	float: right;
	border-right: 1px solid #A39D9D;
}
#nav-top li a {
	display: block;
	width: auto;
	padding: 0 1em;
	font-size: 1.0em;
	color: #A39D9D;
	text-transform: uppercase;
	text-decoration: none;
	
}
#nav-top fieldset {
	display: block;
	float: right;
	width: 210px;
	margin: 0 20px;
	border: 0;
}
#nav-top fieldset input {
	margin: 0 5px;
}

/* -----------------------------
navigation left column
---------------------------- */
#body #nav-left {
	float: left;
	width: 156px;
}
#nav-left li {
	padding-left: 25px;
}
#nav-left li.ht {
	background: url(images/nav_left_hilite.gif) no-repeat;
}
#nav-left ul li a {
	display: block;
	width: 131px;
	border-bottom: 1px solid #FFF;
	font-size: 1.1em;
	padding: .3em 0;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
 

#nav-left ul.subnav li a {
	width: 100px;
	border-bottom: 1px solid #A6DAAC;
	font-size: 0.9em;
	text-transform: none;
}

#nav-left ul.inner_subnav li a {
	width: 80px;
	font-style: italic;
	padding-left: 2.5em 0;
	border-bottom: 1px solid #A6DAAC;
	font-size: 0.7em;
}

/* -----------------------------
navigation bottom column
---------------------------- */
#body #nav-bottom {
	float: left;
	/*width: 156px;*/
}
#nav-bottom li {
	padding-left: 25px;
}
#nav-bottom ul li a {
	display: block;
	width: 131px;
	border-bottom: 1px solid #FFF;
	font-size: 1.1em;
	padding: .3em 0;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

/*--------------------------
content
------------------------- */
#body #content {
	float: left;
	width: 492px;
	height: auto;
	padding: 0 20px;
}
#content h1 {
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: normal;	
	color: #333;
}
#content h2 {
	margin: 16px 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #333;
}
#content h3 {
	margin: 14px 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #333;
}
#content strong {
	font-weight: bold;	
	color: #333;
}
#content p {
	margin: 0.7em 0;
}
#content ul {
	list-style: outside disc;
	padding: 1em;
}
#content td {
	list-style: outside disc;
	padding: 0.5em;
}
#tariffe td {
	
	padding: 0em;
}
#content .dati_prezzi {
	border: 0.5;
	background-color:#E2E8F6;
	width:180px;
	height:40px;
	margin-left:5px;
	margin:0;
	padding:0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#content .gsg- {
	color: #007F06;
	font-size:30px;
}
#content .gsg {
	color: #035EB3;
	font-size:30px;
}
#content .ggn {
	color: #035EB3;
	font-size:16px;
	margin-top:-10px;
}
#content .gg {
	color: #000056;
	font-size:14px;
	
}
#content .g {
	color: #000056;
}
#content .grigio {
	color: #000056;
}


/*--------------------------
content pictures left
------------------------- */
#content #pics {
	float: left;
	width: 162px;
	padding: 20px;
}
#content #pics img {
	max-width: 162px;
	overflow: hidden;
}
#content #pics strong {
	margin-bottom: 5em;
}

/*--------------------------
content pictures right
------------------------- */
#content #pics_right {
	float: left;
	width: 180px;
	padding: 20px;
}
#content #pics_right img {
	max-width: 180px;
	overflow: hidden;
}
#content #pics_right strong {
	margin-bottom: 5em;
}

/*--------------------------
content text right
------------------------- */
#content #text {
	float: left;
	width: 260px;
	padding: 10px 0;
}
#content #text ul {
	list-style: outside disc;
	padding: 1em;
}

/*--------------------------
content text-news right
------------------------- */
#content #text-news {
	float: left;
	width: 100%;
	padding: 10px 0;
}
#content #text ul {
	list-style: outside disc;
	padding: 1em;
}

/*--------------------------
content text left
------------------------- */
#content #text_left {
	float: left;
	width: 242px;
	padding: 20px 0;
}
#content #text_left ul {
	list-style: outside disc;
	padding: 1em;
}



/*--------------------------
right column
------------------------- */
#body #col-right {
	float: left;
	width: 225px;
	padding: 0;
	border-left: 1px solid #C1C0C2;
	background: #F2F2F2 url(images/bg_col_right.gif) no-repeat top;
}
#col-right h1 {
	padding: 20px 15px 0 15px;
	font-size: 1.0em;
	font-weight: bold;
	color: #595959;
}
#col-right h1.news {
	padding: 20px 15px 15px 15px;
	font-size: 1.0em;
	font-weight: normal;
	color: #595959;
	text-transform: uppercase;
}
#col-right h3 {
	padding: 0 15px;
	font-size: 1.0em;
	font-weight: bold;
	color: #595959;
}
#col-right p {
	padding: 0 15px 15px 15px;
}
#body #col-right-pic {
	width: 225px;
	border-left: 1px solid #C1C0C2;
	background: #F2F2F2;
}

#col-right ul {
	list-style: outside disc;
	padding: 1em;
}

#col-right strong {
	font-weight: bold;	
	color: #333;
}

#col-right .field_1 {
	background-color: #D6D8F4;
}

#col-right .field_2 {
	background-color: #D6D8F4;
}

#col-right .field_3 {
	background-color: #D6D8F4;
}

/*--------------------------
footer
------------------------- */

#footer {
	clear: both;
	width: 100%;
	height: 15px;
	height: 15px;
	background: #035EB3;
	text-align: center;
	font-family: sans-serif;
	padding-top: 5px;
	color: White;
}
#footer li {
	float: left;
}
#footer a {
	font-size: 1.1em;
	padding: .3em 0;
	color: #ffffff;
}

#marqueecontainer{
position: relative;
width: 180px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #0063B5;
padding: 2px;
padding-left: 4px;
}

.font3 {
	font-family: sans-serif;
	font-size: 1.1em;
	padding: .5em;
}
#col-right img {
	border:1px solid #000000; 
}

#pics img {
	border:1px solid #000000; 
}

#text-news img {

border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #dadada;
border-right-color: #dadada;
border-bottom-color: #dadada;
border-left-color: #dadada;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
margin-right: 5px;
}

.artname {

color: Black;
font-family: "Times New Roman",Times,serif;
font-size: medium;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.artname:hover {

color: #cc0000;
font-family: "Times New Roman",Times,serif;
font-size: medium;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.TESTONEWS {

font-size: 12px;
color: #666666;
background-color: #ffffff;
font-family: "Courier New",Courier,monospace;
text-decoration: none;
}

#cathead {
   border: 1px solid Gray;
   padding: 5px;
	background-color:#E2E8F6;
	margin:5px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#cathead h2 {
	font-size: 1.5em;
	border-bottom:  1px dotted Black;
}