/*
	Website	:	http:/www.blues54.com
	File		: index.css
	
	arancio per link e rifiniture: E6B336
	giallo per testi FAE153
	rosso per testi EF146B
*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/* general */
body {
	background-color: #09AA3B;
	color: #3F1D05;
	font: 0.9em Arial, Helvetica, sans-serif, "bitstream vera sans";
}
a:link, a:visited {
	color: #3F1D05;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #3C792A;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	color: #C17B3A;
	font-size: 130%;
	margin: 5px 0px 10px 0px;
	}
h2 {
	color: #C64650;
	font-size: 110%;
	margin: 5px 0px 10px 0px;
	}
h3 {
	color: #C64650;
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	border-top: 1px solid #E0E0D8;
	}

/* ------------------------------------- structure */
#container {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	position: relative; 
	text-align: left;
	height: auto;
	background-color: #09AA3B;
}
#content {
	height: auto;
}
#leftside {
	background-image: url('../images/left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	width: 340px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	}
#leftinfobox {
	background-color: #FFBF00;
	float: left;
	height: 100px;
	width: 325px;
	margin: 480px 0px 0px 0px;
	padding: 5px;
	border: 1px solid black;
	}
#rightside {
	background-image: url('../images/top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFBF00;
	float: right;
	height: auto;
	width: 540px;
	margin: 30px 35px 10px 10px;
	padding: 20px 0px 10px 20px;
	}
#header {
	background: #000000 url('../images/header.jpg')  center no-repeat;
	height: 150px;
	top: 10px;
	width: 100%;
}
#footer {
	clear: both;
	position: relative;
	top: 0px;
	padding: 10px 0px 0px 0px:
	height: 50px;
	width: 98%;
	border-top: 3px solid #3F1D05;
	text-align: center;
}
#footer a:link, a:visited {
	color: #3F1D05;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFBF00;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#leftbox {
	background: transparent;
	float: left;
	height: auto;
	width: 250px;
	border-right: 1px solid #E0E0D8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#rightbox {
	background: transparent;
	float: right;
	height: auto;
	width: 250px;
	border-left: 1px solid #E0E0D8;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* -------------------------------------------------- MENU */
#header ul.navi {
	list-style-type:none;
	width: 500px;
	position: absolute;
	top: 142px;
	left: 435px;
	height: 25px;
	padding-top: 5px;
	background: none;
	border: 1px solid #FFBF00;
}
#header ul.navi li {
	list-style-type:none;
	display: inline;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	width: inherit;
	height: 20px;
	padding-left: 8px;
}
#header ul.navi li a {
	color: #FFBF00;
	text-decoration: none;
	text-indent: 0px;
	padding: 1px 8px 1px 8px;
}
#header ul.navi li a:hover {
	text-decoration: none;
	background-color: #FFBF00;
	color: #09AA3B;
}
#header ul.navi li a.select {
	text-decoration: none;
	background-color: #FFBF00;
	color: #09AA3B;
}

/* ------------------------------------- various */
.imgleft {
  float: left;
}
.imgright {
	float: right;
}
.myred {
	color: #EF146B;
	}



