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

.small {
	font-size: 13px;
	font-style:italic;
}	
.orange {
	color: #F00;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
    text-align: center;
}

a:link {
	color: #C39;
}
a:visited {
	color: #C39;
}
a:hover {
	color: #FCF;
}
a:active {
	color: #FCF;
}

#global {
	position:relative;
	height: auto;
	width: 1000px;
}

div#all {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    background-color: #333;
}


#header {
	height: 189px;
	width: 1000px;
	background-color:#000;
}
#line {
	height: 10px;
	width: 1000px;
	background-color: #F00;
}
#logo {
	position:absolute;
	left:25px;
	top:20px;
	height: 169px;
	width: 353px;
	background:url(images/logo.jpg);
}
#photo {
	position:absolute;
	left: 378px;
	top:20px;
	height: 169px;
	width: 622px;
}
#menu {
	margin-top:189px;
	position:absolute;
	left: 0px;
	top: 0px;
	height: 54px;
	width: 1000px;
	background-color: #000;
	text-align:left;
}

#menu_01 {position:absolute; left:15px;}
#menu_01 a { display: block; width:130px;height: 54px;background: transparent url(images/menu/menu_01.jpg) no-repeat;}
#menu_01 a:hover {background: transparent url(images/menu/menu_01_on.jpg) no-repeat;}

#menu_02 {position:absolute; left:145px;}
#menu_02 a { display: block; width:118px;height: 54px;background: transparent url(images/menu/menu_02.jpg) no-repeat;}
#menu_02 a:hover {background: transparent url(images/menu/menu_02_on.jpg) no-repeat;}

#menu_03 {position:absolute; left:263px;}
#menu_03 a { display: block; width:118px;height: 54px;background: transparent url(images/menu/menu_03.jpg) no-repeat;}
#menu_03 a:hover {background: transparent url(images/menu/menu_03_on.jpg) no-repeat;}

#menu_04 {position:absolute; left:381px;}
#menu_04 a { display: block; width:119px;height: 54px;background: transparent url(images/menu/menu_04.jpg) no-repeat;}
#menu_04 a:hover {background: transparent url(images/menu/menu_04_on.jpg) no-repeat;}

#menu_05 {position:absolute; left:500px;}
#menu_05 a { display: block; width:119px;height: 54px;background: transparent url(images/menu/menu_05.jpg) no-repeat;}
#menu_05 a:hover {background: transparent url(images/menu/menu_05_on.jpg) no-repeat;}

#menu_06 {position:absolute; left:619px;}
#menu_06 a { display: block; width:117px;height: 54px;background: transparent url(images/menu/menu_06.jpg) no-repeat;}
#menu_06 a:hover {background: transparent url(images/menu/menu_06_on.jpg) no-repeat;}

#menu_07 {position:absolute; left:736px;}
#menu_07 a { display: block; width:118px;height: 54px;background: transparent url(images/menu/menu_07.jpg) no-repeat;}
#menu_07 a:hover {background: transparent url(images/menu/menu_07_on.jpg) no-repeat;}

#menu_08 {position:absolute; left:854px;}
#menu_08 a { display: block; width:131px;height: 54px;background: transparent url(images/menu/menu_08.jpg) no-repeat;}
#menu_08 a:hover {background: transparent url(images/menu/menu_08_on.jpg) no-repeat;}


#main {
	position: absolute;
	margin-top:54px;
	height: auto;
	width: 1000px;
	background-color: #000;
}

#main_home {
	position: absolute;
	margin-top:54px;
	height: 850px;
	width: 1000px;
	background-color: #000;
}

#main-about {
	position: absolute;
	margin-top:54px;
	height: 1549px;
	width: 1000px;
	background-color: #000;
}

#title {
	margin-left:15px;
	left:15px;
	height: 59px;
	width: 970px;
	background:url(images/title.jpg);
	background-repeat:no-repeat;
}
#left {
	position:absolute;
	margin-left:15px;
	height: 601px;
	width: 385px;
}
#left-about {
	position:absolute;
	margin-left:15px;
	height: 601px;
	width: 243px;
}
#box_01 {
	height: 120px;
	width: 385px;
}
#box_01 a { display: block; width:385px;height: 120px;background: transparent url(images/box/box_01.jpg) no-repeat;}
#box_01 a:hover {background: transparent url(images/box/box_01_on.jpg) no-repeat;}

#box_02 {
	top:120px;
	height: 120px;
	width: 385px;
}
#box_02 a { display: block; width:385px;height: 120px;background: transparent url(images/box/box_02.jpg) no-repeat;}
#box_02 a:hover {background: transparent url(images/box/box_02_on.jpg) no-repeat;}

#box_03 {
	top:240px;
	height: 120px;
	width: 385px;
}
#box_03 a { display: block; width:385px;height: 120px;background: transparent url(images/box/box_03.jpg) no-repeat;}
#box_03 a:hover {background: transparent url(images/box/box_03_on.jpg) no-repeat;}

#news {
	position:absolute;
	top:360px;
	height: 241px;
	width: 385px;
	background:url(images/news.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:20px;

}
#news_text {
	height: 170px;
	width: 350px;
	padding-top:55px;
}
#right {
	text-align:left;
	position:absolute;
	top:69px;
	left:415px;
	margin-left:0px;
	height: 591px;
	width: 570px;
}
#right-about {
	text-align:left;
	position:absolute;
	top:303px;
	left:268px;
	margin-left:0px;
	height: 1654px;
	width: 717px;
}

#movie {
	left:560px;
	margin-left:0px;
	height: 340px;
	width: 570px;
}


#info_text {
	text-align:left;
	height: 231px;
	width: 560px;
	padding-top:18px;
}


/* FOOTER CSS */


#footer_home {
	position:absolute;
	top:680px;
	height: 166px;
	width: 950px;
}
#footer-about {
	position:absolute;
	top:1790px;
	height: 166px;
	width: 1000px;
	background-color:#000;
}
#footer {
	margin-top:20px;
	height: 166px;
	width: 950px;
}

/* COMPETE CATEGORY CSS */

#compete_title {
	text-align: center;
	margin-left:15px;
	left:15px;
	height: 82px;
	width: 970px;
	padding-left:25px;
	font-style:italic;
}

* { margin:0px; padding:0px; }

.vertical {
  background: #000;
  color:#111;
  padding:0px 0px;
  width:950px;
  height:auto;
  border:0px solid #666;
  margin:10px auto;
  text-align:left;
}

.vertical ul { list-style:none; float:left;}

.vertical ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  font:14px  Arial;
  color: #999;
  background:#333;
  border-bottom:1px solid #000;
  border-right:1px solid #666;
  width:202px;
}

.vertical ul a:hover {
  color: #F00;
  background:#444;
  width:202px;
  }

.vertical ul a.selected {
	margin-left:0px;
	margin-bottom:0;
	color: #F00;
	background: #222;
	cursor:default;
	border-right:1px solid #222;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	width:202px;
  }

.vertical div {
  margin-top:1px;
  margin-left:222px;
  padding: 10px 10px 20px 15px;
  background: #222;
  font:10pt Arial;
  height:100px;
  color:#CCC;
  width:690px;
  height:auto;
  border:1px solid #666;
}

.vertical div li {
	list-style:inside;

}
.h1 {
	color: #F00;
	font-size:14px;
}
.h2 {
	color: #FFF;
	font-size:14px;
}

.red14 {
	color: #F69;
	font-size:14px;
}

.veryred14 {
	color: #F00;
	font-size:14px;
}

.ita14 {
	font-style:italic;
}

/* FAQ CSS */


#faq_title {
	text-align: center;
	margin-left:15px;
	left:15px;
	height: 15px;
	width: 970px;
	padding-left:25px;
	font-style:italic;
	color: #F00;
	font-size:16px;
}

#faq_category {
	text-align: left;
	margin-left:15px;
	left:15px;
	height: 20px;
	width: 970px;
	padding-top:5px;
	font-style:italic;
	color: #F00;
	font-size:16px;
}

.msg_list {
	margin-left:25px;
	padding: 0px;
	width: 950px;
	text-align:left;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color: #222;
	margin:1px;
	color: #999;
	font-style:italic;
	font-size:16px;
}

.msg_body {
	padding: 8px 15px 10px;
	background-color: #666;
	color: #000;
}



/* CONTACT CSS */


.h3 {
	color: #F00;
	font-size:14px;
}
#left_box {
	position:absolute;
	width:260px;
	height:364px;
	border:1px solid #333;
	background: #222;
	padding-top:15px;
	padding-left:25px;
	top:10px;
	left:25px;
	text-align:left;
}
#contact_box {
	position:absolute;
	top:10px;
	left:330px;
	text-align:left;
	width:552px;
	border:0px solid #333;
	background: #000;
	padding-bottom:25px;
	padding-left:50px;
}
#contact_box div {
	clear:both;
	margin:1em 0;
}
#contact_box label {
	display:block;
	float:none;
	font-size:14px;
	width:auto;
}
form#contactform input {
	border-color: #666;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:14px;
	color: #000;
	background-color:#CCC;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding:0.6em 0.5em 0.7em;
	border-color: #666;
	border-style:solid;
	border-width:1px;
	background-color: #CCC;
}


.h4 {
	color: #FFB200;
	font-size:18px;
}

.h6 {
	color: #F00;
	font-size:14px;
}




/* RESULTS CSS */



.horizontal {
  background: #111;
  width: 948px;
  border:0px solid 222;
  text-align:center;
  margin-left:25px;
}
.horizontal li { list-style:none; float:left; }
.horizontal ul a {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0px;
  color:#FFF;
  background:#444;
  width:58px;
  
  
  
}
.horizontal ul a:hover {
  color:#F00;
  background:#444;
  }
.horizontal ul a.selected {
	margin-bottom:-1px;
	color: #F00;
	background: #222;
	cursor:default;
	border-bottom:1px solid #222;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-top:1px solid #666;
}
.horizontal div {
  padding:10px 10px 8px 10px;
  font:10pt Arial;
  color:#CCC;
  clear:left;
  background: #222;
  border-left:1px solid #666;
  border-right:1px solid #666;
  border-bottom:1px solid #666;
  border-top:1px solid #666;
  
}
.horizontal div a { color:#000; font-weight:bold; }

.h5 {
	border-bottom:1px solid #F00;
}




/* 2010 */

#W10-LD1 {background-image: url(images/winners/2010/LD1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;}
#W10-LD2 {background-image: url(images/winners/2010/LD2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;}
#W10-LD3 {background-image: url(images/winners/2010/LD3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;}

#W10-IN1 {background-image: url(images/winners/2010/IN1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-IN2 {background-image: url(images/winners/2010/IN2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-IN3 {background-image: url(images/winners/2010/IN3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-AD1 {background-image: url(images/winners/2010/AD1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-AD2 {background-image: url(images/winners/2010/AD2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-AD3 {background-image: url(images/winners/2010/AD3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-OP1 {background-image: url(images/winners/2010/OP1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-OP2 {background-image: url(images/winners/2010/OP2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-OP3 {background-image: url(images/winners/2010/OP3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-TC1 {background-image: url(images/winners/2010/TC1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-TC2 {background-image: url(images/winners/2010/TC2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-TC3 {background-image: url(images/winners/2010/TC3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-CX1 {background-image: url(images/winners/2010/CX1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-CX2 {background-image: url(images/winners/2010/CX2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-CX3 {background-image: url(images/winners/2010/CX3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-RV1 {background-image: url(images/winners/2010/RV1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-RV2 {background-image: url(images/winners/2010/RV2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-RV3 {background-image: url(images/winners/2010/RV3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-AR1 {background-image: url(images/winners/2010/AR1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-AR2 {background-image: url(images/winners/2010/AR2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-AR3 {background-image: url(images/winners/2010/AR3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-SC1 {background-image: url(images/winners/2010/SC1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-SC2 {background-image: url(images/winners/2010/SC2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-SC3 {background-image: url(images/winners/2010/SC3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-DT1 {background-image: url(images/winners/2010/DT1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-DT2 {background-image: url(images/winners/2010/DT2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-DT3 {background-image: url(images/winners/2010/DT3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W10-CB1 {background-image: url(images/winners/2010/CB1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-CB2 {background-image: url(images/winners/2010/CB2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W10-CB3 {background-image: url(images/winners/2010/CB3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}








/* 2011 */

#W11-LD1 {background-image: url(images/winners/2011/LD1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;}
#W11-LD2 {background-image: url(images/winners/2011/LD2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;}
#W11-LD3 {background-image: url(images/winners/2011/LD3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;}

#W11-IN1 {background-image: url(images/winners/2011/IN1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-IN2 {background-image: url(images/winners/2011/IN2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-IN3 {background-image: url(images/winners/2011/IN3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-AD1 {background-image: url(images/winners/2011/AD1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-AD2 {background-image: url(images/winners/2011/AD2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-AD3 {background-image: url(images/winners/2011/AD3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-OP1 {background-image: url(images/winners/2011/OP1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-OP2 {background-image: url(images/winners/2011/OP2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-OP3 {background-image: url(images/winners/2011/OP3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-TCF1 {background-image: url(images/winners/2011/TCF1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-TCF2 {background-image: url(images/winners/2011/TCF2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-TCF3 {background-image: url(images/winners/2011/TCF3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-TCM1 {background-image: url(images/winners/2011/TCM1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-TCM2 {background-image: url(images/winners/2011/TCM2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-TCM3 {background-image: url(images/winners/2011/TCM3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-CX1 {background-image: url(images/winners/2011/CX1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-CX2 {background-image: url(images/winners/2011/CX2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-CX3 {background-image: url(images/winners/2011/CX3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-RV1 {background-image: url(images/winners/2011/RV1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-RV2 {background-image: url(images/winners/2011/RV2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-RV3 {background-image: url(images/winners/2011/RV3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-AR1 {background-image: url(images/winners/2011/AR1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-AR2 {background-image: url(images/winners/2011/AR2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-AR3 {background-image: url(images/winners/2011/AR3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-SC1 {background-image: url(images/winners/2011/SC1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-SC2 {background-image: url(images/winners/2011/SC2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-SC3 {background-image: url(images/winners/2011/SC3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-DT1 {background-image: url(images/winners/2011/DT1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-DT2 {background-image: url(images/winners/2011/DT2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-DT3 {background-image: url(images/winners/2011/DT3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-CB1 {background-image: url(images/winners/2011/CB1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-CB2 {background-image: url(images/winners/2011/CB2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-CB3 {background-image: url(images/winners/2011/CB3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}

#W11-PA1 {background-image: url(images/winners/2011/PA1.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-PA2 {background-image: url(images/winners/2011/PA2.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}
#W11-PA3 {background-image: url(images/winners/2011/PA3.jpg);background-repeat:no-repeat;background-position: center;border:none;width:280px;height:300px;border-top:#333 1px dashed}






/* GALLERY CSS */


#gallery_title {
	text-align: center;
	margin-bottom:20px;
	height: 35px;
	width: 970px;
	padding-left:25px;
	font-style:italic;
	color: #F00;
	font-size:16px;
}

.h7 {
	color: #39F;
	font-size:16px;
}

#bg_gallery {
	background-image: url(images/bg_gallery.jpg);
}


/* TICKETS CSS */

#tickets_title {
	text-align: center;
	margin-bottom:0px;
	height: 30px;
	width: 970px;
	font-style:italic;
	color: #F00;
	font-size:16px;
}

#tickets_left {
	position:absolute;
	left:25px;
	width:450px;
	height:auto;
	padding:45px 10px 10px 10px;
	background-image:url(images/bar_spectators.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#222;


}

#tickets_right {
	position:absolute;
	left:505px;
	width:450px;
	height:auto;
	padding:45px 10px 10px 10px;
	background-image:url(images/bar_competitors.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#222;

}

#photo_spectators {

	width:450px;
	height:253px;
	background-image:url(images/photo_spectators.jpg);
	background-repeat:no-repeat;
	

}

#photo_competitors {
	width:450px;
	height:253px;
	background-image:url(images/photo_compete.jpg);
	background-repeat:no-repeat;	

}


/* ON_THE_DAY CSS */


.txt_on_the_day {
	margin-left:25px;
	padding: 30px;
	width: 890px;
	text-align:left;
	color:#888;
	background-color:#222;
}
.o1 {
	color: #F00;
	font-size:17px;
}
.o2 {
	color: #CCC;
	font-size:16px;
}







#box_01 {
	height: 39px;
	width: 385px;
	background-image:url(images/box-1.jpg)
}

#box_02 {
	position:absolute;
	top:39px;
	left:0px;
	height: 82px;
	width: 193px;
}
#box_02 a { display: block; width:385px;height: 120px;background: transparent url(images/box-2.jpg) no-repeat;}
#box_02 a:hover {background: transparent url(images/box-2-on.jpg) no-repeat;}

#box_03 {
	position:absolute;
	top:39px;
	left:192px;
	height: 82px;
	width: 193px;
}
#box_03 a { display: block; width:385px;height: 120px;background: transparent url(images/box-3.jpg) no-repeat;}
#box_03 a:hover {background: transparent url(images/box-3-on.jpg) no-repeat;}

#box_04 {
	position:absolute;
	top:121px;
	left:0px;
	height: 103px;
	width: 385px;
}
#box_04 a { display: block; width:385px;height: 120px;background: transparent url(images/box-4.jpg) no-repeat;}
#box_04 a:hover {background: transparent url(images/box-4-on.jpg) no-repeat;}

#box_05 {
	position:absolute;
	top:224px;
	left:0px;
	height: 90px;
	width: 193px;
}
#box_05 a { display: block; width:385px;height: 120px;background: transparent url(images/box-5.jpg) no-repeat;}
#box_05 a:hover {background: transparent url(images/box-5-on.jpg) no-repeat;}

#box_06 {
	position:absolute;
	top:224px;
	left:193px;
	height: 90px;
	width: 193px;
}
#box_06 a { display: block; width:385px;height: 120px;background: transparent url(images/box-6.jpg) no-repeat;}
#box_06 a:hover {background: transparent url(images/box-6-on.jpg) no-repeat;}

#box_07 {
	position:absolute;
	top:314px;
	left:0px;
	height: 45px;
	width: 193px;
	background-image:url(images/box-7.jpg);
}
#box_07 a { display: block; width:385px;height: 120px;background: transparent url(images/box-7.jpg) no-repeat;}
#box_07 a:hover {background: transparent url(images/box-7.jpg) no-repeat;}


#box_08 {
	position:absolute;
	top:314px;
	left:193px;
	height: 43px;
	width: 94px;
	background-image:url(images/box-8.jpg);
}
#box_08 a { display: block; width:385px;height: 120px;background: transparent url(images/box-8.jpg) no-repeat;}
#box_08 a:hover {background: transparent url(images/box-8.jpg) no-repeat;}

#box_09 {
	position:absolute;
	top:314px;
	left:287px;
	height: 43px;
	width: 98px;
	background-image:url(images/box-9.jpg);
}
#box_09 a { display: block; width:385px;height: 120px;background: transparent url(images/box-9.jpg) no-repeat;}
#box_09 a:hover {background: transparent url(images/box-9.jpg) no-repeat;}

