/* your styles go here */
#navigation ul li a{
	text-decoration:none;
}
#venue_tile{
	color:yellow;
}
.site_color{
	color:#467fbf;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	
}
a{
	text-decoration:none;
	cursor:auto;
}


		
		 /* Customization Style of SyoTimer */
        .timer{
            text-align: center;

            margin: 30px auto 0;
            padding: 0 0 10px;
        }
        .timer .table-cell{
            display: inline-block;
            margin: 0 5px;

            width: 79px;
            background: url(../images/timer.png) no-repeat 0 0;
        }
        .timer .table-cell .tab-val{
            font-size: 35px;
            color: #80a3ca;

            height: 81px;
            line-height: 81px;

            margin: 0 0 5px;
        }
        .timer .table-cell .tab-unit{
            font-family: Arial, serif;
            font-size: 12px;
            text-transform: uppercase;
        }
        .timer .table-cell .tab-unit{
            font-family: Arial, serif;
            font-size: 12px;
            text-transform: uppercase;
        }
