/**** tutte le pagine ****/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: arial;	
	text-align: center;
}

div#container {
	position:relative;
	width: 972px;
	margin: 0 auto;	
}

div#header1{
	height:190px;
	width:643px;
	float:left;
	float:left;
	overflow: hidden; /* IE bug: spazio div */
}
div#header2{
	height:190px;
	width:329px;
	background-image: url(images/sfondo_up_dx.jpg);
	float:right;
	overflow: hidden;
}
div#content{
	height:524px;
	width:972px;
	background-image: url(images/sfondo_centro.jpg);
	background-repeat: no-repeat;
	clear:both;	
}
div#basso{
	height:86px;
	width:822px;
	background-image: url(images/sfondo_basso.jpg);
	clear:both;
	padding-left: 100px;
	padding-right: 50px;
}
* html div#basso	
{ 
  width: 972px;		/*ie box model bug */
  w\idth: 822px;
}
div#contatti{
	float:left;
	margin-top:18px;
}
div#facebook{
	float:right;
	text-align:center;
	margin:20px;
	display:inline;
}
div#myspace{
	float:right;
	text-align:center;
	margin:20px;	
	display:inline;
}
div#acquistocd{
	float:left;
	margin-top:60px;
}
div#pubbdisco {
	float:left;
	margin-top:60px;
	margin-left:25px;
}
div#acquista_cd {
	float:left;
	margin-top:60px;
	margin-left:-5px;
	display: inline;
}
div#waitalbum2{
	float:left;
	margin-top:60px;
	margin-left:0px;
	display: inline;
}
div#copertina{
	float:left;
	margin-top:65px;
	margin-left:-5px;
	display: inline;
}
img#copimg {
	border: 1px solid #FFFFFF;
}
img#waitalbumimg {
	/*border: 1px solid #FFFFFF;*/
}
img.ddimg {
	border: 1px solid #FFFFFF;
}

/**** layout 1 ****/

/* colonne */
div#lay1_sx {
	margin-top:80px;
	margin-left:90px;
	width:210px;	
	float:left;
	height: 400px;
	display: inline; /* ie6 float/margin bug */ 
}
div#lay1_md {
	margin-top:80px;
	margin-left:20px;
	width:380px;	
	float:left;
	height: 400px;
}
div#lay1_dx {
	margin-top:80px;
	margin-left:20px;
	width:160px;	
	float:left;
	height: 400px;
}

/* box */
div.lay1_sx_box{
	height: 174px;
	width:210px;
	margin-bottom:20px;
	position:relative;
}
div.lay1_sx_box_bd , 
div.lay2_sx_box_bd {
	font-size:1px;
	width:196px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div.lay1_sx_box_bkg {	
	width:210px;
	height: 160px;
	background-color: #000000;
	clear:both;	
}
div.lay1_sx_box_cnt ,
div.lay2_sx_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width:190px;
	clear:both; /* ie6 position:absolute bug */	
}

div.lay1_md_box{
	height: 370px;
	width:380px;
	position:relative;
}
div.lay1_md_box_bd {
	font-size:1px;
	width:366px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div.lay1_md_box_bkg {	
	width:380px;
	height: 356px;
	background-color: #000000;
	clear:both;
}
div.lay1_md_box_cnt {	
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 360px;
	clear:right;; 
}

div.lay1_dx_box{
	height: 174px;
	width:160px;
	margin-bottom:20px;
	position:relative;
}
div.lay1_dx_box_bd {
	font-size:1px;
	width:146px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div.lay1_dx_box_bkg {	
	width:160px;
	height: 160px;
	background-color: #000000;
	clear:both;
}
div.lay1_dx_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 140px;
	clear:both;
}

/* contentuto */

div.lay1_sxdx_title {
	font-family: arial;
	font-size: 14px;
	color: #b99001;
	text-align:center;
	width:100%;
	font-weight: bold;
	margin-bottom:10px;	
}

.lay1_sx_box_cnt  .testo {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:100%;
}

.lay1_sx_box_cnt .testo .data{
	color: #FFFFFF;
	text-align: center;
	
}
.lay1_sx_box_cnt .testo .luogo{
	color: #FFFFFF;
	text-align: center;
}

.lay1_dx_box_cnt  .testo {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:100%;
}

div#lay1_md_title {
	font-size: 15px;
	color: #e2001a;
	font-weight: bold;
	width:100%;
}

.lay1_md_box_cnt .header {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	width: 100%;
	float: left;
}

.lay1_md_box_cnt .text {
	width: 255px;
	float: left;
	display:inline;
}

.lay1_md_box_cnt  .descr {
	color: #FFFFFF;	
	font-size: 12px;
	text-align: left;
	width: 255px;
	padding-left: 10px;
	padding-right: 10px;
}

.lay1_md_box_cnt  .descr_space {
	color: #FFFFFF;	
	font-size: 14px;
	text-align: left;
	width: 255px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:160%;
}

.lay1_md_box_cnt  .image {
	width: 78px;
	height: 78px;
	float:left;
	border: 1px solid #FFFFFF;
}

.lay1_md_box_cnt  .title {
	color: #b99001;	
	width: 255px;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
* html .lay1_md_box_cnt  .title
{
  width: 275px;
  w\idth: 255px;
}

input#lay1_txNlett {
	width:140px;
}

/**** layout 2 ****/

/* colonne */
div#lay2_sx {
	margin-top:80px;
	margin-left:90px;
	width:210px;	
	float:left;
	height: 400px;
	display: inline; /* ie6 float/margin bug */ 
}

div#lay2_dx {
	margin-top:80px;
	margin-left:20px;
	width:560px;	
	float:left;
	height: 400px;
}

/* box */

div.lay2_sx_box{
	height: 370px;
	width:210px;
	margin-bottom:20px;
	position:relative;
}
div.lay2_sx_box_bkg {
	width:210px;
	height: 356px;
	background-color: #000000;
	clear:both;	
}

div.lay2_dx_box{
	height: 370px;
	width:560px;	
	position:relative;
}
div.lay2_dx_box_bd {
	font-size:1px;
	width:546px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div.lay2_dx_box_bkg {	
	width:560px;
	height: 356px;
	background-color: #000000;
	clear:both;	
}
div.lay2_dx_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width:540px;
	clear:both; /* ie6 position:absolute bug */	
}
div.lay5_box_cnt_dx {
	position:absolute;	
	top: 0px;
	left: 230px;
	margin: 10px;	
	width:520px;
	clear:both; /* ie6 position:absolute bug */	
}
div.lay5_box_cnt_sx {
	position:absolute;	
	top: 0px;
	left: 0px;
	margin-top: 10px;	
	width:175px;
	text-align:center;	
	clear:both; /* ie6 position:absolute bug */	
}
/* contenuto */
/*.lay5_box_cnt .title{
	font-family: arial;
	font-size: 14px;
	color: #e2001a;
	text-align:center;
	width:100%;
	font-weight: bold;
	margin-bottom:10px;	
}*/


.lay2_dx_box_cnt .title, 
.lay2_sx_box_cnt .title,
.lay5_box_cnt_sx .title,
.lay5_box_cnt_dx .title{
	font-family: arial;
	font-size: 14px;
	color: #e2001a;
	text-align:center;
	width:100%;
	font-weight: bold;
	margin-bottom:10px;	
}
.lay2_dx_box_cnt .text ,
.lay5_box_cnt_dx .text{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:95%;
	padding-left:15px;
	padding-right:15px;
	line-height:150%;
}
.lay5_box_cnt_dx .text{	
	line-height:120%;
}

.lay5_box_cnt_sx{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:95%;
	padding-left:15px;
	padding-right:15px;
	line-height:125%;
	text-align: center;
}

.lay2_dx_box_cnt .image {
	width: 78px;
	height: 78px;
	float:left;
	margin-right:20px;	
	display:inline;
	border: 1px solid #FFFFFF;
}
.lay2_sx_box_cnt .descr {
	color: #FFFFFF;	
	font-size: 12px;
	text-align: left;
	width: 115px;
	padding-left: 5px;	
}
* html .lay2_sx_box_cnt .descr
{
  width: 120px;
  w\idth: 115px;
}

.lay2_sx_box_cnt  .name{
	color: #b99001;	
	width: 115px;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	
}
* html .lay2_sx_box_cnt  .name
{
  width: 120px;
  w\idth: 115px;
}

.lay2_sx_box_cnt  .image {
	width: 60px;	
	height: 65px;
	float:left;
}

.lay2_sx_box_cnt  .text {
	width: 100px;	
	float: left;
	display:inline;	
}

.lay2_sx_box_cnt  .image2{
	width: 48px;	
	height: 48px;
	float:left;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

.lay2_sx_box_cnt .date{
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;	
	width: 115px;
	float: left;
	margin-left:5px;
	display: inline;
}
* html .lay2_sx_box_cnt .date
{
  width: 120px;
  w\idth: 115px;
}

.lay2_sx_box_cnt .descr2 {
	color: #b99001;	
	width: 115px;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
}
* html .lay2_sx_box_cnt .descr2 
{
  width: 120px;
  w\idth: 115px;
}

/* temporanei per live in home page */
.lay2_sx_box_cnt .testo .data{
	color: #FFFFFF;
	text-align: center;
	
}
.lay2_sx_box_cnt .testo .luogo{
	color: #FFFFFF;
	text-align: center;
}

.lay2_sx_box_cnt  .testo {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:100%;
}
/********/

/**** layout 3 ****/

/**** layout 4 ****/

/**** layout 5 ****/
div.lay5_box{
	height: 370px;
	width:790px;
	position:relative;
}
div.lay5_box_bkg{
	width:790px;
	height: 356px;
	background-color: #000000;
	clear:both;
}
div.lay5_box_bd  {
	font-size:1px;
	width:776px;
	height: 7px;
	background-color: #000000;
	float:left;
}

div#lay5{
	margin-top:80px;
	margin-left:90px;
	width:800px;	
	float:left;
	height: 400px;
	display: inline;
}


/**** multimedia ****/
div#contenuto_media{
	height: 295px;
}
div#descr_media {
	text-align:center; 
	font-size:12px; 
	color: red;
}
div.box_thumbs {
	width:90px; 
	height:60px; 
	border: 1px solid #FFFFFF;
	margin-left:13px;
	margin-top:18px;
	float:left;
	display: inline;
}
div#note_media{
	text-align:left; 
	font-size:9px;
	color: #FFFFFF;
	margin-left:15px;
	clear:both;
}
div#foto_media {
	padding-top:15px;
}
div#box_nav_media {
	text-align:center; 
	margin-top:10px;
}
div#freccia_left_media {
	float:left; 
	width: 40%; 
	text-align:right;
	height: 20px;
}
div#freccia_right1_media {
	float:left; 
	width: 40%; 
	text-align:left;
	height: 20px;
}
div#pagine{
	float:left; 
	font-size: 13px; 
	color: #FFFFFF;
	width: 20%;
	height: 20px;
	vertical-align: middle;
}
div#freccia_right2_media {
	float:left; 
	width: 30%; 
	text-align:left;
	height: 20px;
}
div#objs{
	float:left; 
	font-size: 13px; 
	color: #FFFFFF;
	width: 20%;
	height: 20px;
	vertical-align: middle;
}
div#gallery_media{
	float:left; 
	width: 10%; 
	text-align:right;
	height: 20px;
}
a.img_vis_media {
	visibility: visible;
}
a.img_hid_media {
	visibility: hidden;
}
img.img_vis_media {
	visibility: visible;
}
img.img_hid_media {
	visibility: hidden;
}
img.copertina {
	border: 1px solid #FFFFFF
}


/******* acquista ******/
div#form_1 {
	text-align:left; 
	width:250px; 
	margin-left: 30px;
	margin-top: 15px;
	float:left;
	display: inline;
}
div#form_2 {
	text-align:left;
	width:220px;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	clear:right;
	text-align:center;
}
div.box_form {
	clear: left;
	float:left;
	width: 100%;
}
div.label_form {
	width:80px;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	text-align:left;
}
div#new_img {
	float:left;clear:both;
	font-size: 12px;
	color: #FFFFFF;
	width:100%;
	text-align: center;
	margin-bottom: 3px;
}
div#istr {
	float:left;
	clear:both;
	font-size: 11px;
	color: #FFFFFF;
	width:100%;
	text-align: justify;
	line-height:110%;
}
div#div_value{
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	margin-top:5px;
}
div#div_submit{
	clear: left;
	float:left;
	width: 100%;
	text-align: center;
	font-size:12px;
	color:#FFFFFF;
	margin-top:5px;
}
input#butt_submit {
	font-size: 14px;
	background-color: #FF2222;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bolder;
	width:100px;
}
div.input_form {
	float:left;
}
div.chk_form {
	float:left;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
}
input#txProv{
	width: 35px;
}
div#label_txProv{
	font-size:12px;
	color:#FFFFFF;
	float:left;
	margin-left:16px;
}
input.data_error{
	background-color: #FF7777;
}
select.data_error{
	background-color: #FF7777;
}

div#descr_error{
	color:#FF0000;
	font-size:13px;
}
div#text_confirm{
	font-size:13px;
	color: #FFFFFF;
}

/**** temporaneo per costruzione ******/

/* colonne */
div#layt_sx {
	margin-top:80px;
	margin-left:90px;
	width:135px;	
	float:left;
	height: 400px;
	display: inline; /* ie6 float/margin bug */ 
}
div#layt_md {
	margin-top:80px;
	margin-left:20px;
	width:480px;	
	float:left;
	height: 400px;
}
div#layt_dx {
	margin-top:80px;
	margin-left:20px;
	width:135px;	
	float:left;
	height: 400px;
}



div.layt_md_box{
	height: 370px;
	width:480px;
	position:relative;
}
div.layt_md_box_bd {
	font-size:1px;
	width:466px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div.layt_md_box_bkg {	
	width:480px;
	height: 356px;
	background-color: #000000;
	clear:both;
}

div.layt_md_box_cnt {	
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 460px;
	clear:right;
	font-size:16px;
	color: #FFFFFF;
}

.layt_md_box_cnt .title{
	font-family: arial;
	font-size: 14px;
	color: #e2001a;
	text-align:center;
	width:100%;
	font-weight: bold;
	margin-bottom:10px;	
}
/**** generali ****/

div.corner1 {
	font-size: 1px;
	width: 7px;
	height: 7px;
	background-image: url(images/corner1.gif);
	float:left;
}
div.corner2 {
	font-size: 1px;
	width: 7px;
	height: 7px;
	background-image: url(images/corner2.gif);
	float:right;
}
div.corner3 {
	font-size: 1px;
	width: 7px;
	height: 7px;
	background-image: url(images/corner3.gif);
	float:left;
}
div.corner4 {
	font-size: 1px;
	width: 7px;
	height: 7px;
	background-image: url(images/corner4.gif);
	float:right;
}

div.opac {
	filter: alpha(opacity=70);	
	opacity: 0.7;
	-moz-opacity: 0.7;
}

div.empty {
	clear: both;
	width: 100%;
	font-size:1px;
	height: 1px;
}
div.centered{
	text-align: center;
}

a{
	color: #FFFFFF;
	text-decoration: underline;
}	

div.freccia {
	height:7px;
	font-size:1px;
	clear: both;
}
div#lista {
	overflow: hidden;
	height:310px;
}

/*** temporanea (?) live ***/
/* colonne */
div#laylive_md {
	margin-top:80px;
	margin-left: 20px;
	width:330px;	
	float:left;
	height: 400px;
}
div#laylive_dx {
	margin-top:80px;
	margin-left:20px;
	width:210px;	
	float:left;
	height: 400px;
	display: inline; /* ie6 float/margin bug */ 
}
div.laylive_md_box{
	height: 370px;
	width:330px;
	position:relative;
}
div.laylive_md_box_bd {
	font-size:1px;
	width:316px;
	height: 7px;
	background-color: #000000;
	float:left;
}

div.laylive_md_box_bkg {	
	width:330px;
	height: 356px;
	background-color: #000000;
	clear:both;		
}
div.laylive_md_box_cnt {	
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 310px;
	clear:right;
}
.laylive_md_box_cnt .title{
	font-family: arial;
	font-size: 14px;
	color: #e2001a;
	text-align:center;
	width:100%;
	font-weight: bold;
	margin-bottom:10px;	
}
.laylive_md_box_cnt  .image {
	width: 78px;
	height: 78px;
	float:left;
	border: 1px solid #FFFFFF;
}
.laylive_md_box_cnt .text {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	width:210px;
	padding-left:10px;
	padding-right:5px;
	line-height:175%;
	float:left;
}
.laylive_md_box_cnt .descr {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	text-align:left;
	width:300px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	line-height:155%;
	float:left;	
}

/* Guestbook */
div.lay5_content_gbk{
	position: absolute;
	width:785px;
	height: 356px;	
	clear:both;
	top:0px;
	left:0px;
	/*border: 1px solid #FFFF00;*/
}
div.gbk_int {
	/*border: 1px solid #FF0000;*/
	float: left;
	width: 150px;
	padding-left:15px;	
	text-align: left;	
}
font.fnt_gbk_int1 {
	color:#FFFFFF;
	font-size: 10px;
}
font.fnt_gbk_int2{
	color:#b99001;
	font-size: 14px;
	font-weight: bold;	
}
div.gbk_msg {
	/*border: 1px solid #FF0000;*/
	float: left;	
	width: 570px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 14px;
	padding:5px;
}
div.gbk_riga {
	border-bottom:1px solid #666666;
	/*border-top:1px solid #666666;*/
}
div#gbk_nuovo_msg{
	padding:10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
div#guestbook {
	height:350px;
	overflow: hidden;
}	


#scrollbar_container {  
    position:relative;  
    width:780px;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    /*background-color:transparent;  */
	background-color:#999999;
    cursor:move;  
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#e2001a;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow:hidden;  
    width:755px;  
    height:280px;  
} 
/*-------------*/

/* nuova home */
div#home_sx {
	margin-top:30px;
	margin-left:90px;
	width:490px;	
	float:left;
	height: 450px;
	display: inline; /* ie6 float/margin bug */ 
}
div.home_sx_bd {
	font-size:1px;
	width:476px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div#home_sxup_box{
	height: 290px;
	width: 490px;
	margin-bottom:10px;
	position:relative;
}
div.home_sxup_bkg {
	width:490px;
	height: 276px;
	background-color: #000000;
	clear:both;	
}
div#home_sxup_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 470px;
	clear:both; /* ie6 position:absolute bug */	
}
div#home_sxbt_box{
	height: 135px;
	width: 490px;
	margin-bottom: 10px;
	position:relative;
}
div.home_sxbt_bkg {
	width:490px;
	height: 121px;
	background-color: #000000;
	clear:both;		
}
div#home_sxbt_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width:490px;
	clear:both; /* ie6 position:absolute bug */	
}

div#home_dx {
	margin-top:30px;
	margin-left:10px;
	width:300px;	
	float:left;
	height: 450px;
	display: inline; /* ie6 float/margin bug */ 
}
div.home_dx_bd {
	font-size: 1px;
	width: 286px;
	height: 7px;
	background-color: #000000;
	float:left;
}
div#home_dxup_box{
	height: 290px;
	width: 300px;
	margin-bottom:10px;
	position:relative;
}
div.home_dxup_bkg {
	width:300px;
	height: 276px;
	background-color: #000000;
	clear:both;	
}
div#home_dxup_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 280px;
	clear:both; /* ie6 position:absolute bug */	
}
div#home_dxbt_box{
	height: 135px;
	width: 300px;
	margin-bottom:10px;
	position:relative;
}
div.home_dxbt_bkg {
	width:300px;
	height: 121px;
	background-color: #000000;
	clear:both;	
}
div#home_dxbt_box_cnt {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 10px;	
	width: 280px;
	clear:both; /* ie6 position:absolute bug */	
}
div#diario_titolo{
	text-align:left;
	font-size: 15px;
	color: #e2001a;
	font-weight: bold;
	width: 180px;
	float:left;
}
div#iscr_news {
	text-align:right;
	width: 280px;
	float:left;
}
div#guest_newmsg {
	text-align:center;
	clear: both;
}
div.news_home{
	text-align:left;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 15px;
}
div#live_titolo{
	text-align:center;
	font-size: 15px;
	color: #e2001a;
	font-weight: bold;
	width: 280px;
	float:left;
}
div#guest_titolo{
	text-align:center;
	font-size: 15px;
	color: #e2001a;
	font-weight: bold;
	width: 280px;
	clear:both;
	
}
div#messaggi {
	overflow: hidden;
	height:220px;
}
div.guest_date{
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 65px;
	padding: 5px;
	vertical-align: top;
}
div.guest_msg{
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 195px;
	padding: 5px;
	clear: right;
	vertical-align: top;
}
div.separator {
	clear:both; width:100%; border-top: 1px solid #FFFF00;
}
a.link1,
a.link1:visited {
	text-align:left;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 15px;
	text-decoration: underline;
}
a.link1:hover {
	text-align:left;
	font-size: 13px;
	color: #b99001;
	padding-top: 15px;
	text-decoration: underline;
}
div.live_home{
	float:left;
	font-size: 12px;
	color: #FFFFFF;
	width: 220px;
	padding:5px;
	text-align:left;
}

div.live_info {
	clear:right;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	padding:5px;
	float:left;
}
