body {
 	background:url(img/site_bg.jpg) no-repeat #dfdfdd top left;
 	//background:url('img/site_background.jpg') no-repeat #000 top left;
 	margin:0;
 	padding:0;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	color:#000;
}

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

h3 {
	font-size:13px;
	margin:20px 0 10px 0;
	text-transform:uppercase;
}

img {
	border:0;
}

a {
	color:#0084d7;
}

a:hover {
	text-decoration:none;
}

#container {
	margin:235px 0 0 60px;
	width:540px;
}

#navigation {
 	margin-bottom:39px;
}

#navigation a {
 	text-decoration:none;
 	text-transform:uppercase;
 	font-size:13px;
 	margin-right:5px;
 	color:#000;
}

#navigation a:hover {
 	color:#0084d7;
}

#navigation a#active {
 	color:#0084d7;
}

#content {
 	text-align:justify;
}

#content div.box {
 	float:left;
 	width:142px;
}

#content div.box a {
 	color:#000;
 	text-decoration:none;
 	margin-left:9px;
}

#content div.box a:hover {
 	color:#0084d7;
}

#language {
	position:absolute;
	top:0;
	right:0;
	padding:10px;
	font-size:10px;
}

#language a {
	color:#888;
}

#language a:hover {
	text-decoration:none;
}

#lang_chooser {
	position:absolute;
	top:254px;
	left:500px;
}

#lang_chooser a {
	color:#fff;
	margin-right:12px;
	font-weight:bold;
}

.formRow {
	margin-bottom:8px;
}

.submitRow {
	margin-left:75px;
}

label {
	display:block;
	float:left;
	width:75px;
	margin-top:3px;
}

input,textarea {
	border-left:1px solid #999;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	border-top:1px solid #999;
	background:#fff;
	padding:5px;	
}

.submitRow input {
	font-size:10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	background:#bbb;
}

#information {
	background:#eee;
	padding:10px;
	margin:10px 0;
}

p.entry {
	margin-bottom:5px;
	padding:5px;
	background:#d8d8d8;
}