	body {
		margin: 0; padding: 0;
		color: #484848;
		/*background: url(stripes.png);*/
		background: #eee;
	}

	#main {
		width: 1000px;
		margin: 0px auto;
		background: white;
		-webkit-box-shadow: 1px 1px 7px 3px silver;
		/* padding: 20px; */
	}

	#main {
		border-left: 
	}
	
	h1 {
		margin: 0;
		color: #777;
		-webkit-box-shadow: inset -3px -3px 5px #ddd;
		background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ddd));
	}
      
	.content, h1, .main-menu li a  {
		padding: 20px;
	}

      
      
	.content {
	}
	.content img {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#myCarousel {
		 margin: 0;
		-webkit-box-shadow: 0px 3px 5px 0px silver;
	}

	#myCarousel .carousel-inner div {
		height: 400px;
	}

	.main-menu {
		margin: 0;

		-webkit-box-shadow: inset 0 0 1px 1px #555;
		/*-webkit-box-shadow: 0px -5px 0px 0px green;
		-webkit-box-shadow: 1px 1px 7px 3px silver;*/
		background: black;
		overflow: hidden;
		background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	}

	.main-menu li {
		float: left;
		list-style-type: none;
		margin: 0px;
	}


	.main-menu li a {
		display: block;
		color: #999;
		font-size: 1.1em;
		padding: 10px;
	}


	.main-menu li a:hover {
		
		color: white;
		cursor: pointer;
		text-decoration: none;
		background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111))
	}
	
	.span4{
		padding:20px;
		
	}
	
	.small-link {
		font-size: 0.8em;
	}
	
	.header-button {
		margin-top: 13px;
		float: right;
	}
	
	.banner {
		height: 200px;
		overflow: hidden;
		position: relative;
		-webkit-box-shadow: 0px 3px 5px 0px silver;
		
	}
	
	.banner img {
	    position: absolute;
			position: relative;
		top: -200px;
	}
