body
{
	background-color: yellow;
	background-image: url(images/noise_2006_background.jpg);
	color: #FF6600;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10px;
}
a 
{
	color: red;
}
#menu_left
{
	position: absolute;
	left: 0px;
	width: 165px;
	text-align: right;
	background-color: yellow;
}
#menu_right
{
	position: absolute;
	left: 600px;
	width: 165px;
	background-color: yellow;
}
#content
{
	position: absolute;
	left: 175px;
	text-align: center;
	width: 400px;
	margin: 10px;
	background-color: yellow;
}
div.container
{
	width: 780px;
	position: relative;
	margin: 0 auto;
}
div.thingy
{
        width: 380px;
        margin-bottom: 10px;
}
img.thingy
{
        float: left;
}

ul li
{
	font-size: 16px;
}
