html,body{margin:0;padding:0;}

body 
{
background-color:#C0C0C0;
}

div#container
{
width:980px;
margin:0 auto;
border:1px solid;
padding:2px;
background-color:#FFFFFF;
border: 1 solid black;
}

div#wrapper
{
float:left;
width:99%;
}

li 
{ 
line-height:1.2em; 
}

div#content
{
margin: 0px 130px 0px 200px; 
padding: 0px 5px 5px 5px;
font-family: Trebuchet, sans-serif;
font-size: small;
}

div#extra
{
float:left;
width:200px;
margin-left:-980px;
font-family: Trebuchet, sans-serif;
font-size: small;
}

div#navigation
{
float:left;
width:130px;
margin-left:-130px;
font-family: Trebuchet, sans-serif;
font-size: small;
}

div#footer
{
clear:left;
width:99%;
font-family: Trebuchet, sans-serif;
font-size: small;
}

	.teaser {
		width:430px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("tsr-b.gif") bottom left no-repeat;
	}
	.teaser h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("tsr-t.gif") top left no-repeat;
	}
	.teaser p, .teaser a.more, .teaser ul {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		background:url("tsr-a.gif") 410px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser a.more:hover {
		text-decoration:underline;
	}

