* {
	font-family: 'Inder', 'Helvetica', serif;
	color:#faeed3;
	text-shadow: 1px 1px 2px #000;
}

a,
a:hover,
a:active,
a:focus {
	color:#faeed3;
	text-decoration:underline;
}

a img {border:0;}

body {
	background: white url(../img/bg.jpg) repeat fixed;
}

div#ssWrapper {
	position:relative;
	padding:40px;
}

div#ss {
	-moz-box-shadow: 0 0 20px 20px #faeed3;
	-webkit-box-shadow: 0 0 20px 20px #faeed3;
	box-shadow: 0 0 20px 20px #faeed3;
	
	
	background-color: #faeed3;
}


#cb_logo, 
#af_logo {
	text-decoration: none;
}

#af_logo {
	display: block;
	position: absolute;
	right:20px;
	top:-20px;
	z-index: 1;
}

div#footer {
	position: fixed;
	left:0;
	width: 50%;
	bottom:0px;
	padding:20px;
	z-index: 1;
}

div#footer h6 {
	font-size: 16pt;
	font-weight: bold;
	margin:0;
}
div#footer ul {
	list-style: none;
	margin:0;
	padding-left:5px;
}

div#footer .bt {
	text-decoration: none;
}


@media (min-width: 991px) {
	#leftpane {
		position:fixed;
		top:0;
		bottom:150px;
		left:0;
		right:50%;
	}

	#rightpane {
		position:relative;
		left:50%;
	}
}

@media (max-width: 992px) {
	div#footer {

		position:static;
		width:auto;
	}
}