/* Links */

#content_left {
	width: 100px;
	background-color: #4E5860;
}

#content_middle {
	width: 500px;
	background-color: #4E5860;
}

#content_right {
	width: 350px;
	background: #4E5860 url('../image/links1.jpg') no-repeat;
}

#content_side {
	width: 48px;
	background: #4E5860;
}

#content_strip {
	width: 1px;
	background: white;
}

#content_stripgrey {
	width: 1px;
	background: #4E5860;
}


#content_middle ul.links {
	margin-left: 20px;	
	list-style-type: none;
}

#content_middle ul.links li {
	float: left;
	width: 210px;
	margin-top: 3px;
}

#content_middle ul.links li a {
	color: #E0E0E0;
	text-decoration: none;
}

#content_middle ul.links li a:hover {
	color: #99CCCC;
}
