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: none;
}
body {
	line-height: 1;
	text-align: center;
	background: url(images/bg.png) repeat;
}
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;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}






/* General style */

#header {
	margin: 50px auto 0 auto;
	width: 864px;
	height: 94px;
	background: url(images/header.png) no-repeat;
}

#toplinks {
	float: right;
	width: 450px;
	padding: 74px 0 0 0;
	text-align: center;
}

#toplinks ul {
	float: right;
	margin: 0 20px 0 0;
}


#toplinks li {
	float: left;
	margin: 0 0 0 22px;
}

#toplinks li a {
	font: 12px arial;
	color: #FFF;
	text-decoration: none;
}

#toplinks li a:hover {
	text-decoration: underline;
}

#body {
	margin: 0 auto;
	width: 864px;
	overflow: hidden;
	background: url(images/contentbg.png) repeat;
	text-align: left;
}

#contents {
	margin: 20px auto 35px auto;
	width: 800px;
	min-height: 350px;
	font: 14px Helvetica;
	color: 000;
}

.row {
	width: 864px;
	margin: 5px auto;
	overflow: hidden;
	text-align: left;
}

#imagemap_contest {
	background: url(images/01.png) no-repeat;
	width: 424px;
	height: 209px;
	float: left;
}

#imagemap_entries {
	background: url(images/02.png) no-repeat;
	width: 440px;
	height: 209px;
	float: left;
}

#imagemap_takepart {
	background: url(images/03.png) no-repeat;
	width: 365px;
	height: 209px;
	float: left;
}

#imagemap_register {
	background: url(images/04.png) no-repeat;
	width: 499px;
	height: 209px;
	float: left;
}


img.box_contest:hover {
	background: url(images/01_hover.png) no-repeat;
}

img.box_entries:hover {
	background: url(images/02_hover.png) no-repeat;
}

img.box_register:hover {
	background: url(images/04_hover.png) no-repeat;
}

#footer {
	margin: 0 auto 0 auto;
	width: 864px;
	height: 24px;
	background: url(images/footer.png) no-repeat;
	overflow: hidden;
}

#copyright {
	float: left;
	padding: 6px 0 0 5px;
	font: 11px arial;
	color: #FEFEFE;
}

#footerlinks {
	float: right;
	padding: 6px 10px 0 0;
}

#footerlinks li {
	float: left;
	font: 11px arial;
	color: #FEFEFE;
	margin: 0 0 0 5px;

}

#footerlinks li a {
	float: left;
	font: 11px arial;
	color: #FEFEFE;
	text-decoration: none;
}

#footerlinks li a:hover {
	text-decoration: underline;
}

#footer-logos {
	margin: 0 auto;
	background: #FFF;
	width: 862px;
	padding: 5px 0 0 0;
	height: 85px;
	border-left: 1px solid #000; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#footer-logos ul {
	width: 500px;
	margin: 0 auto;
	height: 80px;
}



/** Page styles **/

select, .textbox {
	width: 200px;
}

.submit {
	clear: both;
	padding: 20px 0 0 0;
	text-align: right;
	width: 480px;
}

.item {
	overflow: hidden;
	padding: 8px 0;
	width: 660px;
}

.textfield {
	float: left;
	width: 160px;
}

.inputfield {
	float: left;
	width: 500px;
}

.tbxlong {
	width: 380px;
}

.tbxnarrow {
	width: 50px;
}

.category {
	padding: 20px 0;
}

.error {
	color: #FF0000;
}
