@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/silk_bg.jpg);
	background-attachment: fixed;
}
a:link {
	text-decoration:none;
	color:#0CF;
}
a:visited {
	text-decoration:none;
	color:#0CF;
}
a:active {
	text-decoration:none;
}
h1 {
	font-size:18px
}
h3 {
	margin-bottom:0px;
	font-size:18px;
}
#outer_1 {
	width:1000px ;
	margin:0px ;
}
	
#outer_2 {
	width:800px ;
	margin-left:auto ;
	margin-right:auto ;
}
#top_hdr {
	min-height:200px;
	min-width:800px;
	background-image: url(img/hdr_bg.jpg);
}
#left_col {
	width:275px ;
	float:left ;
	padding-left:20px ;
	/* START -------- solution provided by www.davidshariff.com */
	background: rgb(255, 255, 255) transparent; /* default fallback */
	background: rgba(255, 255 ,255, 0.6); /* nice browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF); /* IE 6&7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; /* IE 8 */
	/* END -------- solution provided by www.davidshariff.com */
}
#inner_left_col {
	padding-right:10px;
}
#right_col {
	margin-left:310px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	padding-bottom: 20px;
}
#footer {
	background-color: #000;
	clear:both;
	font-size:x-small;
	padding-left:20px;
	padding-top:3px;
	padding-bottom: 25px;
	color:#FFF;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#footer a:hover {
	text-decoration:underline overline; /* Solution from www.echoecho.com */
	color: red;
}
#footer a:link {
	text-decoration:none;
	color:#0CF;
}
#footer a:visited {
	text-decoration:none;
	color:#0CF;
}
#footer a:active {
	text-decoration:none;
}
.centeredImage {
	text-align:center;
	margin-bottom:0px;
	padding:0px;
}
.sthru {
	visibility:hidden
	text-decoration: line-through;
}
#inner_left2 {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 20px;
}
#adv2 {
	border: thin solid #000;
	text-align: center;
	background-color: #FFF;
}
.jigga {
	background-color: #06F;
	color: #FFF;
}
.smally {
	font-size: small;
	font-style: italic;
}
.heidi {
	text-decoration: none;
}
.heidi {
	display: none;
}
