* {

}

/* Header */

#header {
	width: 680px;
	height: 276px;
	margin: 0 auto;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#header a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#header a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.logo {
	position:relative;
	top:12px;
	left:8px;
/*	width:140px; dimensioni della sola immagine*/
	width:670px;
	height:128px;
	border:hidden;
}

#header .logo a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#header .logo a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#header .logo a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

/* Menu */

#menu {
	width: 680px;
	height: 86px;
	margin: 0 auto;
	background-position: center;
	background-image: url(images/img02b.jpg);
	background-repeat: no-repeat;
}



#menu ul {
	margin: 0;
	position: relative;
	top: 8px;
	padding: 18px 0 0 18px;
	list-style: none;
	text-align:center;
}


#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	border-right: 1px solid #2A2C2F;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#menu a:hover, #menu .active a {
	color: #FFFF00;

}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url(images/img01b.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

#body a {
	color:#FF0;
}

#body a:hover, #body .active a {
	color:#C03;

}

/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 375px;

	padding: 20px 25px 0 40px;
}

#content a {
	color:#FF0;
}

#content a:hover, #content .active a {
	color:#C03;

}

h1, h2, h3 {
	font-weight: normal;
	font-family:"Monotype Corsiva";
	
	color: #FFFFFF;
}

.boxed {
	width:600px;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

.shout {
	position:relative;
}

.shouts {
	position:relative;
	height:250px;
	font-family:"Monotype Corsiva";
	overflow: scroll;
	
}


/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
	color:#FF0;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#C03;
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}
