@font-face
{
font-family: "Helvetica Neue";
src: url('HelveticaNeue-Light.otf');
}

body
{
 font-family: "Helvetica Neue", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 margin: 0px;
 padding: 0px;
}

table, tr, td
{
 //outline: 1px solid;
 border: 0px;
 margin: 0px;
 padding: 0px;
}

.nopadding
{
 margin: 0px;
 padding: 0px;
}

table.main
{
 width: 670px;
 margin-top: 85px;
 margin-bottom: 120px;
 text-align: center;
}

table.left
{
 width: 260px;
 float: left;
}

table.right
{
 width: 340px;
 float: right;
}

h1
{
 font-weight: normal;
 color: rgb(0, 166, 255);
 font-size: 30px;
 letter-spacing: 9px;
}

h2
{
 font-weight: normal;
 color: rgb(0, 155, 255);
 font-size: 18px;
 letter-spacing: 5px;
 text-align: center;
}

a, p
{
 font-weight: normal;
 color: rgb(0, 155, 255);
 font-size: 18px;
}

p.contacts
{
 font-size: 18px;
}

tr.head
{
 height: 25px;
}

p.intro
{
 padding-left: 10px;
 padding-right: 10px;
}



