html,body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 color: #777777;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 12px;
    line-height: 1.6em;
} 
h2 {
    color: #2D2D2D;
    font-family: 'Trebuchet MS',Trebuchet,Verdana,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1px;
}
#pagewidth{ 
 width:980px; 
 text-align:left; 
 margin:0 auto; 
} 
#pagewidth2{ 
 width:780px; 
 text-align:left; 
 margin:0 auto; 
} 
#header{
 position:relative; 
 height:300px; 
 
 width:100%;
 display:block;
 overflow:auto;
} 

#header2{
 position:relative; 
 height:120px; 
 
 width:100%;
 display:block;
 overflow:auto;
} 
 
#maincol{
 height:auto;
 position: relative; 
 }
 
 #maincol2{
 height:auto;
 position: relative; 
 font-size: 13px;
 text-align: justify;
 }
 
#footer{
background: repeat-x scroll left top #000000;
width: auto !important;
 height:15em; 
 clear:both;
 display:block;
 overflow:auto;
 width:100%;
 margin: 0;

} 
 
.head_logo{
position:relative; 
 top:30px;
 left:30px;
}

.col270Left {
    float: left;
    width: 260px;
    text-align: justify;
}

.col270Right {
    float: right;
    width: 260px;
    text-align: justify;
}

.innerWrapper270Two {
    float: left;
    width: 570px;
}

.wrapper270Three {
    float: left;
    padding-bottom: 0px;
    width: 880px;
}

.WhoWhatWhy {
    padding-top: 2px;
}
 
a:link, a:visited, a:active {
    color: #262626;
    text-decoration: none;
}

.title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 12px !important;
    padding-top: 0 !important;
}

#signupEmail input {
    border: 2px solid #C9C9C9;
    color: #565656;
    font: 12px Tahoma,Verdana,Helvetica,sans-serif;
    margin-bottom: 10px;
    padding: 2px;
    width: 240px;
}

#signupButton {
    background: url("images/upload.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: transparent;
    height: 39px;
    margin-bottom: 0;
    margin-top: 0;
    width: 180px;
}
#signupButton:hover {
    background: url("images/upload_hover.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    cursor: pointer;
}

.neretto {
 color: #666;
 font-weight: bold;
}

.blockDescBottom {
    color: #454545;
    display: block;
    font-size: 10px;
    line-height: 1.8em;
    width: 260px;
}

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

