
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #999999;
}
#container {
    width: 850px;
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}
#content {
    text-align: left;
    margin-top: 20px;
}
#footer{
    margin-top: 30px;
    text-align: right;
}

#header {
    text-align: left;
    float: left;
} 

.clear, .clearboth {
    clear: both;
}

ul.what {
    margin-top: -2px;
    list-style-type: none;
}

#headerLinks {
    background-color: #e5e5e5;   
    text-align: center;
    padding: 7px 7px 7px 7px;
    font-size: 12px;
    margin-left: auto;
    width: 280px;
    float: right;
    margin-top: 25px;
    margin-bottom: 10px;
    
}

#headerLinks a {
    color: #424242;
    text-decoration: none;
}

#headerLinks a:hover {
    background-color: #b1b1b1;
}

#howRightMind {
    
    float: right;
}

#howLeftMind {
    width: 200px;
    
    float: left;
}

#mindRightSub {
    width: 500px;
    
    float: right;
}

#mindLeftSub {
    
    
    float: left;
}












#howRight {
    
    float: right;
}

#howLeft {
    
    float: left;
}

#mindRight {
    width: 580px;
    
    float: right;
}

#mindLeft {
    
    float: left;
}

#howSubLeft {
    float: left;
    margin-left: 250px;
}

#howSubRight{
    float: right;
    
}

a {
    color: #666666;
}

h1 {
    margin-top: -5px;
    
}

table#compare { border: 1px solid #999999; }
table#compare td { text-align: center; height: 25px; }
table#compare td.header {
    font-weight: bold;
    padding-left: 5px;
    background: #d7d7d7;
    text-align: left;
}

table#compare td.label {
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
}

table#compare th {
    text-align: center;
}

tr.alt { background: #eeeeee; }

div.package {
    border: 2px solid #999999;
    float: left;
    width: 225px;
    margin: 0 10px 10px 0;
}

div.package h2 {
    padding-left: 5px;
}
