* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px 0;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #646462;
    background: #EFEFEF;
}

h1 {
    padding: 20px 30px 0 0;
    font: 30px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

h2 {
    position: relative;
    top: -3px;
    padding: 0 30px 0 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

p {
    padding: 5px 0;
    font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #646462;
}

a {
    color: #81A449;
    text-decoration: underline;
}

a:hover {
    color: #81A449;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 806px;
    text-align: left;
    background: White url(images/bg.gif) repeat-y;
}

#header {
    height: 220px;
    text-align: right;
    background: #2F69CC url(images/header.jpg) no-repeat;
}


#middle {
    margin: 0 14px;
    padding-top: 7px;
    background: url(images/middle.gif) repeat-x top;
}

#left {
    float: left;
    padding: 0 0 10px 18px;
    width: 540px;
}

#left h3 {
    margin-bottom: 5px;
    padding: 25px 30px 10px 0px;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(images/h3.gif) no-repeat bottom;
}

#left h3.firsth3 {
    padding-top: 10px;
}

#right {
    margin-top: 150px;  
    float: right;
    width: 207px;
    background: #EFEFEF url(images/right.gif) repeat-y;
}

#right h3 {
    margin-left: 7px;
    padding: 10px 0 10px 13px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #646462;
    border-top: 1px solid #E0E0DF;
}

#right h3.firsth3 {
    margin-left: 0;
    padding-left: 20px;
    background: url(images/right_top.gif) no-repeat top;
    border-top: none;
}

#right ul {
    list-style: none;
}

#right ul.lastul {
    padding-bottom: 20px;
    background: url(images/right_bot.gif) no-repeat bottom;
}

#right ul li {
    display: block;
    margin-left: 7px;
    padding: 0;
    height: 28px;
    border-top: 1px solid #E0E0DF;
}

#right ul li a {
    margin: 0;
    padding: 0 0 0 13px;
    font: 14px/28px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #8B8B7C;
}

#right ul li a:hover {
    text-decoration: none;
    color: #F38E3C;
}

#footer {
    clear: both;
    height: 1%;
    background: url(images/footer.jpg) repeat-x bottom;
}

#footer p {
    padding: 0 0 24px 60px;
    font: 10px/30px Arial, Helvetica, sans-serif;
}

#footer a {
    color: #646462;
}


/* Custom Styling */
.counter{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}
#linktitle{
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#linktitle a {
	font-weight: bold;
	text-decoration: none;
	color:#4169E1;
}
#linktitle a:hover {
	text-decoration: underline;
}
#linkdescription{
	font-size:12px;
	padding:0 0 5px 0;
}
#showurl{
	font-size:11px;
	padding:0 0 15px 0;
	color:#2E8B57;
}
#popularcats{
	line-height:25px;
	font-size:14px;
}
#popularcats span{
	font-weight:bold;
	display:block;
}
#popularcats a{
	text-decoration:none;
	color:#4169E1;
}
#popularcats a:hover{
	text-decoration:underline;
}
#popularcats li{
	 list-style:none;
}
#adsense_160x600{
	text-align:right;
	padding:20px 20px 0 0;
	clear:right;
}
#adsense_728x90{
	text-align:center;
	padding:20px 0 0 0;
	clear:right;
}
#forsale{
	text-align:center;
	padding:20px 0 0 0;
	clear:right;
}
h1 a, h1 a:hover{
	color: #ADCEFF;
	text-decoration:none;
}