html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #595959;
}
a:hover {
	color: #BD9151;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #DFCBA0 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #595959;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(images/body_bg.jpg) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(images/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: 0.1em;
}
#logo p {
  margin: 2px 25px 4px 25px;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  padding: 3px;
  /**letter-spacing: 0.2em;**/
  font-weight: bold;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A2A2A bottom left url(images/nav_bot.jpg) no-repeat;
}
#nav li {
	list-style: none;
	font: 14px arial, sans-serif;
	background: 188px 10px url(images/arr_white.gif) no-repeat;
	padding: 7px 0 0 31px;
	border-top: 1px solid #CCCCCC;
	
}
#nav a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #959595;
	padding-left: 8px;
	display: block;
	width: 90%;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 6px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  
  border-top: 1px solid #CCCCCC;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #BD9151; 
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: left;
}
#news h2 {
  font-size: 12px;
  color: #BD9151;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #595959;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #BD9151;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(images/info.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #595959;
}
#support p {
  margin: 0.7em 2.6em;
}

#right {
  float: right;
  width: 490px;
  padding-right: 9px;
  padding-top: 300px;
}
#right h2 {
	color: #BD9151;
	border-bottom: 1px solid #BD9151;
	padding-bottom: 6px;
	margin-bottom: 1em;
	font-family: arial, sans-serif;
	font-size: 20px;
}
#right h3 {
	color: #BD9151;
	border-bottom: 1px solid #BD9151;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 2em;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#welcome {
	margin-right: 18px;
}
#profile {
	margin-right: 16px;
}

#profile2 {
  margin-right: 16px;
}
#right .left {
  margin-right: 8px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
	margin-right: 1%;
}
#corp2 {
	margin-right: 1%;
}

#corp2, #indu2 {
  float: left;
  width: 49%;
}
#corp-img, #indu-img {
	background: url(images/pic_2.jpg) no-repeat;
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px;
}
#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}

#corp-img_2, #indu-img_2 {
	background: url(images/pic_4.jpg) no-repeat;
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 5px;
	text-align: left;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px;
}
#indu-img_2 {
  background: url(images/pic_5.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(images/footer_bg.jpg) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 10px 00px;
  font-size: 9px;
  color: #595959;

}

#copyright a {
	
	text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#footerline{
	background: url(images/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

form{
	width:auto;
	padding:5px 0;
	margin:10px;
	text-align: left;
}
fieldset{
	float:left;
	width:450px;
	margin: 1em 0;
	padding: 0;
	border: none;
	border-top: 1px solid #BD9151;
	background-color: #DFCBA0;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
legend{font-weight:bold;color: #666666;background:#FFF}

form p{
	margin:0.5em 10px;
}
fieldset div{float:left;width:100%;
    padding: 10px 0 12px;
    background: url(images/line.gif) repeat-x bottom}

label{float:left;width:120px;
    display: inline; margin-left: 10px;
    line-height:23px}
div#confirm-address label,div#sports label,input#go{
    margin-left:80px}


#sponsor
{
	position: Absolute;
	background: #DFCBA0 url(images/spot.jpg) repeat-x;
	font-size: 10px;
	font-family: Verdana;
	top: 15px;
	left: 282px;
	width: 250px;
	height: 250px;
	border: Solid 1px #000000;
}
div.chiudi
{
    text-align: Right;
    border-bottom: Solid 1px #000000;
}
a.sponsor
{
    color: #000000;
    text-decoration: None;
}
a.sponsor:hover
{
    color: #000000;
    text-decoration: None;
}
