﻿/* CSS layout */


/* page defaults start
-------------------------------------------------------- */

body {
	margin: 10px;
	padding: 10px;
	background-color: #FFFF00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
    line-height: 1.3em;
	color: #000;
}

h1 {font-size: 1.2em;}

h2 {font-size: 1.1em;}

h3 {font-size: 1em;}

a:link {color: #003399;}

a:visited {color: #003399;}

a:active {color: #000000;}

a:hover {color: #800000;}

.spacerl {clear: left;}

.spacerr {clear: right;}

.spacerb {clear: both;}



/* page layout start 
-------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 975px;
	height: 100%;
	text-align: left;
}

#masthead {
	height: 100px;
	width: 100%;
	right: 0;
	top: 0;
	float: left;
	text-align: center;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#left_col {
	margin: 0;
	width: 160px;
	float: left;
}

#right_col {
	margin: 0;
	width: 160px;
	float: right;
}

#page_content {
	width: 630px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 60px;
	position: relative;
}

/* page layout end 
-------------------------------------------------------- */





/* page defaults end 
-------------------------------------------------------- */


/* google wide skyscraper ad LEFT start
-------------------------------------------------------- */

.google_wide_left {
}

/* google wide skyscraper ad LEFT end
-------------------------------------------------------- */


/* google wide skyscraper ad RIGHT start
-------------------------------------------------------- */

.google_wide_right {
}

/* google wide skyscraper ad RIGHT end
-------------------------------------------------------- */


/* google leader ad start
-------------------------------------------------------- */

.google_leader {
    margin: 5px auto;
    text-align: center;
    width: 728px;
    height: 90px;
}

/* google wide skyscraper ad LEFT end
-------------------------------------------------------- */



/* Our affiliate links in the footer Start
------------------------------------------------- */

#affiliatelinks {
	padding: 50px 0;
	text-align: center;
}

#affiliatelinks ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align:center;
}

#affiliatelinks li {
	display:inline;
	letter-spacing: 1px;
}

#affiliatelinks a:link {
	display: inline;
	text-decoration: none;
	padding: .8em 1.2em;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #003300;
	border-top: 3px #003300 solid;
	border-right: 3px #FFFF00 solid;
	border-bottom: 3px #FFFF00 solid;
	border-left: 3px #FFFF00 solid;
}
#affiliatelinks a:hover {
	border: 3px #003300 solid;
	color: #800000;
	background-color: white;
}
#affiliatelinks a:active {
	display: inline;
	text-decoration: none;
	padding: .8em 1.2em;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #003300;
}
#affiliatelinks a:visited {
	display: inline;
	text-decoration: none;
	padding: .8em 1.2em;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #003300;
	border-top: 3px #003300 solid;
	border-right: 3px #FFFF00 solid;
	border-bottom: 3px #FFFF00 solid;
	border-left: 3px #FFFF00 solid;
}

/* Our affiliate links in the footer end
------------------------------------------------- */

