body {
        background: #DFDFDF;
        margin: 0px 0px 0px 0px;
}

a, a:visited, a:active { 
        color: #0081B7;
}
a:hover {
        color: #486B14;
	text-decoration: none;
}


#wrapper {
        width: 100%;
}

#header {
        width: 100%;
        background: url(images/header_bg.png) repeat;
        height: 120px;
}

#header-content {
        height: 120px;
        width: 980px;
}

#navigation {
        width: 100%;
}
#navigation .tab {
        background: #1C9B1A;
        padding: 4px;
        text-align: center;
        height: 35px;
}
#navigation .tab-spacer {
        padding: 1px;
}

.navlink {
        font-family: "HelveticaNeueLT Std Thin",Arial, Helvetica, sans-serif;
        font-size: 14px;
        letter-spacing: 0px;
        color: #FFFFFF;
	text-decoration: none;
}

#content {
        height: 450px;
        width: 980px;
        background: #FFFFFF;
        border-left: 5px solid #B7B7B7;
        border-right: 5px solid #B7B7B7;
        border-bottom: 5px solid #B7B7B7;
}
#content-inside {
        width: 100%;
        padding: 12px;
}
#content-inside .content {
        width: 656px;
        font-family: arial, "Trebuchet MS", Helvetica, Arial, sans-serif;
        line-height: 18px;
        font-size: 12px;
        text-align: left;
}
#content-inside .side {
        width: 300px;
        padding-left: 12px;
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-size: 12px;

}

#footer {
	padding: 5px;
	width: 980px;
	font-family: arial, helvetica;
	font-size: 11px;
}


h1.title {
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-size: 26px;
}
h1.subtitle {
        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-size: 20px;
}

#top10-chart {
        width:100%;
        border: 1px solid #E0E0E0;
}
#top10-chart th {
        background: url(images/table-head-bg.png) repeat-x;
        height: 40px;
        text-align: center;
}
.row1 {
        background: #F9FBFD;
        text-align: center;
        padding: 3px;
        font-size: 11px;
        border-top: 1px solid #D1d1d1;

}
.row2 {
        background: #DFEFFF;
        text-align: center;
        padding: 3px;
        font-size: 11px;
        border-top: 1px solid #D1d1d1;

}
#sidecat {
        width: 100%;
}
#sidecat th {
        background: #303030;
        padding: 5px;
        color: #FFFFFF;
}
#sidecat td {
        padding: 3px;
        line-height: 20px;
}

.visitlink {
	font-size: 24px;
	letter-spacing: 0px;
}

#review-box {
	width: 100%;
}
#review-ratings {
	width: 100%;
}
#review-ratings th {
	background: #f1f1f1;
	padding: 5px;
}
#review-ratings td {
	background: #f1f1f1;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #EAEAEA;
}
