* {
	margin: 0;
	padding: 0;
}		

body {
	background-color: #eaeaea;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

#center {
	margin: 0 auto;
	width: 750px;
	margin-top: 12px;
}

#footer {
	padding: 20px; 
	border-top: 1px solid silver; 
	text-align: center; 
	font-size: 80%;
	margin-top: 10px;
}

#navigation {
	margin-top: 29px;
}

ul#links {
	float: left;
	color: white;
	list-style-type: none;
}

ul#links li {
	float: left;
	margin-right: 20px;
}

ul#links a {
	color: white;
	text-decoration: none;
}

ul#links a:hover {
	color: #618524;
}

ul#languages {
	list-style-type: none;
	float: right;
}

ul#languages li {
	float: left;
	margin-left: 10px;
}

ul#languages a img {
	border: none;
}

ul.enum {
	list-style-position: inside;
	margin-bottom: 20px;
}

#banner {
	margin-top: 30px;
	font-size: 100% ! important;
}

#banner img {
	border: 2px solid white;
}

#imagebox {
	float: left;
	width: 230px; 
}

#imagebox img {
	margin-right: 5px; 
	margin-bottom: 5px;
}

#flashbox {
	float: right;
}

#content {
	margin-top: 75px;
	text-align: justify;
}

p, h3, h4 {
	margin-bottom: 20px;
}

a, h3, h4 {
	color: #618524;
}

a:hover {
	color: black;
}

.clear {
	clear: both;
}

table#cropcircles {
	width: 100%;
}

table#prices {
	width: 75%; 
	margin: 0 auto;
}

table#prices td, table#contact td {
	padding: 5px;
}

table#contact {
	width: 60%;
	margin: 0 auto;
}

table#contact textarea {
	height: 100px;
}

table#contact textarea, table#contact input {
	width: 100%;
}

.leftcolumn {
	width: 40%;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}

.leftcolumn img {
	width: 50%;
}

.leftcolumn p {
	margin: 0;
}

.rightcolumn {
	width: 60%;
	padding: 5px;
}

.centered {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}