body {
	text-align: center;
	margin: 0px;
	margin-bottom: 15px;
	background: url(images/body_bg.jpg) repeat;
}

form {
	margin: 0;
	padding: 0;
}

form, input, select, textarea {
	font-size: 12px;
}

div.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

div#wrapper {
	width: 949px;
	margin: 0px auto;
	text-align: left;
}

div#top_box {
	color: #f1f1e0;
	background: url(images/header_bg.jpg) repeat-x;
	height: 87px;
	overflow: visible;
	margin-bottom: 32px;
}

div#top_box_picture {
	background: url(images/header_picture.png) no-repeat center;
	height: 112px;
	margin: 0 auto;
}

#tool-icons {
	margin: -20px 1em 5px 1em;
}

#language {
	float: right;
}

#language a {
	text-decoration: none;
}

#content .title{
	color: #6E1F1D;
	font-size: 18px;
	margin: 0.5em 0 2em 0;
	text-align: left;
	text-transform: uppercase;
}

.content_top {
	background: url('images/content_top.jpg') no-repeat;
	height: 15px;
	margin-top: -22px;
}

.content_bg {
	background: url('images/content_bg.jpg') repeat-y;
	padding: 5px 20px;
}

.content_bottom {
	background: url('images/content_bottom.jpg') no-repeat;
	height: 15px;
}

