/*#cell1 
{
    background-color: red;
    float: left;
}

#cell2
{
    background-color: green;
    float: left;
}

#cell3
{
    background-color: blue;
    float: left;
}

#cell4
{
    background-color: orange;
    float: left;
}

#cell5
{
    background-color: purple;
    float: left;
}

#row1
{
    width: 100%;
}*/

.cell
{
    background-color: green;
    float: left;
    word-wrap: break-word;
}

p
{
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    color: #000;
}

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

body 
{
    font-size: 15px;
    font-weight: 400;
    font-family: Helvetica, Verdana, Arial, serif;
    color: #000;
    background-color: #eeeeee;
}

hr
{
    border-top: 2px solid black;
}

header 
{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #275da1;
    font-family: Helvetica, Verdana, Arial, serif;
    background: #686868 url(../../Images/header-bg.jpg) 0 0 repeat;
}

header h1 
{
    width: 75%;
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 65px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    letter-spacing: -1px;
}

footer 
{
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    clear: both;
}

#content-wrapper 
{
    padding-top: 30px;
    border-top: solid 1px #fff;
}

#main-content 
{
    float: left;
    width: 690px;
}

#main-content img 
{
    max-width: 100%;
}

#sidebar 
{
    float: right;
    width: 200px;
    min-height: 504px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.3;
    background: transparent url(../../images/sidebar-bg.jpg) 0 0 repeat-y;
}

#inner-header 
{
    position: relative;
    width: 940px;
    margin-left: 12%;
}

#inner-content 
{
    position: relative;
    width: 940px;
    margin-left: 12%;
}

#inner-footer 
{
    margin-left: 12%;
}

header h1 
{
    width: 540px;
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    letter-spacing: -1px;
}

header h2
{
    width: 540px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3;
    color: #9ddcff;
    letter-spacing: 0;
}

a 
{
  color: #2879d0;
}

a:hover 
{
  color: #2268b2;
}

footer a 
{
    color: #4583d0;
}

table 
{
    border-collapse: collapse;
}

table, th, td 
{
    border: 0px solid black;
}
