/* CSS Document */

	body {
		background:url(images/bg_main.jpg) #D5C191;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		margin:0;
		padding:0;
	}
	
	
	#navigationTABLE {		
		width:780px;
		margin:0 auto;
		background:url(images/bg_nav.jpg) #51463D repeat-x;
	}
	
	#navigationTABLE a{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#navigationTABLE td{
		height:31px;
		text-align:center;
	}
	
	#nav1 {
		width:25%
	}
	#nav2 {
		width:23%
	}
	#nav3 {
		width:20%
	}
	#nav4 {
		width:17%
	}
	#nav5 {
		width:15%
	}
	
	#bannerDIV {
		width:780px;
		margin:0 auto;	
		height:116px;
		background-color:#726257;
	}
	
	#contentsDIV {
		width:760px;
		margin:0 auto;	
		background:url(images/bg_bottom.jpg) #726257 bottom no-repeat;
		padding:10px 10px 80px 10px;
		overflow:auto;

		
	}
	
	.title-section {
		background-color:#3F342B;
		padding:3px 0 3px 13px;
	}	
	
	.dark-section {
		padding:16px 13px 15px 13px;
		background-color:#51463D;
	}
	
	.menu-section {
		background-color:#51463D;
		padding:0;
	}
	
	p {
		margin:0 0 14px 0;
		padding:0;
	}
	
	a {color:#F6D008}
	
	a:visited {color:#C2A50D}
	
	img {
		border:0;
	}
	
	.padd-top-5 img{
		margin-top:6px;
		border:2px solid #FFFFFF;
	} 
	
	
	#introTable {
		float:right;
	}	
	
	#footer {
		width:780px;
		text-align:right;
		color:#51463D;
		padding:0;
		margin:10px auto 0px auto;
	}
	
	.right{float:right}
	.letf {float:left}
		