.col_oneshoot { 
margin: 10px 0 0 10px; /* Applied to first column only in lieu of padding (personal thing) */ 
width: 180px;  /* Allows for fluid design. Can be set to pixels */ 
float: left; 
color:white;
background: clear; /* Only here so you can see the different columns */ 
 /*border: 1px solid black; again, just so you can see the different columns */ 
} 
.col_twoshoot { 
margin: 10px 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 180px;  
float: left;
color:white;
background: clear; /* Only here so you can see the different columns */ 
/*border: 1px solid black;   again, just so you can see the different columns */ 
} 
.col_threeshoot { 
margin: 10px 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 180px; 
float: left;
color:white;
background: clear; /* Only here so you can see the different columns */ 
/* border: 1px solid black;  again, just so you can see the different columns */ 
} 
.col_fourshoot { 
margin: 10px 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 180px; 
float: left;
color:white;
background: clear; /* Only here so you can see the different columns */ 
/*border: 1px solid black;  again, just so you can see the different columns */ 
} 
.col_fiveshoot { 
margin: 10px 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */ 
width: 180px; 
float: left;
color:white;
background: clear; /* Only here so you can see the different columns */ 
/*border: 1px solid black;  again, just so you can see the different columns */ 
}
 
.col_shoot {
    margin: 5px 0px 5px 0px;
    padding:0px 0px 0px 0px;
    width:955px;
    height:240px;
	/*border: 1px solid white;*/
}
.row_shoot1 {
    margin: 5px 0px 5px 10px;
    padding:0px 0px 0px 0px;
    width:955px;
    height:25px;
/*	border: 1px solid black;*/
}
.row_shoot2 {
    margin: 5px 0px 5px 10px;
    padding:0px 0px 0px 0px;
    width:955px;
    height:25px;
    color:white;
/*	border: 1px solid black;*/
}
.row_shoot3 {
    margin: 5px 0px 5px 10px;
    padding:0px 0px 0px 0px;
    width:955px;
    height:55px;
    color:white;
/*	border: 1px solid black;*/
}
.shootstars {
   float:left;
   margin: 10px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: 231px;
   width:308px  ;
   overflow:auto;
   text-align:center;
   background-color:#000000;
   border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
   border-radius:10px;
  }

.shootcontent {
   float:left;
   margin: 15px 3px 0px 3px;
   padding: 0px 0px 0px 0px;
   height: 231px;
   width:308px  ;
   overflow:auto;
   text-align:center;
   background-color:#000000;
   border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
   border-radius:10px;
  }

#shootdetails {
    float:right;
    margin: 0px 0px 0px 650px;
    padding: 0px 0px 0px 10px;
    background-color:  #000000;
    width:330px;
    height:415px;
    font-size: 12px;
    overflow:auto;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    border: 1px solid white;
    border-radius:5px;
}
#shootdesc {
    margin: 10px 5px 10px 5px;
    padding: 0px 0px 0px 0px;
    background-color:  #000000;
    width:315px;
    height:150px;
    font-size: 12px;
    overflow:auto;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    border: 1px solid white;
    border-radius:5px;
}
.shootdiv {
   margin: 2px 0px auto 10px;
  /* margin: 2px 0px 2px 10px;*/
   padding:0px 0px 2px 10px;
   width:935px;
   color: #000000;
   background-color:#000000;
   border: 1px solid white;
}
.shootsrow {
   width:965px;
   height: 235px;
   color: #000000;
   border: 1px solid white;
   
}

.shootstyle {
     font-size: 18px;
   	 color: white;
     font-weight: bold;
     border: 1px solid black;
}
.titlebarshoot {
    float:left;
    margin: 10px 0px 0px 10px;
    padding:10px 0px 0px 10px;
    font-size: 14px;
    font-weight:bold; 
    width:935px;
    height:20px;
    color: white;
    background-color:#000000; 
    border: 1px solid white;
    border-radius:5px;
   }


.topbarshoot {
   float:left;
   margin: 10px 2px 0px 0px;
   padding: 0px 0px 0px 0px;
   width:308px;
   height:15px;
   text-align:center;
   font-weight:bold;
   font-size: 14px;
   color: white;
   background-color:#000000;
   border: 1px solid #ffffff; /* again, just so you can see the different columns */ 
   border-radius:10px;
}
#video {
   margin: 0px 20px 0px 10px;
   padding: 0px 0px 0px 10px;
   background-color:#000000;
   color: white;
   float:left;
   overflow:auto;
   width:590px;
   height:415px; 
   border: 1px solid white;
   border-radius:5px;
}
