/* CSS Document */

body {
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
}


a:visited {
	color: #669966;
}

a:link {

	color: #669966;
}


h1, h2, h3 {
	color: #000000;
}

#container {

	width: 750px;
}

#logo {
	float: left;
	width: 260px;
}

#content {
	float: right;
	width: 450px;
}