body {
	background: #fff200;
    padding: 0;
    margin: 0;
}
@font-face
{
    font-family: neosans;
    src: url('neosans-webfont.eot');
    src: local(neosans), url('neosans-webfont.ttf') format('opentype');
}
@font-face
{
    font-family: neosans-bold;
    src: url('neosans-bold-webfont.eot');
    src: local(neosans-bold), url('neosans-bold-webfont.ttf') format('opentype');
}
.neosans
{
    font-size: 14px;
    font-family: neosans;
}
.neosans-bold
{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: neosans-bold;
}
a img {
    border: 0;
}
.left {
	float: left;
	width: 840px;
}
.right {
	float: left;
	width: 379px;
}
.contacts {
	width: 379px;
	background: #fcf352;
	border: 2px solid #000;
    font-family: neosans;
    font-size: 14px;
}
#contacts_form {
	width: 379px;
	text-align: right;
}
.right a {
    color: #000;
    text-decoration: none;
}