/* CSS Document */

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

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

/* header starts here */

#header {
background: #990000 url(images/bg.jpg) repeat-x;
width: 760px;
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 {
background: #FFFFFF;
width: 730px;
padding: 35px;
}

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: 24px;
}

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: 16px;
}

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;
}

span a:link {
color: #990000;
text-decoration: none;
}

span a:hover {
color: #990000;
text-decoration: none;
}

span a:visited {
color: #990000;
text-decoration: none;
}

/*end of content */

/*start of footer */

#footer {
background: #990000;
width: 770px;
padding: 15px;
}

.footertext {
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 */