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

/*------------------------------------------------------------------------------------------------*/
/* CSS Reset v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: 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;
}
/*------------------------------------------------------------------------------------------------*/
/* Global */

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
}
h1 {
	color:#c9ab68;
	font-family:"Lucida Sans", verdana;
	font-size:16px;
	line-height:16px;
	margin-bottom:16px;
}
p {
	color:#ffffff;
	font-family:"Lucida Sans", verdana;
	font-size:13px;
	line-height:16px;
	margin-bottom:16px;
	margin-left:16px;
	margin-right:16px;
}
p strong{
	color:#ffb14a;
	font-family:"Lucida Sans", verdana;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
}
a:visited {
}
hr {
	margin-top:16px;
	margin-bottom:16px;
	height:1px;
	border-bottom:1px;
	border-color:#ffffff;
	width:100%;
	clear:both;
}
/*------------------------------------------------------------------------------------------------*/
/* Interface */

#flash_background {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	z-index:1;
}

#wrapper {
	position:relative;
	margin-left:44px;
	width:596px;
	z-index:3;
}

#photocredit {
	position:absolute;
	margin:0px;
	bottom:4px;
	right:4px;
	width:137px;
	height:19px;
	background:url(../img/photocred.png) -0px -0px no-repeat;
	z-index:1000;
}

/*------------------------------------------------------------------------------------------------*/
/* Header */

#header {
	width:509px;
	position:relative;
	padding-top:30px;
	clear:both;
}

#logo {
	width:287px;
	height:79px;
	margin-left:110px;
	position:relative;
	clear:right;
}
/*------------------------------------------------------------------------------------------------*/
/* Navigation */

#navigation {
	position:relative;
	background:url(../img/nav.png) -0px -0px no-repeat;
	width:509px;
	height:25px;
	z-index:100;
	float:left;
	margin-top:16px;
	margin-bottom:10px;
}
#navigation span {
	display: none;
}
#navigation li {
	height:25px;
	float:left;
}
#navigation li, #navigation a {
	display:block;
	list-style:none;

}
/* Links */

#navabout {
	margin-left:52px;	
}
#navabout, li#navabout a {
	height:25px;
	width:55px;
}
#navqa, li#navqa a {
	height:25px;
	width:46px;
}
#navsponsorship, li#navsponsorship a {
	height:25px;
	width:102px;
}
#navthanks, li#navthanks a {
	height:25px;
	width:65px;
}
#navcontest, li#navcontest a {
	height:25px;
	width:71px;
}

#navcontact, li#navcontact a {
	height:25px;
	width:67px;
}

/* Hovers */ 

#navabout a:hover {
	background:url(../img/nav.png) -52px -25px no-repeat;
}
#navqa a:hover {
	background:url(../img/nav.png) -107px -25px no-repeat;
}
#navsponsorship a:hover {
	background:url(../img/nav.png) -153px -25px no-repeat;
}
#navthanks a:hover {
	background:url(../img/nav.png) -255px -25px no-repeat;
}
#navcontest a:hover {
	background:url(../img/nav.png) -320px -25px no-repeat;
}
#navcontact a:hover {
	background:url(../img/nav.png) -391px -25px no-repeat;
}

/* Body IDs  */

body#about ul#navigation li#navabout {
	background:url(../img/nav.png) -52px -25px no-repeat;
}
body#qa ul#navigation li#navqa {
	background:url(../img/nav.png) -107px -25px no-repeat;
}
body#sponsorship ul#navigation li#navsponsorship {
	background:url(../img/nav.png) -153px -25px no-repeat;
}
body#thanks ul#navigation li#navthanks {
	background:url(../img/nav.png) -255px -25px no-repeat;
}
body#contest ul#navigation li#navcontest {
	background:url(../img/nav.png) -320px -25px no-repeat;
}
body#contact ul#navigation li#navcontact {
	background:url(../img/nav.png) -391px -25px no-repeat;
}


/*------------------------------------------------------------------------------------------------*/
/* Content Formatting */

#content {
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
	position:relative;
	width:477px;
	height:auto;
	padding:16px;
	margin-bottom:8px;
	clear:both;
}

/*------------------------------------------------------------------------------------------------*/
/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
name {
	
}
}
img.sponsor_img{
height:100px;
}