body {
	margin					:10px 0px; 
	padding					:0px;
	text-align				:center;
}

#wrapper {
	width					:700px;
	margin					:0px auto;
	text-align				:left;

	font-family 			:Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size				:11px;
}

#menu {
	margin					:0;
	padding					:0;
}

#menu ul {
	margin					:0;
	padding					:0;
	margin-left				:20px;
}

#menu li {
	display					:inline;
	padding					:0;
	margin					:0;
} 


#menu a {
   	background				:#AAA9BB;
   	padding					:5px 10px 5px 10px;
   	text-decoration			:none;
   	color					:black;
   	float					:left;

	border					:1px solid #439006;

	font-weight				:normal;
	background-color		:white;
}

#menu a.cur {
	color					:white;
	background-color		:#006600;
	background-image		:none;
}  

#menu a:hover {
	color					:white;
	background-color		:#006600;
}

#bannerShop {
	width					:690px;
	text-align				:center;
}

#bannerShop_slogan {
	background-image		:url('/banner_shop_bg.png');
	/*width					:400px;*/
	width					:100%;
	height					:127px;
	background-repeat		:no-repeat;
	background-position		:center; 
	padding-top				:50px;
	/*float					:right;*/
}

#bannerShop_links {
	
	/*width					:290px;*/
}

#bannerShop_links a {
	text-decoration			:none;
   	color					:black;
}

#bannerShop_links a:hover {
	text-decoration			:underline;
}
