body{
background: url('images/green_damask.jpg');
background-position: center;
background-attachment: fixed;
}

#container{
background: #900;
width: 1000px;
height: auto;
margin: 0 auto;
padding: 0;
border: solid 0px;
font-family: futura, arial, sans-serif;
}

#header{
background: #900;
width: 1000px;
height: 150px;
margin: 0 auto;
border: solid 0;
}

#logo{
height: 150px;
width: 150px;
padding-left: 20px; 
margin: 0;
border: solid 0;
float: left;
}

#headerpix{
background: url('images/headers/winners_header.jpg');
height: 150px;
width: 800px;
margin: 0;
border: solid 0;
float: right;
}

#content{
width: 980px;
height: auto;
margin: 0 auto;
padding: 10px;
border: solid 0;
font-family: futura, arial, sans-serif;
}

#leftcol{
background: #666;
margin: 5px;
padding: 0px;
border: 0px solid;
width: 70px;
height: 630px;
float: left;
}

#rightcol{
text-align: center;
font-family: futura, arial, sans-serif;
font-size: 12pt;
background: #900;
float: right;
width: 915px;
height: 630px;
margin: 5px 5px 5px 0;
border: solid 0px;
overflow: auto;
}

#footer{
background: #ccc;
width: 990px;
height: 20px;
margin: 0 0 10px 0;
padding: 5px;
border: solid 0;
text-align: center;
font-size: 12pt;
}

#footer ul{
display: inline;
margin: 0;
padding: 0;
list-style: none;
width: 960px;
border: 0px solid;
}

#footer li{
display: inline;
}

#footer a{
color: #000;
text-decoration: none;
}

#footer a:hover{
color: #900;
}

a:focus{
outline:0;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 980px;  /*Set to gallery width, in px or percentage */
height: 220px;  /*Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/*#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; 
left: -300px;
visibility: hidden;
}*/

/* End Gallery Styles */

#bmotioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 980px;  /*Set to gallery width, in px or percentage */
height: 220px;  /*Set to gallery height */
}

#bmotioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#bmotioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}



#bmotioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

