		html {
			margin: 0;
			padding: 0;
			background-color: #f5fafb;
			font-family: arial;
			font-size: 12px;
		}
		
		body {
				margin: 0px;
				padding: 0px;
			}
	
		#container {
			width: 990px;
			margin: 0 auto;
			border: 0px solid #d0d8da;
			padding: 0px 0;
			background-color: #fff;
			-webkit-box-shadow: #666 0px 2px 4px;
			-moz-box-shadow: #666 0px 2px 4px;
			box-shadow: #666 0px 2px 4px;
			behavior: url(/PIE.htc);
			overflow: auto;
		}
		
		#top {
			margin-top: 15px;
			width: 100%;
			overflow: auto;
		}
		
				#top #logo {
					background: #fff url('images/logo.png') no-repeat 0 0;
					margin-left: 30px;
					border: 0px;
					height: 62px;
					width: 335px;
					background-color: #fff; float: left;
				}
			
		
			#top #shoppingcart {
				border-left: 1px solid #ccc;
				padding-left: 10px;
				height: 75px;
				width: 200px;
				float: right;
			}
			
			#top #shoppingcart small {
				color: #ccc;
				line-height: 15px;
			}
	
			#nav {
				background: #fff url('images/navigation.png') no-repeat 0 0;
				margin: 0 auto;
				width: 961px;
				height: 81px;
				margin-top: 25px;
			}
		
			}
			/*
					#nav ul {
						font-family: "Lucida Grande", inheret;
						font-size: 12px;
						color: #fff;
						font-weight: bold;
						padding-top: 10px;
						margin-left: 40px;
						
					}
					
					#nav  ul li {
						list-style-type:none;
						float: left;
						margin-right: 27px;
					}
					
					#nav ul li a {
						text-decoration: none;
						line-height: 25px;
						
						color: #fff;
					}
					
						#nav #navleft ul  li a:hover {
						text-decoration: none;
						color: #fff;
					}
					
						#nav ul li ul li {
					
						display: none;
				
					}
					
			#sub {
				clear: both;
				padding-top:15px;
				margin:0 auto;
				width: 530px;
			}
	*/		
			
			
			#btn_search {
				background: transparent url('images/btn_search.png') no-repeat 0 0;
				width: 82px;
				height: 29px;
				margin-left: 5px;
			}
			
			
			#content {
				width: 975px;
				min-height: 100px;
				overflow: auto;
				margin-left: 15px;
			}
			
			#content-text {
				width: 730px;
				min-height: 100px;
				overflow: auto;
			}

			#blocks {
				float: left;
				padding-top: 20px;
			}
			
			#block {
				background: #fff url('images/block.png') no-repeat;
				width: 202px;
				height: 206px;
				margin-bottom: 5px;
				padding: 3px 0px 0px 15px;
				line-height: 19px;
				font-size: 90%;
				
			}
			
				#block h3 {
					color: #ff9900;
					font-size: 14px;
					line-height: 37px;
					font-weight: bold;
				}
				
				#block span {
					line-height: 19px;
				}
				
				
				#block #twitter {
					background: transparent url('images/twitter_1.png') no-repeat;
					border: 0;
					width: 114px;
					height: 87px;
					margin-left: 87px;
					cursor: pointer;
				}
			
			
			
			
			#right {
				float: left;
				padding-top: 25px;
				padding-left: 10px;
			}
			
				#right #breadcrumbs {
					margin-top: 10px;
				}
			
				#right #breadcrumbs a {
					font-weight: bold;
					font-size: 12px;
				
					text-decoration: none;
					color: #008ab8;

				}
			
				#right #header {
						background: #fff url('images/header.png') no-repeat;
						width: 748px;
						height: 162px;
				}
			
			
					
					
	
			#footer {
				background-color: #232323;
				width: 100%;
				height: 200px;
				border-top: 11px solid #ededed;
			}
