﻿.clearBoth
{
    clear:both;
    }

body {
	margin:0;
	padding:0;
	background-image:url(../siteImages/bg_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#eeeeee;
}

.content{
    width:960px;
    height:630px;
    margin:52px auto 0px auto;
    background-image:url(../siteImages/content_bg.jpg);
	background-repeat:no-repeat;
}

    .content_right{
        float:left;
    }
    
    .content_left{
        float:left;    
    }
    
        .logo_top{
            display:block;
            padding:13px 0px 0px 16px;
                
        }
            .logo_top img{
                border:none;    
            }

        .left_link
        {
            width:152px;
            height:51px;
            margin-top:213px;
            margin-left:11px;
            }


.terms{
    width:960px;
    height:30px;
    margin:0px auto 0px auto;
}    

.terms a{
    margin:0;
    padding:0;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    color:#1c181c;
    margin:6px 0px 0px 10px;
}        