body {
	margin: 0;
	padding: 0;
	background: url(../images/back_image_test.jpg) top center;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	text-transform:none;
	font-family:"Times New Roman", Times, serif;
}


p, ul, ol {
	line-height: 20px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

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

#wrapper {
}
/* Header */

#header {
	width:auto;
	height:116px;
	background: url(../images/headerbg_2.gif) repeat-x;
}

#leftbar {
	float: left;
	width: 285px;
	height: 111px;
	background: url(../images/logo.jpg);
}

/* Page */

#transbox {
	width: 16cm;
	height: auto;
	margin: 30px 280px;
}

#transbox p {
	margin: 10px 15px;
	color: #000000;
	font-size:14px;
	line-height:100%;
}

#img {
	display: block;
	float: right;
	width:inherit;
	height:inherit;
	margin: 30px 15px 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: auto;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: smaller;
	color:#000000;
}

/* Contacts */

#table.cont {

margin:auto;
table-layout:auto;

}

#contact1 {

margin: 50px 0 0 0;
width: 241px;
height:185px;

}

#contact1 p {

margin: 10px 10px;
line-height:100%;
color:#000000;

}