/* ---  html, body ------*/

html {
    background:	#fff;
    color: #666;
}


html, body {
    margin: 0px 20px 0 0;
    padding: 0;
}

body {

}


.left {float:left;}
.right {float:right;}

.bodybox-left{
    padding: 0px 0px 0px 40px;
    width:875px;
}

.bodybox-right {
    float:left;
    text-align:left;
    padding: 40px 10px 0px 30px;
    width:250px;
}

.container {
min-height: 100%;
margin-bottom: -100px;
position: relative;
}
.clearfooter {
height: 100px;
clear: both;
}

.footer {
height: 100px;
position: relative;
vertical-align:bottom;
float:left;
margin-left:50px;
}

.thumbnail{
    border:1px solid #dddddd;
    margin: 15px 15px  0;
}

.row {
        height:180px;
    background:#f8f8f8;
    border:1px solid #dddddd;
}

.row .thumbbox {
    margin-right:10px;
    float:left;
}

.row .header {
    float:left;
    clear:right;
    width:400px;
    margin-top:15px;
}
.row .content {
    float:left;
    width:500px;
}
.break {
    margin-top: 25px;

    clear:both;
}
.rowbreak {
    margin-top: 5px;
    
    clear:both;
}


