@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	}
body,td,th {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	background-color: #f9f8f3;
	background-image: url(images/body_loop.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #900;
}
#wrapper {
	background: url(images/body-left.jpg) no-repeat left top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 960px;
}
#texts {
	padding: 20px 20px 20px 350px;
	}
dl#contacts {
	float: left;
}
dl#contacts dt {
	margin-top: 10px;
	color: #5e544c;
}
dl#contacts dd {
	font-weight: bold;
	line-height: 16px;
	padding-top: 1px;
}

