body,html {
	height:100%;
}
body {
	margin:0px;
	border:0px;
	background-color:#3a3434;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #e5d8c8;
}

#main-container {
	height:100%;
	width:100%;
	background-image: url("../images/bg_motive.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;	
}

h1,h2,p {
	margin:0px;
}
a {
	color:#e5d8c8;
}
#main-container tr.copyright td{
	height:115px;
	padding:45px 42px;
}
#content {
	width:800px;
	margin:50px 0px 0px 50px;
}

h1 {
	color: #d09355;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:15px;
	text-transform: uppercase;
}
h2 {
	margin-bottom:17px;
	font-size:11px;
	text-transform: uppercase;
}

h2.contact {
	color: #d09355;
	text-transform: none;
}

.description {	
	margin-bottom:15px;
	line-height:13px;
}

ul {
	 padding-left:3px;
	 margin:10px 0px 20px 0px;
	 list-style: none;
}

.hr {
	background-image: url("../images/bg_dotted_line.png");
	background-repeat: no-repeat;
	margin-bottom:17px;
	height:8px;	
}
.contact {	
	margin-bottom:15px;
}
.adress {
	float:left;
	padding-right:50px;
}
.cleaner {
	clear:both;
	font-size:1px;
	line-height:1px;
}
