/*
*	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, 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%;
	font-family: inherit;
}

html, body {
	font: normal 12px Tahoma;	
}

body {
	background: #82b067 url('images/bg.jpg') top left repeat-x;
	line-height: 1.2;
	color: #000;
}

a {
	color: #000;	
}

a:hover {
	text-decoration: underline;	
}

/*
*	Layout
*/

#page {
	width: 900px;
	height: 706px;
	margin: 0 auto;
	position: relative;
}

.page_home {
	background: url('images/page_home.jpg') top left no-repeat;
}

.page_inner {
	background: url('images/page_inner.jpg') top left no-repeat;
}


/*
*	Navigation
*/

#nav {
	position: absolute;
	top: 135px;
	right: 0px;	
	margin-right: 80px;
	list-style: none;
}

#nav li {
	float: left;
	text-indent: -9999px;
}

#nav li a {
	display: block;
	height: 60px;	
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
}

#nav-home a {
	background-position: 0 0;
	width: 110px;
}

#nav-rules a {
	width: 150px;
	background-position: -110px 0;
}

#nav-awards a {
	width: 100px;
	background-position: -260px 0;
}

#nav-winners a {
	width: 130px;
	background-position: -360px 0;
}


#nav-home a.active {
	background-position: 0 -60px;
}

#nav-rules a.active {
	background-position: -110px -60px;
}

#nav-awards a.active {
	background-position: -260px -60px;
}

#nav-winners a.active {
	background-position: -360px -60px;
}

/*
*	Content
*/

#free {
	position: absolute;
	top: 320px;
	left: 90px;
	width: 710px; /* total - 750 */
	height: 205px; /* total - 225 */
	overflow: auto;
}

#free p {
	padding: 5px 0;
	line-height: 1.3;
}

#free p.small {
	padding-top: 7px;
	font-size: 11px;	
}

#img-awards {
	float: right;
	width: 247px;
	height: 150px;
	background: url('images/awards.png') top left no-repeat;
	margin: 0 20px 50px 20px;
}

span.dot {
	line-height: 12px;
	font-weight: bold;
	font-family: Tahoma;
}

/*
*	Headings
*/

h1 {
	
}

#h-awards, #h-rules, #h-winners {
	width: 140px;
	height: 30px;
	background-image: url('images/heading.jpg');
	text-indent: -9999px;
}

#h-awards {
	background-position: 0 0;
}

#h-rules {
	background-position: 0 -35px;
}

#h-winners {
	background-position: 0 -70px;
}

h2 {
	margin-top: 10px;
	font-weight: bold;	
	font-size: 16px;
}

h3 {
	margin-top: 10px;
	font-weight: normal;	
	font-size: 16px;
}

h2.first {
	margin-top: 5px;	
}


/*
*	Changes
*/

#free {
	height: 250px;	
	overflow: visible;
}

#img-awards {
	margin: -30px -10px 20px 20px;	
	width: 247px;
	height: 201px;
}

#free h2 {
	margin: 0;
	font-size: 14px;	
}

#free p {
	padding: 4px 0;
	font-size: 12px;	
}

#img-top {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 153px;
	height: 84px;
	background: url('images/top_logo.png') top left no-repeat;
}

#img-maize {
	position: absolute;
	bottom: -110px;
	left: -20px;
	width: 180px;
	height: 153px;
	background: url('images/maizes.png') top left no-repeat;
}

#img-logo {
	position: absolute;
	bottom: 77px;
	right: 88px;
	width: 152px;
	height: 97px;
	background: url('images/logo.png') top left no-repeat;
}

#img-logo a {
	display: block;	
	width: 152px;
	height: 97px;
}
