@charset "utf-8";
/* CSS Document */





/*Page formatting area*/

* {
	margin:0;
	padding:0;
}
body, html {
	background:#CCC;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

p  {
	font-family:Arial, Helvetica, sans-serif;
	padding-right:15px;
	line-height:22px;
	
}

h1 {
	font-size:22px; 
	font-weight:bold; 
	color:#F00;
}

#wrapper{
	width:860px;
	height:865px;
	margin:0 auto;
	background:#CCC;
	box-shadow:#666;}

#header {
	width:860px;
	height:220px;
	position:fixed;
	background:url(../images/header.jpg);
	z-index:1
}
.anchor {
	display:block; 
	position:relative; 
	top:-235px;
}

/* index page */

#content_container {
	padding:0px;
	position:relative;	
	top:220px;
}
.gridbox {
	width:25%;
	height:auto;
	float:left;
	margin-bottom:4px;
}
.gridbox img {
	width:100%;
	height:auto;
}
.gridbox .last {
	margin-right:0;
}

/* finalists page */

#finalist_container {
	width:100%;
	height:215px;
	padding-top:30px;

}
#finalist {
	width:100%;
	height:300px;
	background-color:#FFF;
	
}
#finalist img {
	float:left;
	padding-right:20px;
}











