/* CSS Document */

/* -------------------- Competition Page ----------------- */

body{ background-color:#3399CC;}

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

#competition_page_bg {
	height:765px;
	width:902px;
	padding:14px 15px 0 15px;
	margin:0 auto;
	background-image: url(../images_web/backgrd09.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#competition_header {height:194px; background:url(../images/competition_header_bg.png) no-repeat top; width:902px;}

#competition_body {width:902px; height:auto;}

#competition_body #competition_left {width:241px; height:400px; float:left; margin:17px 0 0 0;}

#competition_left_competition {width:241px; height:400px; float:left; margin:17px 0 0 0;}
#competition_left_live {width:241px; height:400px; float:left; margin:17px 0 0 0;}
#competition_left_contest {width:241px; float:left; margin:17px 0 0 0;}
#competition_left_result {width:241px; float:left; margin:17px 0 0 0;}

.competition_button {height:34px; width:241px; margin:0 0 5px 0;}



#competition_body #competition_content {width:661px; float:right;}

#competition_text_area_competition {width:580px; height:318px;}
#competition_text_area_live {width:580px; height:318px;}
#competition_text_area_contest {width:580px; height:318px;}
#competition_text_area_result {width:580px; height:318px;}

#competition_text_area_top {width:580px; height:13px; background:url(../images/competition_text_area_top.png) no-repeat top;}
#competition_text_area_bottom {background:url(../images/competition_text_area_bg.gif) bottom repeat; width:580px; height:290px; padding:0 0 0 0;}
#left_col {width:216px; padding:0 0 0 10px; float:left; margin:0;}
#right_col {width:600px; float:left; margin:0; padding:0 5px;}

#left_col_live {width:158px; padding:0 15px 0 20px; float:left; margin:0;}
#right_col_live {width:350px; float:left; margin:0;}

.competition_text_purple {font-size:16px; color:#000066; font-weight:bold; padding:15px;}
.competition_title {color:#ffffff; font-size:13px; font-weight:bold; background:#4b1d56; padding:5px 0; text-align:center;}

#list {width:450px; padding:10px 0 10px 10px; }
#list .col1 {float:left; width:190px; font-size:12px; color:#4b1d56; font-weight:bold;}
#list .col2 {float:right; width:200px; font-size:12px; color:#4b1d56; font-weight:bold;}

#competition_text_area_bottom_graphics {width:900px; height:194px;}
#bottom_graphics_left{float:left; width:194px; height:213px; padding:28px 0 0 30px;}
#bottom_graphics_right{float:right; width:660px; height:213px; padding:0px 0px 0 0;}
#bottom_graphics_right p.kayla{float:left; width:65px; height:88px; padding:95px 0 0 0;}
#bottom_graphics_right p.flash{float:right; width:145px; height:194px; padding:49px 50px 0 0;}

#general_scroll{width:570px; height:285px; padding:0px; overflow-y:scroll; margin:0px;}
  

