@charset "UTF-8";
body  {
	background: #000000;
	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;
}
.img { behavior: url(iepngfix.htc); 
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000 url(images/photo_index_03.jpg) no-repeat right bottom;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 529px;
} 
#header {
	background: url(images/photo_index_01.jpg) no-repeat right;  /* 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: 79px;
	padding-top: 0;
	width: 900px;
	position: relative;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000 url(images/photo_index_02.jpg) no-repeat right;
	height: 450px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.pod_index {
	height: 285px;
	width: 200px;
	margin-top: 120px;
	float: left;
	font: bold 11pt/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.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;
}
#month_special {
	position:absolute;
	left:160px;
	top:270px;
	width:250px;
	height:250px;
	background: no-repeat;
}
