/* CSS Document */

body {
background: #F1F1F1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: normal;
}

#container {
background: #FFFFFF;
width: 840px;
margin: 0 auto;
}

/* header starts here */

#header {
background: #2b6d8f url(images/header_bg.jpg) repeat-x;
width: 800px;
padding: 20px;
}

.headertext {
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 36px;
color: #FFFFFF;
font-weight: bolder;
}

.slogan {
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: normal;
letter-spacing: 1px;
}

/* end of header */

/* start of content */

#content {
float: left;
background: #FFFFFF;
width: 790px;
padding: 25px;
}

#sidebar {
background: #FFFFFF;
float: left;
width: 160px;
padding-bottom: 25px;
padding-top: 30px;
padding-right: 20px;
padding-left: 20px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: normal;
line-height: 22px;
}

h1 {
color: #333333;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
padding-bottom: 10px;
}

h2 {
color: #333333;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

h3 {
color: #333333;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

h4 {
color: #333333;
font-weight: bolder;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

h5 {
border-bottom: #CCCCCC 1px solid;
}

.info {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3366CC;
font-weight: normal;
}

.list {
list-style-image: url(images/bullet.gif);
line-height: 22px;
}

.list a:link {
color: #333333;
}

.list a:visited {
color: #333333;
text-decoration: none;
}

.list a:hover {
color: #333333;
text-decoration: none;
}

.rating {
color: #FF0000;
font-weight: bolder;
font-size: 14px;
}

/*end of content */

/*start of footer */

#footer {
float: left;
background: #2b6d8f;
width: 810px;
padding: 15px;
}

.footertext {
float: left;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
line-height: 20px;
}

.footertext a:link {
color: #FFFFFF;
text-decoration: none;
}

.footertext a:visited {
color: #FFFFFF;
text-decoration: none;
}

.footertext a:hover {
border-bottom: 1px #FFFFFF dotted;
color: #FFFFFF;
text-decoration: none;
}

/*end of footer */

/* start of tables */

.cell1 {
border: #CCCCCC solid 1px;
}

.tableheader {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

/* end of tables */