/* 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 {
float: left;
width: 840px;
}

.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: 595px;
padding-top: 25px;
padding-bottom: 25px;
padding-right: 0;
padding-left: 25px;
}

#content2 {
float: left;
background: #FFFFFF;
width: 790px;
padding: 25px;
}

#sidebar {
background: #FFFFFF;
float: left;
width: 200px;
margin: 0;
padding: 25px 0px 25px 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: 22px;
padding-bottom: 10px;
}

h1 a:link {
color: #333333;
text-decoration: none;
}

h1 a:visited {
color: #333333;
text-decoration: none;
}

h1 a:hover {
color: #333333;
text-decoration: none;
}

h2 {
color: #333333;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
padding-bottom: 7px;
}

h2 a:link {
color: #333333;
text-decoration: none;
}

h2 a:visited {
color: #333333;
text-decoration: none;
}

h2 a:hover {
color: #333333;
text-decoration: none;
}

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;
}

ul, li, ol {
list-style-type: none;
line-height: 22px;
padding: 0px 0px 7px 0px;
margin: 0;
}

.info {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3366CC;
font-weight: normal;
}

.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 {
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 */

span a:link {
color: #0000FF;
font-weight: bold;
}

span a:visited {
color: #0000FF;
font-weight: bold;
}

span a:hover {
color: #0000FF;
font-weight: bold;
}

.postmetadata {
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
font-size: 10px;
}

.small {
color: #000033;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.commentmeta {
color: #000033;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}

.postmetadata a:link {
text-decoration: none;
}