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

body {
	text-align: center;
	background-color: #fff;
	color: #000;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 18px;
}

#page {
	width: 900px;
	margin:auto;
	text-align:left;
	background-color: #fff;
}


#header {
	height: 186px;
	background-image:url(header.png);
}

#content {
	margin-left: 55px;
	margin-right: 55px;
	width: 790px;
}

#sidebar {
	width: 300px;
	float:left;
}

#rightbar {
	width: 490px;
	float:left;
	margin-left:0px;
}

.testogrande {
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	word-spacing: -3px;
}
