body {

		margin: 0;
		padding: 0;
		text-align: center;
		font-family:Verdana, Arial, Helvetica, MS PGothic, "lr oSVbN", Osaka, sans-serif;
		font-size:10px;

	}

	#container { 
		width: 980px;
		margin: 0 auto;
		margin-top: 40px;
		font-size: 1.2em;
		line-height: 1.3em;
	}

#topnav {
	width: 858px;
	height: 28px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px; 
	margin-left:100px;
}	

		#topnav ul {
			margin:0;
			padding:0;
			list-style-type: none; 
		}

			#topnav span {
					visibility: hidden; 
			}

			#topnav a {
				display: block;
				text-decoration: none;
				height: 28px; 
			}

			

			#topnav li {
				display: inline;
				height: 28px;
				float: left;
				padding: 0px; 
			}

				li.home, li.home_selected a { width: 71px; }
				li.mall, li.mall_selected a { width: 197px; }
				li.stores, li.stores_selected a { width: 169px; }
				li.events, li.events_selected a { width: 206px; }
				li.contact, li.contact_selected a { width: 115px; }
				li.home, li.home a, li.home_selected a { background-image: url("../images/nav-home.gif"); }	
				li.mall, li.mall a, li.mall_selected a { background-image: url("../images/nav-mall.gif"); }	
				li.stores, li.stores a, li.stores_selected a { background-image: url("../images/nav-stores.gif"); }	
				li.events, li.events a, li.events_selected a { background-image: url("../images/nav-events.gif"); }	
				li.contact, li.contact a, li.contact_selected a  { background-image: url("../images/nav-contact.gif"); }					

				

				#topnav li a:hover { background-position: 0px -28px; }


				li.home_selected a, li.mall_selected a, li.stores_selected a, li.events_selected a, li.contact_selected

 a { background-position: 0px -28px; 

			}
			
			#headerstyle {
				font-weight:bold;
				font-size:16px;
				margin-bottom:10px;
				margin-top:15px;
				
			}
			#subheaderstyle {
				font-weight:bold;
				font-size:13px;
				margin-bottom:2px;
				margin-top:15px;
				text-decoration:underline;
			}

/*					

#nav { 

	background: url("../images/sidemenu.gif") no-repeat;

	width: 297px;

	height: 385px;

	float: left;

	position: relative;

	top: -25px;

	left: 80px;

}

		

#nav li {

	list-style-type: none;

}

#pos-topright {

	float: right;

	position: relative;

	top: -50px;

	left: 20px;

}

#pos-btmleft {

	float: left;

	position: relative;

	width: 700px;

	top:100px;

	left: -80px;

}

*/		

#content {
	float: right;
	width: 450px;
	margin-right: 125px;
	margin-top: -50px;
	padding:0;
	color: #5B3F34; 
	line-height: 1.5em;
}			

	#content a { 
		color: #7E335F; 
	}
	
	#content a:hover {
		color: #395CAF; 
		text-decoration: none;
	}
	

#mid {
	text-align: left;
	
}

#midoverlay {
	background: url("../images/sides.gif") repeat-y;
}

	/* global subnav styles */
	.subnavContainer .subnavTitle { 
		width: 202px;
		height: 26px;
		margin: 0 auto;
	}

		.subnavContainer  { 
			margin-bottom:-190px;
		}

		.subnavContainer .subnav { 

			font-family:Verdana, Arial, Helvetica, MS PGothic, "lr oSVbN", Osaka, sans-serif;
			font-size:12px;
			letter-spacing: .03em;
			text-transform: uppercase;
			width: 170px;
			margin: 0 auto;
			padding: 0;
			text-align: left;
		}	

		.subnavContainer .subnav a { 
			text-decoration: none;
		}

			.subnavContainer .subnav li { 
				padding-top: 12px;
				list-style-type: none;
			}

			.subnavContainer .subnav .subsubnav {
				margin:0;
				padding:0;
			}

				.subnavContainer .subnav .subsubnav li { 
					margin-left: 15px;
				}

		.subnavContainer #bottom {
			margin: 0;
			padding 0;
		}

#footer { 
	font-family:"Times New Roman", Times, serif; MS PGothic, "lr oSVbN", Osaka, sans-serif;
	font-size:13px;
	/*font-weight:bold;*/
	color:#396A96;
	margin-top:50px;
	clear:both;
}

#footer a  {
	text-decoration:underline;
	color:#396A96;

}

#footer a:visited  {
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

/* misc */

.colBreak {
	clear:both;
	height:0px;
	font-size:1px;
	border: none;
	margin:0; 
	padding:0;
	background:transparent;
}


