@charset "utf-8";
body  {
	font: 100%/1.5 "Helvetica Neue", Helvetica, Arial, SansSerif;
	background: url(../images/stair_background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	background: url(../images/stair_base.gif) no-repeat center bottom;
	width: 800px;
	position: relative;
	margin: 0px auto 15px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.stairPartCSSFile2 #container {
	background: url(../images/stair_body.gif);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	width: 800px;
	margin: 0px;
} 
.stairPartCSSFile2 #header {
	background: #DDDDDD url(../images/header2.gif);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
.stairPartCSSFile2 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.stairPartCSSFile2 #mainContent {
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-bottom: 2px solid #22405A;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #22405A;
	border-right-color: #22405A;
	border-left-color: #22405A;
} 
.stairPartCSSFile2 #footer {
	background: url(../images/footer2.gif);
	height: auto;
	font-size: 12px;
	line-height: 1;
	color: #D9BD9C;
} 
.stairPartCSSFile2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border-width: medium;
	border-style: double;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-width: medium;
	border-style: double;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbar {
	background: url(../images/navbar2.gif) center top;
	height: 40px;
	color: #D9BD9C;
	padding-left: 10px;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, SansSerif;
	font-weight: bold;
	
}
#footerbar {
	background: url(../images/navbar2.gif) center;
}
.pod {
	padding: 5px 5px 5px 5px;
	border-top: 2px none #215563;

	border-right: 2px none #215563;
	border-bottom: 2px solid #215563;
	border-left: 2px none #215563;
}
.topPod {
	background: #D9BD9C;
	padding: 10px;
	border-top: 2px solid #22405A;
	border-right: 2px none #22405A;
	border-bottom: 2px solid #22405A;
	border-left: 2px none #22405A;
	text-align: justify;
}
.stair_image { /* this class can be used to float an element left in your page */
	margin-right: 8px;
	border-width: medium;
	border-style: double;
	background: #FFFFFF;
}
.stairPartCSSFile2 #wrapper #container #mainContent p img {
	margin: 5px;
}
#fbwidget {
	position: fixed;
	top: 100px;
	background-color: #E1E3E1;
	right: 50px;
}
.stairPartCSSFile2 #wrapper #container #mainContent .fb-like-box {
	background-color: #FFF;
}
.font_change {
	font-family: Script;
	font-size: xx-large;
}

