/* comment */
/* margin: top left bottom right */

body 
{
background-color :#000 ;
}

img.banner
{
margin-left: 200px;
margin-bottom: 10px;
height: 100px;
width: 400px;
}

.container
{
width: 800px;
margin: 0 auto;
padding: 11px 0;
background: #000;
}

.title
{
color: rgb(39,170,252); 
font:20px Verdana, Sans-serif;
text-align: center;
padding-bottom: 10px;
}

.alert
{
color: rgb(252,250,252); 
font:20px Verdana, Sans-serif;
text-align: center;
padding-bottom: 10px;
}

.subtitle
{
color: rgb(39,170,252); 
font:12px Verdana, Sans-serif;
text-align: center;
}

.link
{
color: rgb(39,170,252); 
font:12px Verdana, Sans-serif;
text-align: center;
padding-top: 15px;
}

.link2
{
color: rgb(39,170,252); 
font:12px Verdana, Sans-serif;
text-align: center;
padding-top: 2px;
}

a.nodec
{
color: rgb(39,170,252);
text-decoration: none;
}

a.nodec_alert
{
color: rgb(252,252,252);
text-decoration: none;
}

/* main page stuff */

.spot_bot
{
background-image : url(spotlight/bottom.jpg);
background-position: bottom; 
padding: 12px 201px 113px 201px;
background-repeat : no-repeat ;
}

img.webcam
{
border: solid 6px #FFF;
color: rgb(252,250,252); 
text-align: center;
font:12px Verdana, Sans-serif;
}

/* gallery gubbins */


#galleries
{
padding-top: 30px;
}

.gallery
{
text-align: center;
height: 120px;
width: 153px;
}

.gallery_thumb
{
height: 120px;
width: 153px;
border: none;
}

.image_thumb
{
margin-left: 10px;
margin-bottom: 10px;
height: 100px;
width: 133px;
border: solid 1px white;
}