	/** { margin: 0; padding: 0; }*/
	#wrap {
		width: 711px;
		/*margin: 3em auto;*/ }
	.tabbed-box {
		width: 711px;
		/*border: 1px solid #ddd;*/
		background: url(../images/main.png) no-repeat;
		margin:0;
		padding:0;
		}
	.tabbed-box .tabs li {
		list-style: none !important;
		float: left !important;}
	.tabbed-box .tabs li a {
		display: block;
		margin:0;
		width: 120px;
		padding: 10px 0;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #888;
		background: url(../images/tabs1.png) no-repeat;
		overflow:hidden;}
	.tabbed-box .tabs li:first-child a {
		border-left: none; }
	.tabbed-box .tabs li a:hover {
		color: #333;
		}
	.tabbed-box .tabs li a:focus {
		outline: none; }
	.tabbed-box .tabs li a.active {
		color: #333;
		background-position: 0px -43px;}
	.tabbed-content {
		padding: 3em 1em 1em 1em;
		display: none; }
	.tabline{
		padding:48px;
		background:url(../images/tabline.png);}