/* CSS Document */

	body{
		margin: 0px;
		font: 62.5% Arial, Helvetica, sans-serif;
		background: #FFEFD5;
	}
	img{
		border: 0px;
	}
	img.blackBorder{
		padding: 4px;
		border: 1px solid #999999;
	}
	img.whiteBorder{
		border: 4px solid #FFFFFF;
		
	}
	.adButton{
		margin-bottom: 5px;
	}
	.region{
		position: relative;
		float: left;
	}
	.containerSection{
		width: 820px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.sectionMargin{
		margin: 0px 20px;
	}
	#page{
		text-align: center;
	}
	#container{
		text-align: left;
	}
	#topBackground{
		width: 100%;
		background: url(../images/bg_top_x.jpg) bottom repeat-x #FFFFFF;
	}
	#top{
		width: 100%;
		height: 101px;
		background: url(../images/bg_title_top.jpg) top right no-repeat;
		/*height: 37px;*/
	}
	#topOptions{
		width: 100%;
		margin: 55px 0px 0px 22px;
		/*height: 37px;*/
	}
	#topOptions #topLinks{
		padding-left: 5px;
		margin-bottom: 5px;
	}
	#menuSectionBackground{
		width: 100%;
		z-index: 5000;
		background: url(../images/bg_menu_x.jpg) repeat-x #DDC392;
	}
	#menuSection{
		width: 100%;
		height: 44px;
		background: url(../images/bg_menu_short_x.jpg) right repeat-x #6E2B2B;
	}
	#menuBar{
		width: 593px;
		background: url(../images/bg_menu_interior_x.jpg) repeat-x #6E2B2B;
	}
	#menuBarLeft{
		background: url(../images/bg_menu_left.jpg) no-repeat;
		width: 16px;
		height: 44px;
	}
	#menuBarRight{
		background: url(../images/bg_menu_right.jpg) no-repeat;
		width: 16px;
		height: 44px;
	}
	#menuBarShortRight{
		float: right;
		background: url(../images/bg_menu_short_right.jpg) right no-repeat;
		width: 190px;
		height: 44px;
	}
	#featureBackground{
		width: 100%;
		background: url(../images/bg_feature_x.jpg) repeat-x #252525;
	}
	#feature{
		width: 100%;
		height: 274px;
		background: url(../images/bg_feature.jpg) no-repeat #6E2B2B;
		color: #FFFFFF;
	}
	#feature .sectionMargin{
		margin: 0px 10px;
		background: #000000;
		border: 4px solid #FFFFFF;
		height: 266px;
	}
	#contentBackground{
		width: 100%;
		background: url(../images/bg_content_x.jpg) repeat-x;
	}
	#content{
		background: url(../images/bg_content_y.gif) repeat-y;
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}
	#contentBackgroundTop{
		width: 100%;
		background: url(../images/bg_content_top.jpg) no-repeat;
	}
	#contentBackgroundInterior{
		width: 100%;
		background: url(../images/bg_content_x_interior.jpg) repeat-x;
	}
	#contentInterior{
		background: url(../images/bg_content_y_interior.gif) repeat-y;
		width: 820px;
		text-align: left;
		padding: 5px 0px 10px 0px;
	}
	#contentInterior .sectionMargin{
		width: 760px;
		margin: 0px 30px;
	}
	#contentBackgroundTopBorderInterior{
		width: 100%;
		height: 10px;
		background: url(../images/bg_content_top_border_inter.jpg) no-repeat;
		overflow: hidden;
	}
	#contentBackgroundTopInterior{
		width: 100%;
		background: url(../images/bg_content_top_interior.jpg) no-repeat;
	}
	#columnWrapper{
		margin: 0px 10px;
	}
	.twoColumn{
		width: 210px;
		margin-right: 10px;
	}
	#left{
		width: 190px;
		font-size: 1.2em;
		background: green;
	}
	#middle{
		width: 470px;
	}
	#middleInterior{
		width: 500px;
	}
	#right{
		float: right;
		width: 290px;
	}
	#rightInterior{
		float: right;
		width: 240px;
	}
	#right .sectionMargin, #rightInterior .sectionMargin{
		margin: 20px 10px;
	}
	#bottomBackgroundInterior{
		width: 100%;
	}
	#bottomBackground .containerSection{
		background: url(../images/bg_content_y.jpg) repeat-y;
	}
	#bottomBackgroundInterior .containerSection{
		background: url(../images/bg_content_y_interior.jpg) repeat-y;
	}
	#bottom{
		height: 800px;
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 250px;
	}
	#bottomInterior{
		height: 800px;
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 250px;
	}
	#bottomBackgroundBottom{
		background: url(../images/bg_bottom.gif) bottom no-repeat;
		width: 100%;
		height: 15px;
	}
	#bottomBackgroundBottomInterior{
		background: url(../images/bg_bottom_interior.gif) bottom no-repeat;
		width: 100%;
		height: 28px;
	}