/*layout*/
	#wrapper {
	width: 260px;
	margin: 0 0 0 10px;
	color: #fff;
	padding: 0 auto;
	position: relative;
	}
	.left {
		width: 200px;
		height: 20px;
		background: #c4cd9e;
		border-top: 5px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		display: block;
		padding: 0 0 0 30px;
	}
	
	.left:hover{
		cursor: pointer;
		background: #ced2af;
	}
	#wrapper a{
		text-decoration: none;
		color: #000000;
	}

	
/*globals*/

	* {
		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
		border: 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	html,
	body	{
		font-size: 100.01%;
		}

