@charset "utf-8";
.threeColLiqElastic #wrapper {
	width: 980px;
	background: white;
	margin: 0 auto;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333 url(../gfx7/background.gif);
	margin: 0;
	padding: 0;
	color: black;
	font-size: small;
}
.threeColLiqElastic #header {
	background: white;
	text-align: center;
}
.threeColLiqElastic #header h1 {
	margin: 0;
	padding: 4px;
}
.threeColLiqElastic #mainContent1 {
	float: left;
	width: 390px;
	background: #e8e8e8;
	padding: 0;
	line-height: 1.5;
}
.threeColLiqElastic #mainContent2 {
	float: right;
	width: 390px;
	background: #e8e8e8;
	padding: 0;
	line-height: 1.5;
}
.threeColLiqElastic #mainContent1 p, .threeColLiqElastic #mainContent2 h3, .threeColLiqElastic #mainContent1 h3, .threeColLiqElastic #mainContent2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.threeColLiqElastic #ads_linkage {
	width: 164px;
	margin: 0 398px;
	padding: 10px;
	background-color: #d00;
}
#mainContent1 h3, #mainContent2 h3, #ads_linkage h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
}
.threeColLiqElastic #footer {
	padding: 0 10px;
	background: black;
	border: black 1px solid;
}
#wrapper img {
	border-style: none;
}
.threeColLiqElastic #footer p {
	margin: 0;
	padding: 10px 0;
	color: #ddd;
	text-align: center;
	font-size: medium;
	line-height: 2.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
#footer a:link {
	text-decoration: none;
	color: #ddd;
	border-bottom: dotted 1px #eee;
}
#footer a:visited {
	text-decoration: none;
	color: #ddd;
	border-bottom: dotted 1px #eee;
}
#footer a:hover {
	text-decoration: none;
	color: white;
	border-bottom: none;
}
#footer a:active {
	text-decoration: none;
	color: white;
	border-bottom: none;
}
/* Floated Layout */
.floatRight {
	float: right;
	margin-left: 8px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
}
.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	display: none;
}
/* Hypertext Links */
a:link {
	text-decoration: none;
	color: #a00;
	border-bottom: dotted 1px #800;
}
a:visited {
	text-decoration: none;
	color: #333;
	border-bottom: dotted 1px black;
}
a:hover {
	text-decoration: none;
	color: #e00;
	border-bottom: none;
}
a:active {
	text-decoration: none;
	color: black;
}
/* CSS-based Tabbed Menu */

ul#navigation, #navigation li {
	height: 19px;
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#navigation {
	text-align: center;
	border-bottom: 2px #222 solid;
}
#navigation li {
	display: inline;
	margin-right: .75em;
}
#navigation li.last {
	margin-right: 0;
}
#navigation li a {
	background: #222 100% 0;
	color: #e8e8e8;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px #222 solid
}
#navigation li a span {
	background: #222;
	padding: 1px 1.5em;
	font-weight: bold;
}
#navigation li a:hover span {
	color: white;
	text-decoration: none;
	background-color:#c00;
	font-weight: bold;
}
#ads_linkage a:link {
	display: block;
	padding: 0.2em;
	line-height: 1.4;
	background-color: #181818;
	border: 1px solid black;
	color: #d2d2d2;
	text-decoration: none;
	text-align: center;
}
#ads_linkage a:visited {
	display: block;
	padding: 0.2em;
	line-height: 1.4;
	background-color: #181818;
	border: 1px solid black;
	color: #bbb;
	text-decoration: none;
	text-align: center;
}
#ads_linkage a:hover {
	color: #f8f8f8;
	background-color: #3c3c3c;
}
/* ROUNDED CORNERS */

/* All 4 corners */
.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.adSense {
	text-align: center;
}
/* top-left rounded corner */
.top-left-rounded-corner {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
/* top-right rounded corner */
.top-right-rounded-corner {
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
/* bottom-left rounded corner */
.bottom-left-rounded-corner {
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
/* bottom-right rounded corner */
.bottom-right-rounded-corner {
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
#ads_linkage a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}