@charset "UTF-8";


/************************************************
*	CSS RESET									*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************************
*	Container									*
************************************************/

#container {
	height: 3030px;
	background: url(../img/background.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 950px;
}


/************************************************
*	Overall 									*
************************************************/

body {
	background: #DAD9D6 url(../img/bg_line.gif) repeat-y;
	color: #4B4B4D;
	font: 12px/14px Helvetica, Arial, Verdana, sans-serif;
}

#banner {
	width: 235px;
	margin: 25px 0 0 20px;
	float: left;
	clear: none;
	position: fixed; 
	}

#logo {
	margin: 0px;
}

#nav {
	margin: 20px 0 0 0;
	font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
}

#mpt {
	margin: 50px 0 0 0;
	font: 11px/14px Helvetica, Arial, Verdana, sans-serif;
}

#content {
	float: right;
	width: 625px;
	margin: 25px 25px 0 0;
	clear: none;
}


/************************************************
*	Hyperlinks  								*
************************************************/

a, a:visited {
	color: #4B4B4D;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a.link {
	color: #4B4B4D;
	text-decoration: underline;
}

a.link:hover {
	color: #666;
	text-decoration: underline;
}

a:hover img {
	border: 0;
	opacity: 0.8;
	filter: alpha(opacity=80); 
}


/************************************************
*	Content 									*
************************************************/

h1 {
	font: 18px/18px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

h2 {
	font: 72px/26px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

h3 {
	font: 18px/18px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

h4 {
	font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

h5 {
	font: 18px/26px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

#vote {
	margin: 0 0 15px 0;
}

#details, #judging, #dates, #partners, #recipients, #contact, #map, #form #finalists {
	margin: 0;	
}

#colone {
	width: 140px;
	float: left;
	padding: 5px 15px 15px 0;
}

#coltwo, #colthree {
	width: 220px;
	padding: 5px 15px 15px 0;
	float: left;
}

#colfour {
	width: 470px;
	padding: 5px 0px 15px 0;
	float: left;
}

#spacer {
	width: 100%;
	height: 5px;
	display: block;
	clear: both;
	border-top: 5px #4D4D4B solid;
	margin: 0 0 10px 0;
}

#divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	border-top: 1px #4D4D4B solid;
	padding: 5px 0;
}
