/* Base CSS */
* { margin:0; padding:0; }
img { border:none; }
a img { border:none; }

html { background-color:#111111; background-image:url(../images/header.jpg); background-position:center top; background-repeat: no-repeat; }

#pageWrapper { position:absolute; left:50%; width:820px; margin-left:-410px; } /* If you change the width then make sure you change the left margin to half of the new width.. Also read the nav bit */

#contbuff { height:50px; }

#content {  }

/* Header */
#head { height:225px; }


/* Navigation */
#nav { height:28px; width:328px; margin-left:211px; }

.Spacer { width:41px; height:28px; display:block; float:left; }

.Home { width:41px; height:28px; float:left; }
.Home a { display: block; width:41px; height:28px; background:url(../images/nav/home-out.gif) no-repeat top left; }
.Home a:hover { background:url(../images/nav/home-over.gif) no-repeat top left; }

.Images { width:61px; height:28px; float:left; }
.Images a { display: block; width:61px; height:28px; background:url(../images/nav/images-out.gif) no-repeat top left; }
.Images a:hover { background:url(../images/nav/images-over.gif) no-repeat top left; }

.Film { width:36px; height:28px; float:left; }
.Film a { display: block; width:36px; height:28px; background:url(../images/nav/film-out.gif) no-repeat top left; }
.Film a:hover { background:url(../images/nav/film-over.gif) no-repeat top left; }

.Contact { width:67px; height:28px; float:left; }
.Contact a { display: block; width:67px; height:28px; background:url(../images/nav/cont-out.gif) no-repeat top left; }
.Contact a:hover { background:url(../images/nav/cont-over.gif) no-repeat top left; }


/* Content Layout */
#textArea { margin-left:80px; margin-right:80px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; }
.Title { height:14px; margin-top:30px;  }
.Text { margin-top:7px; text-align:justify;}
.Info { margin-top:30px; color:#FFFFFF; }

/* Images */
.Image { margin-left:34px; margin-right:34px; margin-top:20px; margin-bottom:20px; width:304px; height:173px; border:1px solid #FFFFFF; float:left; }
.Image:hover { border:1px solid #afaf9f; }
.Image img { margin:2px; }

/* Nomination Stuff */
#award {  }
#nom { text-align:left; margin-bottom:0px; font-family:Georgia; font-size:0.8em; }
.nom_name { color:#999966; }
.nom_detail { color:#cccccc; }