html,body {
height: 100%;
}
body {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
background: #F2F5F7 url(images/mainbg.gif) repeat-y;
}

a {
color: #333333;
}
a:hover {
color: #000000;
}
img {
border: none;
}

h1#header {
background: #B5CED5 url(images/logo.gif) no-repeat;
border-bottom: 1px solid #4A6871;
height: 100px;
color: #3E5760;
text-indent: -4000px;
margin: 0px;
}

div#leftSideBar {
width: 159px;
background: #FFEAB9;
border-right: 1px solid #E6A000;
display: block;
float: left;
}
div#leftSideBar ul {
margin: 0px;
padding: 20px 0px 0px 0px;
list-style: none;
}
div#leftSideBar ul li {
margin: 0px;
padding: 0px;
height: 27px;
}

div#leftSideBar ul li a {
width: 159px;
height: 27px;
display: block;
text-indent: -300px;
}
div#leftSideBar ul li a#navHome {
background-image: url(images/home.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navHome:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navAbout {
background-image: url(images/about.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navAbout:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navStorage {
background-image: url(images/storage.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navStorage:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navCC {
background-image: url(images/commcust.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navCC:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navPT {
background-image: url(images/tips.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navPT:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navPictures {
background-image: url(images/pictures.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navPictures:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navMaps {
background-image: url(images/maps.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navMaps:hover {
background-position: -159px;
}
div#leftSideBar ul li a#navContact {
background-image: url(images/contact.png);
background-repeat: no-repeat;
background-position: 0px;
}
div#leftSideBar ul li a#navContact:hover {
background-position: -159px;
}

div#content {
width: 610px;
float: left;
display: block;
margin-left: 5px;
}
ul#starList {
list-style-image: url(images/list.gif);
font-size: 110%;
font-weight: bold;
float: left;
font-size: 130%;
margin-left: 0px;
padding-left: 20px;
}
ul#payment {
list-style: none;
}

div#footer {
background: #FFC848;
border-top: 1px solid #E6A000;
height: 30px;
clear: both;
line-height: 30px;
font-size: 80%;
}
div#footer p#name {
float: left;
width: 20%;
margin: 0px;
padding: 0px;
}
div#footer p#copyright {
float: left;
width: 60%;
margin: 0px;
padding: 0px;
text-align: center;
}
div#footer p#sitemap {
float: left;
width: 20%;
margin: 0px;
padding: 0px;
text-align: right;
}

.bold {
font-weight: bold;
}
.imageHome {
float: left;
}
.clearBoth {
clear: both;
padding: 5px 0px;
}
.floating {
float: left;
}
.red {
color: #990000;
}