
body{
margin:0;
padding:0;
font-family: Trebuchet MS;
font-size: 13px;
background-image: url(bgbody.jpg);
background-repeat: repeat-x;
background-color: #210202;
color: #464646;
}
a{
color:#6A7880;
text-decoration:none;
}


h1{
font-size: 20px;
color: orange;
}
#wrapper{
margin-left: auto;
margin-right: auto;
width: 850px;
}

#header{
width: 850px;
height: 140px;
float:left;
}

#logoHeader{
width: 200px;
height: 100px;
background-image: url(logosins.png);
background-repeat: no-repeat;
margin-top: 15px;
float:left;

}

#content{
width:850px;
float:left;
}

#columnMin{
float:left;
width:1px;
height:400px;
}

#columnSmall{
width: 180px;
float:left;
margin-top: 5px;
}
#columnBig{
width:650px;
float:left;
margin-top: 10px;
padding:5px;
}
#column100{
width:830px;
float:left;
margin-top: 10px;
padding:5px;
border:1px dashed #FFF;
color:#B2B2B2;
font-size: 12px;
}
.conBtn{
width:390px;
float:left;
margin-top: 10px;
padding:5px;
text-align: center;
}
.noBorder {
text-decoration: none;
border:1px solid #210202;
color:#210202;
}

.divisor100{
width:800px;
float:left;
margin-top: 10px;
padding:5px;
text-align: center;
}

.divisor100 a{
margin:2px;
border:1px solid #CCC;
padding: 2px;
color: orange;
background-image: url(bg-btn.jpg);
}


#footer{
float:left;
bottom:0;
left:0;
width:100%;
height:110px;
color:#666666;
background-image: url(bgbody.jpg);
border-top:1px solid #6A7880;
text-align:center;
margin-top:30px;
padding-top:10px;
}