	html, body {
		background-color:#fdfbfc;
		font-family:Verdana, Arial, Helvetica, sans-serif; /*"Courier New", Courier, monospace;*/
	}
	
	#babushwrapper {
		margin-top:25px;
		width:961px;
		margin-right:auto;
		margin-left:auto;	
	}
	
	#babushheader {
		height:80px;
		overflow:hidden;
	}
	
	#babushheader h1 
	{
		text-indent: -9999px;
		height:0px;
		border:0px;
		margin:0px;
		padding:0px;
	}
	
	#babushnav {
/*		border-bottom:1px solid #a7a7a7;*/
		background:url(resources/nav_bar.jpg) bottom left no-repeat;
		height:24px;
		overflow:hidden;

	}
	
	#babushnav ul {
		float:right;
		width:600px;
		margin:0px;
		padding:0px;
		list-style-type:none;
	}

	#babushnav .home_nav {
		width:86px;
		height:25px;
		/*background-image:url(resources/babushka_nav_off.jpg);*/
		/*text-indent:-2000px;*/
		float:right;
	}
	
	#babushnav .about_nav {
		width:85px;
		height:25px;
		/*background-image:url(resources/babushka_nav_off.jpg);*/
		/*text-indent:-2000px;*/
		float:right;
	}
	
	#babushnav .blog_nav {
		width:80px;
		height:25px;
		/*background-image:url(resources/blog_nav_off.jpg);*/
		/*text-indent:-2000px;*/
		float:right;

	}
	

	#babushnav .contact_nav {
		width:111px;
		height:25px;
		/*background-image:url(resources/contact_nav_off.jpg);*/
		/*text-indent:-2000px;*/
		float:right;

	}	
	
	#babushfooter {
		font-size:10px;
		text-align:right;
		padding-top:3px;
	}

	h1 {
		margin:0px;
		font-size:22px;
		color:#000;
		border-bottom:1px dotted #EFEFEF;
		margin-top:7px;
		margin-bottom:4px;
	}
	
	
	#babushcontent p {
		font-size:10px;
	}
	
	.smalldolltext {
		color:#999999;
		font-size:16px;
		font-weight:bold;
		text-align:center;
	}
	
	.prod_image {
		border:1px solid #CCCCCC;
	}
	
	.prod_name {
/*		text-size:12px;	*/
		color:#000;
		font-weight:bold;	
	}
	
	.prod_price {
/*		text-size:12px;	*/
		color:#333333;
		font-weight:bold;
	}
	
	.prod_description {
		font-size:10px;
	}
	
	a:link{color: #000; text-decoration: underline; font-weight:bold;}
	a:hover{color: #000; text-decoration: none; font-weight:bold;}
	a:visited{color: #000; font-weight:bold;}
	a:active{color: #000; font-weight:bold;}

