body{
	background-color: rgb(200, 200, 200);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: auto;
}

body img{
	border: 0;
	padding: 10px;
}


#Content {
	position: absolute;
	top: 15px;
	left: 0;
	right: 10px;
	margin-top: 25px;
	margin-left: 150px;
}

#Left {
	position: absolute;
	top: 0;
	left: 10px;
	margin-top: 0;
	margin-left: 0;
	width: 130px;
}

#Left ul{
	margin: 0;
	padding: 0;
}

#Left li{
	list-style-type: none;
	padding-left: 22px; 
	margin-bottom: 3px;
}
