@charset "utf-8";
/* Index CSS */
body {
	background-color: #1b1b1b;
	padding: 0;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#wrapper {
	position: relative;
	width: 850px;
	margin: auto;
	background-color: #2c2d2f;
	background-image: url(../resources/top_bg.jpg);
	background-repeat: repeat-x;
	border: thin solid #000;
}
#header {
	height: 100px;
	width: 500px;
	margin: auto;
	padding: 0px;
	background-image: url(../resources/terramundus_logo.jpg);
	background-repeat: no-repeat;
}
#content_container {
	position: relative;
	width: 780px;
	margin: auto;
	padding: 0px;
}
#bottom {
	position: relative;
	height: 100px;
	background-image: url(../resources/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: auto;
}
#footer {
	position: relative;
	width: 780px;
	height: 100px;
	margin: auto;
	padding: 0px;
	text-align: center;
	font-size: 17px;
	color: #ffffff;
}
.col_1 {
	width: 600px;
	margin: auto;
}
.col_2 {
	width: 225px;
	float: right;
	margin: 20px 0px 0px 0px;
}
.col_3 {
	width: 270px;
	float: left;
}
.col_4 {
	width: 270px;
	float: right;
}
.col_5 {
	width: 270px;
	float: left;
}
.col_6 {
	width: 270px;
	float: right;
}
.col_7 {
	width: 100px;
	float: left;
}
.col_8 {
	width: 600px;
	float: right;
	padding: 20px 70px 10px 5px;
	text-align: center;
}
.imageleft {
	float: left;
}
.imageright {
	float: right;
}
.block {
	display: block;
	width: 120px;
	margin: 10px auto 10px auto;
}
.block2 {
	clear: both;
	display: block;
	font-size: 12px;
	font-style: normal;
	color: #2c2d2f;
	text-align: center;
}
.block3 {
	display: block;
	font-weight: normal;
	text-align: left;
	margin: 30px 0px 0px 80px;
}
.clearboth {
	clear: both;
}
.spacer {
	clear: both;
}
#spacer5 {
	position: relative;
	height: 5px;
	clear: both;
}
#spacer10 {
	position: relative;
	height: 10px;
	clear: both;
}
#spacer20 {
	position: relative;
	height: 20px;
	clear: both;
}
a img {
	border: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}

