/* General */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-image: url(../images/background_body.png);
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	font-family: Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	background-image: url(../images/background_wrapper.png);
	background-repeat: repeat-y;
}

ol, ul { list-style: none; }

a img {
	border: none;
}


/* Links */

a {
	color: #8d8d8d;
	text-decoration: underline;
}

a:hover {
	color: #8d8d8d;
	text-decoration: none;
}


/* Content */

#header {
	width: auto;
	height: 70px;
	padding: 50px 50px 30px 50px;
}

#content_left {
	height: 100%;
	min-height: 400px;
	float: left;
	width: 180px;
	padding: 0px 20px 0px 0px;
}

#content_right {
	height: 100%;
	float: left;
	width: 800px;
}

.text {	
	margin: 0px 0px 50px 100px;
	font-family: Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #8d8d8d;
}

.contact {
	text-align: right;
	text-transform: uppercase;
	color: #8d8d8d;
}

.image {
	margin-left: 100px;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}