@charset "UTF-8";
/* CSS Document */

/* terms page CSS*/



div#header_left {
background: url("../images/logo_terms.gif") no-repeat;
}

/* main layout */

div#terms_title {
float: left;
width: 800px;
height: 100px;
margin-top: 0;
}

html>body #terms_title {
background: url(../images/terms_title.gif) top left;
margin-top: 0;
}

div#terms_content {
font-size: 85%;
float: left;
width: 800px;
background-color: #FFFFFF;
}

div#terms_content_group {
float: left;
width: 800px;
height: auto;
background: url(../images/terms_content_bg.gif) top left repeat-y;
margin: 19px 0 0 0;
display: inline;
}

div#termstext {
float: left;
width: 216px;
margin: 0 20px 0 10px;
display: inline;
}

p#terms {
padding: 0 0 10px 0;
margin: 0;
}

div#bottom_border {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../images/terms_border_bottom.gif") no-repeat;
height: 0px !important; 
height /**/:20px; 
}

