@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; border: 0;}
a:hover {border: 0;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */


body {
	background-image: url(../IMAGES/wretchedBkgd.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: -10px top;
}


/*----------------------------NAV--------------------------*/
ul#navContainer {
	top: 217px;
	left: 36px;
	position: absolute;
	border-bottom: 1px dotted #5e5e5e;
}

ul#navContainer li{
	display: block;
	float: left;
	border-right: 1px dotted #5e5e5e;
	padding-bottom: 5px;
}
ul#navContainer li.right{
	border: none;
}
ul#navContainer li a, ul#navContainer li a:visited {
	height: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #c4b675;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

ul#navContainer li a:hover, ul#navContainer li a:active {
	color: #ed8330;
}

/*----------------------------CONTENT--------------------------*/

h1 {
	width: 354px;
	height: 140px;
	text-indent: -9999px;
	position: absolute;
	left: 66px;
	top: 41px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}
h1 a:hover {
	border: none;
}


strong {
	font-weight: bold;
	color: #9c6028;
}

div#contentContainer {
	text-align: left;
	position: absolute;
	width: 336px;
	top: 268px;
	left: 70px;
	height: 238px;
}
div#trailer {
	position: absolute;
	top: 267px;
	left: 81px;
}

div#contentContainer h2 {
	font: 15px Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	color: #556997;
	text-decoration: none;
	padding-bottom: 15px;
}
div#contentContainer h2.home {
	padding-bottom: 3px;
}
div#contentContainer h2 span.lighter {
	color: #cbd2d2
}

div#contentContainer h3 {
	font: 14px Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: normal;
	color: #cc7629;
	text-decoration: none;
	padding-bottom: 15px;
}
div#contentContainer p {
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #7e765f;
	text-decoration: none;
	padding-bottom: 10px;
}
div#contentContainer p.nospace {
	padding: 0;
}
div#contentContainer ul {
	display: block;
	padding: 3px 45px 8px 15px;
}
div#contentContainer li {
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #7e765f;
	padding: 0 0 5px 12px;
	background: url(../IMAGES/bullet.jpg) no-repeat;
	background-position: 0 6px;
} 
	 
div#juryAwards {
	position: absolute;
	top: 450px;
	left: 457px;
	padding: 0px;
	margin: 0px;
	width: 376px;
	height: 205px;
}
div#juryAwards img {
padding-right: 5px;
padding-bottom: 5px;
}
