* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	font: normal 12px "Lucida Sans Unicode",sans-serif;
	color:black;
}

.container {
	background: url(../img/tsvbgcontainer.gif) repeat-y;
	margin: 0 auto 0 auto;
	width: 780px;
}

.header {
	background: url(../img/tsvbgheader.gif) repeat-x;
	margin: 0 10 0 10;
	height: 120px;
    width: 760px;
}

.title {
	padding: 32px;
}
.title h1 {
	color: #FFFF00;
	font: normal 34px "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(../img/tsvbgnavigation.gif) repeat-x;
	font: bold 12px Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 100%;
}
.navigation a {
	color: #666666;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	text-decoration: none;
	color: black;
}
.globalNavigation {
	font: bold 12px Verdana,sans-serif;
	margin: 0 15px 0 0;
	padding: 0 18px 0 0;
	width: 100%;
	text-align: right;
}
.globalNavigation a {
	color: yellow;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
}
.globalNavigation a:hover {
	text-decoration: none;
}
/* misc */
.clearer {
	clear: both;
}




