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


body {
margin: 0;
padding: 0;
background-image:url(../img/bs-01.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #333;
/* This next one is for IE6 */
background-attachment: fixed;
font-family:Arial, Helvetica, sans-serif;
color:#4b5250;
}



/* */

img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: 1;
-ms-interpolation-mode: bicubic;
}

.wide img#expando,
.tall img#expando {
display: block;
}

.wide img#expando {
width: 100%;
height: auto;
}

.tall img#expando {
width: auto;
height: 100%;
}

.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

/* */

a {
text-decoration:none;
border-bottom:1px solid #9daca6;
color:#4b5250;
padding-bottom:3px;
}

a:hover {
border-bottom:1px solid #0066FF;
color:#0066FF;

}

h1, h2 {
margin:0 0 12px 0;
padding:0 0 40px 0;
font-size:14px;
border-bottom:1px solid #9daca6;
}

h3 {
margin:0;
padding:0;
font-size:14px;
}

p, ul {
margin:0;
padding:0 0 12px 0	;
font-size:14px;
line-height:170%;
}

ul {
list-style:none;
}

.wrapper {
	float:right;
	width:970px;
	margin-top:60px;
}

.aCol, .bCol, .cCol {
width:260px;
padding:20px 20px 8px 20px;
background-color:#fff;
-khtml-opacity:.90; -moz-opacity:.90; -ms-filter:"alpha(opacity=90)"; filter:alpha(opacity=90); opacity:.90;
float:left;
margin-right:20px;
}


.aCol:hover, .bCol:hover, .cCol:hover {
-khtml-opacity:1; -moz-opacity:1; -ms-filter:"alpha(opacity=100)"; filter:alpha(opacity=100); opacity:1;
	
	
