@charset "UTF-8";
/* CSS Document */

body { 
	margin:0; 
	padding:0;
	height:100%;
}
#aranciosinistra {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-color:#f29400;
}
#maincontainer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#container {
	position:relative;
	margin:auto;
	width:780px;
	height:100%;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#right {
	position:relative;
	float:right;
	width:235px;
	height:200px;
}
#menu {
	position:relative;
	margin-top:5px;
	width:100%;
	height:auto;
}
#menu ul {
	list-style:none;
}
#menu li {
	padding-top:5px;
	padding-right:20px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
#menu a {
	text-decoration:none;
	color:#f29400;
}
#menu a:hover {
	color:#e65600;
	text-decoration:underline;
}
#Info_container {
	position:absolute;
	top:70px;
	left:130px;
	width:480px;
	margin:auto;
	z-index:2;
}
#title {
	position:relative;
	width:100%;
	height:30px;
}
#title_container {
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	height:30px;
}
#title_top {
	position:relative;
	float:left;
	width:10px;
	height:30px;
	background-image:url(left.jpg);
	background-repeat:no-repeat;
}
#title_bottom {
	position:relative;
	float:left;
	width:10px;
	height:100%;
	background-image:url(right.jpg);
	background-repeat:no-repeat;
}
#title_center {
	position:relative;
	float:left;
	width:auto;
	height:100%;
	background-image:url(middle.jpg);
	background-repeat:repeat-x;
}
#title_center p {
	margin:0px;
	padding-top:7px;
	padding-left:0px;
	padding-right:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#f29400;
}
#info {
	position:relative;
	width:100%;
}
#top {
	position:relative;
	width:100%;
	height:9px;
	background-image:url(top.jpg);
	background-repeat:no-repeat;
}
#top p {
	margin:0;
}
#bottom {
	position:relative;
	width:100%;
	height:9px;
}
#bottom p {
	margin:0;
}
.bottom_2 {
	background-image:url(bottom_2.jpg);
	background-repeat:no-repeat;
}
.bottom_3 {
	background-image:url(bottom_3.jpg);
	background-repeat:no-repeat;
}
.bottom_4 {
	background-image:url(bottom_4.jpg);
	background-repeat:no-repeat;
}
.bottom_5 {
	background-image:url(bottom_5.jpg);
	background-repeat:no-repeat;
}
.bottom_6 {
	background-image:url(bottom_6.jpg);
	background-repeat:no-repeat;
}
.bottom_7 {
	background-image:url(bottom_7.jpg);
	background-repeat:no-repeat;
}
.bottom_8 {
	background-image:url(bottom_8.jpg);
	background-repeat:no-repeat;
}
#center {
	position:relative;
	width:100%;
	background-image:url(center.jpg);
	background-repeat:repeat-y;
}
#center p {
	margin:0;
	padding-left:15px;
	padding-right:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:15px;
	color:#000000;
}
#center a {
	text-decoration:none;
	color:#f29400;
}
#center a:hover {
	text-decoration:underline;
}
#clients {
	position:relative;
	float:right;
	width:80%;
	height:auto;
}
#clients ul {
	list-style:none;
	margin-top:0px;
}
#clients li {
	padding-top:5px;
	padding-right:20px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
#clients a {
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
#clients a:hover {
	color:#f29400;
}
#logo {
	position:relative;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	width:auto;
	height:auto;
}
.now {
	color:#f29400;
	font-size:12px;
	font-weight:bold;
}
.past {
	color:#636363;
	font-size:11px;
}
.boldorange {
	color:#f29400;
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#f29400;
}
