body,
html {
height: 100%;
}

body {
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size:11px;
line-height:15px;
margin: 0;
}

/* GLOBAL */
#home {
height: 100%;
min-width: 950px;
position: relative;
}

.top {
overflow: hidden;
background-repeat: no-repeat;
background-position: top left;
}

.top .logo {
display: block;
margin: 29px 0 0 35px;
}

/* HOME */
#home {
color:#fff;
background-color:#246d9f;
}

#home a {
color: #fff;
background-color: inherit;
}

#home .top {
height:200px;
}

#home .content {
margin-top: -110px;
}

#home .left
{float:left; width:300px; margin:0 0 0 30px;}

#home .right
{float: left; width: 300px; margin: 0 0 0 30px;}

#home .right ul {
background:url(../images/about_contact_icons.png) no-repeat 0 0;
list-style: none;
margin: 15px 0 0 20px;
padding: 0;
}

#home .right ul li {
margin: 0 0 8px 0; 
padding: 0 0 0 24px;
}

#home .right ul li.email {
background-position: 2px 2px;
}

#home .content .right ul li.msn {
background-position: 2px -22px;
}

#home .content .right ul li.twitter {
background-position: 2px -46px;
}

#home .content .right ul li.orkut {
background-position: 2px -66px;
}

#home .content .right ul li.facebook {
background-position: 2px -86;
}

#home .bottom em {
color: #750c0c;
background-color: inherit;
}

.clear {
width: auto;
height: 0;
overflow: hidden;
line-height: 1px;
float: none;
clear: both;
}