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

body {
	background-color:#000;
}

div#container {
	width: 950px;
	height: 1430px;
	background-color:#090c13;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}

#header { width: 950px; height: 183px; top: 0px; left: 0px; background-image:url(images/header.gif);}

/*NAVIGATION DIVS*/

#year2004{ position:absolute; width:90px; height:31px; top:183px; left:0;background-image:url(images/year_2004.gif);}

#year2004:hover { background-image:url(images/2004_hover.gif);}

#year2005{ position:absolute; width:58px; height:31px; top:183px; left:90px; background-image:url(images/year_2005.gif);}

#year2005:hover { background-image:url(images/2005_hover.gif);}


#year2006{ position:absolute; width:59px; height:31px; top:183px; left:148px; background-image:url(images/year_2006.gif);}

#year2006:hover { background-image:url(images/2006_hover.gif);}

#year2007{ position:absolute; width:60px; height:31px; top:183px; left:206px; background-image:url(images/year_2007.gif);}

#year2007:hover { background-image:url(images/2007_hover.gif);}

#year2008{ position:absolute; width:59px; height:31px; top:183px; left:265px; background-image:url(images/year_2008.gif);}

#year2008:hover { background-image:url(images/2008_hover.gif);}

#year2009{ position:absolute; width:57px; height:31px; top:183px; left:325px; background-image:url(images/year_2009.gif);}

#year2009:hover { background-image:url(images/2009_hover.gif);}

#year2010{ position:absolute; width:55px; height:31px; top:183px; left:382px; background-image:url(images/year_2010.gif);}

#year2010:hover { background-image:url(images/2010_hover.gif);}

#year2011{ position:absolute; width:512px; height:31px; top:183px; left:437px; background-image:url(images/year_2011.gif);}

#year2011:hover { background-image:url(images/2011_hover.gif);}

#home{ position:absolute; width:950px; height:25px; top:214px; left:0px; background-image:url(images/home_hover.gif);}
#home:hover{ background-image:url(images/home.gif);}

img.loading {
	display: none;
}

#holder{ position:absolute; top:239px; width:950px; height:1191px; left:0px; background-image:url(images/bg2.gif); background-repeat:no-repeat;}

#intro{
	position:absolute;
	top:0px;
	width:850px;
	height:130px;
	margin:5px 60px 0 35px;
	color:#dda76f;
	text-align:center;
}

#rightinfo{
	position:absolute;
	left:545px;
	top:95px;
	width:400px;
	height:auto;
	color:#dfcdb9;
}

.winners_right{
	float:right;
	width:175px;
	top:-170px;
	color:#dda76f;
	margin-top:8px;
	
}

.picture_left{
	float:left;
	margin:5px 0 5px 0;
	border: solid #dda76f 1px;

}

.white{
	color:#FFF;
	font-size:14px;
	
}

.blog{
	margin-top:10px;
	color:#F90;
	font-size:14px;
	
}
.orange{
	color:#F90;
}

.photo_caption{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFF;
text-align:left;
}

#video{
	position:absolute;
	left:45px;
	top:110px;
	width:470px;
	height:auto;
	background-color:#000;
}
.categories{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#dda76f;

}
#spanish{
	position:absolute;
	left:169px;
	top:504px;
	width:350px;
	height:656px;
	color:#dda76f;
	letter-spacing:0px;
}

.spanishcategories{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#dfcdb9;

}
#deadlineImage{
	position:absolute;
	top:110px;
	left:575px;
	width:345px;
	height:100px;
}


#footer{
	position:absolute;
	left:0px;
	top:1380px;
	width:950px;
	height:60px;
	background-color:#006;
}

#footer p{
	color:#dfcdb9;
	font-size:12px;
	padding: 0 10px 0 10px;
	text-align:center;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}

.title2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dfcdb9;
	
}
p{
	font-size:13.5px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FC0;
}
a:active {
	color: #ae0000;
}

