body
{
background-image: url(../images/background_x.png);
background-repeat: repeat-x;
background-color: #052853; 
font-family: helvetica, arial, sans-serif;
padding: 0px;
margin: 0px;
}

a:link {
outline: none;
}

a:hover {
outline: none;
}

a:visited {
outline: none;
}

a:active {
outline: none;
}

#title-container
{
width:879px;
height:88px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}

#title-title
{
height:54px;
background-image: url(../images/titleHeader.png);
background-position: 20px;
background-repeat: no-repeat;
}

#title-topBar
{
width:343px;
position:relative;
height:34px;
left:479px;
}

#title-topBar a
{
display:block;
height:34px;
margin:0px;
float:left;
}

#title-topBar a:hover
{
background-position: 0 -34px;
}

#menu-home
{
width:81px;
background: url('../images/menubar_home.png') no-repeat 0 0;
}

#menu-blog
{
width:83px;
background: url('../images/menubar_blog.png') no-repeat 0 0;
}

#menu-twitter
{
width:82px;
background: url('../images/menubar_twitter.png') no-repeat 0 0;
}

#menu-download
{
width:97px;
background: url('../images/menubar_download.png') no-repeat 0 0;
}

#contentArea
{
height:310px;
background-image: url(../images/people.png);
background-position: 0px 2px;
background-repeat: repeat-x;
}

#main-container
{
width:879px;
margin-left:auto;
margin-right:auto;
}

#main-menuBar
{
width:575px;
height:41px;
margin:0px;
border:0px;
}

#main-menuBar ul {
margin: 0;
padding: 0;
white-space: nowrap;
list-style-type: none;
font-size: 15px; 
} 

#main-menuBar li {
margin: 0px 0 0;
} 

#main-menuBar ul li {
display:inline;
}

#main-menuBar a {
float:left;
display: block;
margin:0px;
padding:0px;
width:115px;
height:41px;
font-size:1.3em;
text-align:center;
line-height:41px;
color: black;
padding: 0px 0px 0px 0px;
text-decoration: none; /*lets remove the link underlines*/
background-image: url(../images/menuButton_white.png);
} 

#main-menuBar a:hover {
color: blue;
}

#main-menuBar .selected {
color: blue;
background-image: url(../images/menuButton_black.png);
}

#main-contentArea
{
width:879px;
height:186px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/content_blackFade.png);
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

#main-contentArea-left
{
color: white;
width: 50%;
float: left;
}

#main-contentArea-right
{
color: white;
width: 50%;
float: left;
}

#main-contentArea-left-text
{
width:300px;
position:relative;
left: 50px;
height:160px;
}

#main-contentArea-left-text h3
{
}

#main-contentArea-left-text h4
{
color: grey;
}

#main-contentArea-right-text
{
width:300px;
position:relative;
left:50px;
}

#footer-container
{
position:relative;
top:5px;
width:879px;
color:grey;
margin-left: auto;
margin-right: auto;
font-size:.7em;
}

#terms
{
position:relative;
left:425px;
}

#terms a
{
color: grey;
text-decoration: none;
}

#terms a:hover
{
color: blue;
}
