
* {margin:0;padding:0}

html,body{height:100%;
	overflow-x: hidden;
	background-color: #6B9BB4;
	background-image: url('../_images/background_tile.png'), url('../_images/splash_bg.jpg');
	background-position:  top left, top center;
	background-repeat: repeat, no-repeat;
	font-family: 'Questrial', sans-serif;}
	
#wrapper{
	height:85%;
	width:100%;
	display:table;
	vertical-align:middle;

}
#outer{
	display:table-cell;
	vertical-align:middle;
}
#inner{
	position:relative;
	left:50%;
	float:left;
}
#content{
	padding: 0;
	position:relative;
	left:-50%;
}

#bartop { width: 100%; position: relative; }

#barcontent { width: 100%; position: relative; }

#barbottom { width: 100%; position: relative; }

#innercontent { width: 760px; padding: 100px auto; }

#slidetext {
	height:352px;
	width: 630px;
	padding: 25px 50px 25px 50px;
}

.fl { float: left; padding: 0px 20px 0px 0px; }

.fr { float: right; }

p { font-size: large; }

.white { color:#FEFDF8; }

.black { color:#1E2124 }

.shadow {

        -webkit-box-shadow:  0px 10px 25px 10px rgba(0, 0, 0, .55);
        
        box-shadow:  0px 10px 25px 10px rgba(0, 0, 0, .55);
        
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

a {
	color: #1E2124;
	text-decoration: none;
}

a.cur {
	color: #97BA1E;
}

a.link {
	text-decoration: underline;
}
