@charset "utf-8";
/* CSS Document */

body {
	background-color: #d2036b;
	background-image:url(../images/bg-contacts.jpg);
	background-repeat:repeat-x
}

#container {
	width: 938px;
}

#content-main {
	_margin-right:-40px; /*ie6 fix*/
}

#header {
	background-image:url(../images/contacts-top.jpg);
}

#contactsimage {
}

#contactsimageleft {
	background-image:url(../images/contacts-left.jpg);
	width:317px;
	height: 765px;
	float:left;
}

#contactstext {
	padding: 0px 0px 0px 73px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:19px;
}

#contactstitle {
	font-size: 18px;
	margin-top:16px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
}

#contactsimageright {
	width:621px;
	float:left;
}



