/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% arial, helvetica, sans-serif;
	background: #76bf60 url(images/background.gif) repeat-x left top;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}

a {
	outline: none;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.bold {
	font-weight: bold;
	font-size: 11px;
	color: #39a742;
}

.italic {
	font-style: italic;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.nowrap {
	white-space: nowrap;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

table {
	font-size: 1em;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

button {
	cursor: hand;
	cursor: pointer;
	overflow:visible;
}

#banners {
	margin: 15px 0 0 0;
}

#banners iframe {
	margin: 0 20px 0 20px;
}

#wrapper {
	background: #FFF;
	text-align: center;
}

#title {
	margin: auto;
	width: 800px;
	text-align: left;
}

#title img {
	float: left;
}

#title h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 14px;
	float: left;
}

#title a {
	color: #39a742;
	text-decoration: none;
}
