* {
    margin:0;
        padding:0;
            }

body	{
	color : #333;
	background-color : #ccf;
    font-family : Arial, helvetica, sans-serif;
    padding : 0 0 0 0;
    }

img     {
    border : 0px;
    }
#main   {
    width : 50%;
    top : 200px;
    left : 50px;
    text-align : left;
    }
#logoLeft   {
    font-size : 14pt;
    color : #fff;
    float : left;
    width : 60%;
    line-height : 120%;
    letter-spacing : .2em;
    margin-left : 20px;
    padding : 30px 5px 20px 5px;
    }
#header { 
    top : 0px;
    left : 0px;
    width : 100%;
    background-color : #000;
    margin : 0 auto;
    color : #9fc;
    }
#logo   {
    text-align : right;
    width : 100%;
    }

#latest5    {
    font-size : 10pt;
    float : right;
    background-color : #99f;
    border : solid .2em #fff;
    width : auto;
    padding : 10px 5px 10px 5px;
    text-align : left;
    }
#center {
    margin : 0px 10% 0px 10%;
    width : 80%;
    }
#centerShrink   {
    margin : 0px 40% 0 40%;
    text-align : center;
    }

#footer     {
    position : relative;
    clear : both;
    width : 100%;
    text-align : center;
    top : auto;
    bottom : 2px;
    margin-top : 20px;
    }

#topToolBar {
    background-color :#66f; 
    color : #ccc;
    text-align : center;
    width : 100%;
    }
#nav    {
    position : relative;
    float : left;
    margin : 0px 5px 5px 10px;
    padding : 3px 4px 2px 4px;
    font-size : 10pt;
    background-color : #ccc;
    position : relative;
    width : 150px;
    }
#userMain   {
    position : relative;
    float : right;
    margin : 5px 5px 5px 5px;
    width : 75%;
    }
.err    {
    width : 300px;
    background-color : #ffc;
    color : #f00;
    padding : 10px 10px 10px 10px;
    }

.row    {
    display : table;
    background-color : #fff;
    width : 100%;
    text-align : left;
    }
.awardRow   {
    display : table;
    background-color : #fff;
    width : 100%;
    padding : 0px 0px 0px 0px;
    }

.work   {
    display : table-cell;
    padding-left : 10px;
    }
.avg    {
    display: table-cell;
    width : 55px;
    font-size : 10pt;
    text-align : right;
    padding-right : 4px;
    background-color : #ccc;
    }
.low    {
    display: table-cell;
    padding-right : 4px;
    text-align : right;
    font-size : 10pt;
    width : 55px;
    }
.high   {
    display: table-cell;
    padding-right : 4px;
    text-align : right;
    font-size : 10pt;
    width : 55px;
    }
.awardShow  {
    font-size : 8pt;
    margin-left : 40px;
    }
.award  {
    font-size : 12pt;
    color : #000;
    padding : 2px 2px 2px 4px;
    text-align : left;
    }
.awardWin   {
    font-size : 10pt;
    color : #f00;
    }
.genre  {
    font-size : 12pt;
    background-color : #000;
    color : #fff;
    padding : 4px 0px 2px 8px;
    margin-right : 2px;
    letter-spacing : .2em;
    }
.date   {
    font-size : 10pt;
    color : #039;
    margin-left : 15px;
    }
.workTitle  {
    font-size: 16pt;
    border : solid .1em #fff;
    padding : 4px 4px 4px 4px;
    margin : 5px 0px 5px 0px;
    }
.review {
    word-spacing : .2em;
    line-height : 140%;
    padding : 20px 0px 10px 0px;
    }
.score  {
    font-size : 16pt;
    color : #00d;
    background-color : #69f;
    width : 80px;
    text-align : center;
    margin-top : 15px;
    }
.nav    {
    padding : 5px 0px 5px 0px;
    font-size : 10pt;
    }
.navHeader  {
    font : 10pt arial, helvetica, sans-serif;
    background-color : #666;
    color : #fff;
    padding : 2px 3px 1px 2px;
    }
a.navHeader {
    color : #fff;
    text-decoration :none;
    }
a:hover.navHeader   {
    color : #36f;
    } 
#navLinks li   {
    display : inline;
    list-style-type : none;
    padding : 2px 5px 2px 5px;
    }
#navLinks a  {
    text-decoration : none;
    }
#navLinks a:hover   {
    text-decoration : underline;
    }
.genText    {
    line-height : 120%;
    letter-spacing : .1em;
    margin : 8px 10px 5px 10px;
    }
.otherSites {
    font-size : 10pt;
    text-decoration : none;
    }
a:hover.otherSites   {
    text-decoration : underline;
    }
