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

@import url("BebasNeueRegular/stylesheet.css");

html, body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #8e8e8e;
}

body {
	background: url(img/bg.jpg) center top repeat-x #FFF;	
}

#Shell {
	width: 960px;
	margin: auto;
}

#Header {
	width: 960px;
	margin-top: 40px;
	margin-bottom: 40px;
}
	#Nav-Left {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
	}
	#Nav-Right { 
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
		line-height: 30px;
		text-align: right;
	}

#Anna-Karpinski { 
	font-size: 22px;
	font-family: "BebasNeueRegular", Arial, Helvetica, sans-serif;
	color: #B3102D;
	padding-right: 10px;
}

#Body {
	width: 960px;
	margin: auto;
}

#FlexSlider {
	width: 960px; 
	overflow: hidden;
}
	#FlexSlider .flexslider {
		width: 960px;	
	}

#Footer {
	font-size: 11px;	
}

#Content {
	width: 960px;
	border-top: 1px solid #8e8e8e;
	padding-top: 50px;
	padding-bottom: 20px;
}



/* --------------------------------------------------------------------------- */

h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "BebasNeueRegular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CF6E21;
	font-weight: normal;
}

.img {
	 width: 960px; height: 560px;
	 background-position: center center;
	 background-repeat: no-repeat;
}

.slides li p {
	/*position: absolute;*/
	text-align: center;
	background-color: #FFF;
    bottom: 0;
    padding: 10px;
    /*position: absolute;*/
    width: 940px;
	
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	
}


a.nav:link,
a.nav:active,
a.nav:visited {
	color: #8e8e8e;
	text-decoration: none;
}

a.nav:hover {
	color: #cc6411;
}

/* --------------------------------------------------------------------------- */

.flexslider p { display: block; padding-left: 85px; }

