body{
    font-family:sans-serif;
    font-size:14px;
}

a{
    text-decoration:none;
    color:#e51213;
}

h2{
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin:0;
}

p{
    margin-top:10px;
    margin-bottom:0;
}

/*#mainContent ul{
    display:block;
    padding-left:30px;
}

#mainContent li{
    margin-left:30px;
}*/

#content{
    width:700px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
}

#footer{
    width:700px;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}

#mainContent{
    width:640px;
    min-height:350px;
    margin:0;
    padding:30px;
    background-image:url(../images/bgGradient.png);
    background-repeat:repeat-x;
    background-color:#ccc;
}

#sidebar{
    float:right;
    width:220px;
}

.floatLeft{
    float:left;
}

.leftPhoto{
    float:left;
    padding-right:15px;
    padding-bottom:15px;
}

.alignCenter{
    text-align:center;
}
.clear{
    clear:both;
}

.red{
    color:#e51213;
}

#banner{
    width:700px;
    height:84px;
    background-image:url(../images/banner.png);
}

#bannerMenu{
    width:680px;
    height:32px;
    margin:0;
    margin-left:10px;
    padding-top:52px;
}
#bannerMenu ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

.menuItem{
    width:89px;
    height:32px;
    float:left;
    background-position: 0px 32px;
    float:left;
    padding:0;
}
.menuItem:hover{
    background-position: 0px 0px;
}

.menuItem a{
    display:block;
    width:89px;
    height:32px;
    margin:0;
    padding:0;
}

#aboutUsLink{
    background-image:url(../images/aboutUs.png);
}
#pcRepairLink{
    background-image:url(../images/pcRepair.png);
}
#upgradesLink{
    background-image:url(../images/upgrades.png);
}
#otherServicesLink{
    width:120px;
    background-image:url(../images/otherServices.png);
}
#otherServicesLink a{
    width:120px;
}
#contactUsLink{
    background-image:url(../images/contactUs.png);
}
#helpLink{
    width:57px;
    float:right;
    background-image:url(../images/help.png);
}
#helpLink a{
    width:57px;
}