body {
	background-color: #0c6c8c;
	margin: 0px;

	font-family: arial, sans-serif;
	font-size:13px;
}

img {
	border-style:none;
}

h1 {
        font-size:16px;
        font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{

color:#9eb039;
}

h2 {
	font-size:14px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

/* ************** PAGE ************* */

#page {
	margin: 0 auto;
	width:820px;
}

#page a, a:link, a:visited, a:active {
    text-decoration:none;
	color:#224b52;
	font-weight:bold;
}


#page a:hover {
    text-decoration:underline;
	color:#224b52;
}

/* ************** END PAGE ************* */

/* ******** HEADER PART ********* */
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width:820px;
	height: 213px;
}

#topmenu {
	position:relative;
	left:0px;
	top:17px;
}

#header a, a:link, a:hover, a:visited, a:active {
	color:#daf445;
}

#header a:hover {
	color:#fbffe6;
	text-decoration:none;
}

/* TOP MENU */

#topmenu {
	text-align: center;
}

#topmenu ul li {
	display:inline;
	margin-right:30px;
	font-weight:bold;
	color: #bde3e5;
}
/* END TOP MENU */

/* ******** END HEADER PART ********* */

/* ******** CONTENT *********** */

#content {
	background-color: white;
	background-repeat: repeat-y;
	width:800px;
	margin-left:10px;
	font-size:13px;

}

#content .inside {
	padding:8px;
	padding-left:32px;
	padding-right:0px;
}

#content h2 {
	font-size: 15px;
}

#page-title {
	width:400px;
}

#page-title h1
{
	color: #b4c93c;
}

#page-title .inside {
	position:relative;
	left:-15px;
/*	margin-left: -15px;*/
	margin-right: 8px;
	padding: 0px;
}

/*---- GALLERY ----- */
#gallery {
	float:left;
	width: 200px;
}

#gallery img{
	border-style: solid;
	border-width: 5px;
	border-color: #efefef;

}

#gallery .inside {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

#gallery .image {
	margin-bottom:15px;
}

/*---- END GALLERY ----- */

/*---- ARTICLE ----- */
#article {
	margin-left:210px;
	margin-top:25px;
	width: 530px;
	color: #6c6c6c;
	font-size:11px;
}


#article .inside {
	margin: 0px;
	padding: 0px;
	margin-left:10px;
    margin-right:10px;
}
/*---- END ARTICLE ----- */

/*---- OTHER ATTACHMENTS ---- */
#other_attachments {
        clear:both;
	border-style:solid;
	border-width:1px;
	border-color:#ededed;
	width:100%;
        font-size:10px;
}


#other_attachments .inside {
	margin:10px;
	padding: 0px;
}

#other_attachments img {
border-style: none;
}
/*---- END OTHER ATTACHMENTS ---- */


/* ******** END CONTENT *********** */


/* ******* BOX HIGHLIGHT *********** */
#box-highlight {
width:600px;
height:330px;
margin-left: auto;
margin-right: auto;
padding:0px;
border-style: solid;
border-width: 1px;
border-color: #cccccc;
background-color:white;
margin-bottom:20px;

}

#box-highlight .inside {
margin: 1px;
padding:0px;
background-image: url(../images/highlight-box-bg.jpg);
background-repeat: repeat-x;
height: 312px;
overflow: hidden;
}


/* ******* END BOX CITAZIONE *********** */


/* ******* BOX CITAZIONE *********** */
#box-citazione {
float:left;
width:320px;
}

#box-citazione .inside {
margin:0px;
padding:0px;
}

#box-citazione p {
}

/* ******* END BOX CITAZIONE *********** */


/* ***** BOX ****** */
#box {
	float:left;
	width: 200px;
	font-size: 11px;
	background-color: #ededed;
}

#box p.title {
	font-weight:bold;
	font-size:12px;
	color: #7d7d7d;
	margin-top:4px;
	margin-left:4px;
	margin-bottom:5px;
}

#box .inside {

	padding:0px;
	margin:10px;
}

/* ***** END BOX ****** */

/* ******* BOX HIGHLIGHT ARTICLE *********** */
#box-highlight-article  {
margin-left:320px;
}

#box-highlight-article .inside {
margin:0px;
padding:15px;
}

/* ******* END BOX HIGHLIGHT ARTICLE *********** */


/* ********* FORMS ********** */
p.form-label {
	margin-top:2px;
	margin-bottom:2px;
}

div.form-section {
	background-color:#e2f8ff;
	margin-bottom:10px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#cccccc;
}
/* ********* END FORMS ********** */


/* ********* MISC *********** */
p.message-info {
	font-weight: bold;
	font-size:14px;
}

p.message-error {
	font-weight: bold;
	font-size:14px;
	color: red;
}

img.cms-icon {
float: left;
border-style:none;
}
/* ********* END MISC *********** */

#footer a, a:link, a:visited, a:active {

	color: #cccccc;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-color: #3d3c3d;
	background-repeat: repeat-x;
	width:800px;
	margin-left:10px;
    height:60px;
    text-align:center;
    color: #808080;
    font-size:11px;
    padding-top:30px;
}