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

body,div,p,span,h1,h2,h3,h4,h5,ul,ol,li,img,table,tr,td{
	margin:0;
	padding:0;
	border:none;
	}

#container{
	width:804px;
	margin:0 auto;
	}

#header{
	width:804px;
	height:67px;
	}
	#logos{
		background:url(../images/header_logos.jpg) no-repeat;
		width:188px;
		height:67px;
		margin-left:21px;
		float:left;
		}
	#contact{
		background:url(../images/contact_bg.jpg) no-repeat;
		width:224px;
		height:17px;
		margin-right:12px;
		float:right;
		}
		#contact p.social{
			float:right;
			height:20px;
			width:66px;
			text-align:right;
		}
	#nav{
		background:url(../images/headerNav_bg.jpg) no-repeat;
		width:804px;
		height:40px;
		clear:both;
		padding-left:70px;
		}
		.learn{
			padding-left:15px;
			}
#content{
	width:804px;
	height:456px;
	background:url(../images/body_bg.jpg) repeat-y;
	position:relative;
	top:40px;
	}
	#section_01,
	#section_02{
		padding:10px 0 0 21px;
		}
		
		.section_top{
			width:761px;
			height:11px;
			background:url(../images/innerBox_bg_top.jpg) no-repeat;
			}
		.section_mid_01{
			width:761px;
			height:208px;
			background:url(../images/innerBox_bg_middle.jpg) repeat-y;
			}
		.section_mid_02{
			width:761px;
			height:171px;
			background:url(../images/innerBox_bg_middle.jpg) repeat-y;
			}
		.section_mid_03{
			width:761px;
			height:390px;
			background:url(../images/innerBox_bg_middle.jpg) repeat-y;
			}
		.section_bot{
			width:761px;
			height:11px;
			background:url(../images/innerBox_bg_bottom.jpg) no-repeat;
			}
#iContent_main{
	width:804px;
	background:url(../images/body_bg.jpg) repeat-y;
	position:relative;
	top:40px;
	}
		#sHeadImg{
			width:761px;
			height:160px;
			}
		.iSection_top{
			width:761px;
			height:11px;
			background:url(../images/innerBox_bg_top.jpg) no-repeat;
			}
		.iSection_mid{
			width:761px;
			background:url(../images/innerBox_bg_middle.jpg) repeat-y;
			}
			#iContent{
				width:731px;
				padding:10px;
				}
		.iSection_bot{
			width:761px;
			height:11px;
			background:url(../images/innerBox_bg_bottom.jpg) no-repeat;
			padding-bottom:10px;
			}

	#home_section_01{
		float:right;
		width:385px;
		height:210px;
		margin-right:20px;
		}
		.sdpg_home{
			margin:10px;
			position:absolute;
			top:180px;
			right:40px;
			}
		.pyt_home{
			margin:10px;
			position:absolute;
			top:196px;
			right:245px;
			}
	#box_01{
		margin-left:34px;
		}
	#box_01,
	#box_02,
	#box_03{
		float:left;
		width:200px;
		}
		.box_divider{
			margin:0 31px 0 20px;
			float:left;
			}
#footer{
	width:804px;
	height:30px;
	background:url(../images/body_bg_bottom.jpg) no-repeat;
	position:relative;
	top:40px;
	}
/***** HR *****/
.shop,
.dine,
.play,
.golf{
	width:742px;
	height:1px;
	border:none;
	}
.shop{
	background:url(../images/divider_shop.png) no-repeat;
	}
.dine{
	background:url(../images/divider_dine.png) no-repeat;
	}
.play{
	background:url(../images/divider_play.png) no-repeat;
	}
.golf{
	background:url(../images/divider_golf.png) no-repeat;
	}
/***** MISC *****/
.bold{			font-weight:bold; }
.float_left{	float:left; }
.float_right{	float:right; }