@charset "utf-8";
body  {
	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: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #666;
}
.contents {
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 42px;
	padding-left: 42px;
	min-height: 500px;
	text-align: right;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-size: 13px;
	line-height: 20px;
}
li {
	line-height: 20px;
}


a:link {
	color: #984F98;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #BD82BD;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.twoColFixRtHdr #container {
	width: 935px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 500px;
	background-color: #FFF;
} 
.twoColFixRtHdr #spacer {
	height: 6px;
	background-color: #B3B3B3;
}

.twoColFixRtHdr #header {
	height: 123px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/header_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
} 
#img_brdr {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3B3B3;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #B3B3B3;
}
#logo {
	margin-top: 30px;
}
#slogan {
	margin-top: 15px;
	margin-right: 9px;
}
#menu {
	float: right;
}


#banner {
	width: 866px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 314px;
	margin-right: auto;
	margin-left: auto;
}

#title_bar {
	width: 850px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	margin-top: 10px;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	background-image: url(../images/tiltle_bg.jpg);
	color:#FFF;
	font-size:20px
	
}




.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {

} 
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 40px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
}
.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: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.center {
	margin-right: auto;
	margin-left: auto;
	width: 620px;
}
.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;
}
#lower_pan_top_shadow {
	width: 935px;
	background-image: url(../images/lower_pan_top_shadow.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 19px;
}
#lower_pan_down_shadow {
	width: 935px;
	background-image: url(../images/lower_pan_down_shadow.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 19px;
}

#img {
	height: 128px;
	width: 144px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 34px;
}

#sponser_img {
	padding-left: 50px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-top: 10px;
}
.contact_fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 100px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
#imgs_table {
	width: 635px;
}
#offers {
	width: 866px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#iframe_title {
	width: 800px;
	height: 36px;
	margin-left: auto;
	background-image: url(../images/tiltle_bg.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#iframe_image {
	width: 500px;
	margin-left: 40px;
	background-color: #FFF;
	float: left;
	min-height: 350px;
}
#iframe_table_div {
	width: 280px;
	background-color: #E6D8E7;
	margin-right: 40px;
	float: left;
	margin-left: 6px;
	min-height: 380px;
}
#iframe_table_tag {
	background-color: #FFF;
	text-align: right;
	border: 1px dotted #E8D7E9;
	height: 76px;
	vertical-align: top;
	width: 260px;
	font-size: 11px;
}

#iframe_table {
	width: 127px;
	background-color: #FFF;
	text-align: center;
	border: 1px dotted #E8D7E9;
	height: 30px;
	vertical-align: top;
	font-size: 11px;
}

#next {
	height: 20px;
	margin-right: 40px;
	float: right;
	background-image: url(../images/tiltle_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	font-size: 10px;
	font-weight: bold;
	width: 80px;
}
#prev {
	height: 20px;
	float: left;
	background-image: url(../images/tiltle_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	margin-left: 40px;
	font-size: 10px;
	font-weight: bold;
	width: 80px;
}
#search {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 856px;
}

