@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #fff;
	padding: 10px;
	background: #f4f0f9 url(../wp-content/themes/btw%202.0/images/background.gif) repeat-x fixed center top;
	}

#wrapper {
	margin: 0 auto;
	
	}

ul#tabs {
	height: 28px;
	padding: 0 0 0 10px;
	}

ul#tabs li {
	display: inline;
	list-style: none;
	margin: 0;
	}
	
ul#tabs li a {
	float: left;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 8px 0;
	height: 20px;
	background: #621e34;
	color: #fff;
	text-decoration: none;
	}
	
ul#tabs li.on a {
	font-weight: bold;
	color: #621e34;
	background: #fff;
	}
	
ul#tabs li.back a {
	float: right;
	background: none;
	color: #621e34;
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 0;
	height: 18px;
	text-decoration: underline;
	}

ul#tabs li a:hover {
	text-decoration: underline;
	}
	
#video {
	padding: 10px;
	background: #fff;
	}
