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;
}

div#cols_3{
	background: url(images/3_cols.jpg) no-repeat;
	height: 445px;
	margin-top: 4em;
}

div#cols_3 div#col1{
	width: 228px;
	padding: 0 20px;
	position: relative;
	top: -3em;
	float: left;
}

div#cols_3 div#col1 div#desc{
	font-size: 0.9em;
}

div#cols_3 div#col2{
	width: 364px;
	padding: 0 20px;
	position: relative;
	top: -3em;
	float: left;
}

div#cols_3 div#col3{
	width: 237px;
	padding: 0 20px;
	position: relative;
	top: -3em;
	float: left;
}

div#cols_3 div.title{
	color: #6e1f1d;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2em;
}

div.separator {
	height: 1px;
	overflow: hidden;
	margin: 1em 0;
	border-bottom: 1px solid silver;
}
