html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	background: #ffffff;
	margin: 0 auto; /* top right bottom left */
	width: 800px;
	text-align: left;
	min-height: 100%;
	clear: both;
}

#header {
	width: 800px;
	height: 130px;
	margin: 0 0 0 0; /* top right bottom left */
	clear: both;
}

#top {
	width: 800px;
	height: 128px;
	margin: 0 0 0 0; /* top right bottom left */
	clear: both;
}

#place {
	background-image: url('../img/agirotu2009_3.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 70px;
	margin: 0 0 0 0; /* top right bottom left */
	clear: both;
}

#clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*MAIN*/

#mainlinks {
	width: 800px;
	text-align: center;
}

#main {
	width: 800px;
	min-height: 550px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
	text-align: center;
	clear: both;
}

.navitext {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a.navilink {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #00753e;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a:hover.navilink {
	color: #000000;
	text-decoration: none;
}

#competitions {
	width: 800px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

li {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	font-variant: normal;
	list-style-type: disc;
	list-style-position: inside;
}

/*FOOTER*/

#footer {
	border-top: #87b458 solid 1px;
	width: 100%;
	clear: both;
}

#footer p {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding: 5px 5px 5px 5px; /* top right bottom left */
	text-align: right;
}

/*HEADINGS, LINKS*/

h1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #00753d;
	margin: 0 0 10px 0; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.grn {
	color: #00753d;
}

table {
	margin: 10px 15px 10px 5px; /* top right bottom left */
}

td {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

/*FORMS*/

input, textarea, select {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: #b8bfd8 solid 1px;
}

/*IMAGES*/

img {
	border: 0;
}