#links {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	top: 0px; left: 0px;
	text-align: center;
}

/*----------------------------- LINKS ------------------------------*/

#links p {
	line-height: 17px;
	margin: 5px 0px 8px 0px;
}

#links .category {
	font: normal 13px "courier new",verdana,arial;
	color: #500707;
	text-decoration: none;
	margin: 10px 0px 6px 0px;
}

#links p a {
	font: bold 13px "courier new",verdana,arial;
	color: #500707;
	text-decoration: none;
}

#links p a:hover {
	text-decoration: underline;
}

#links p a .title {
	font: bold 13px "courier new",verdana,arial;
	color: #000000;
	text-decoration: underline;
}

/*------------------ BUDS MYSPACE ----------------------*/

#myspace {
	width: 100%;
	display: block;
	margin: 18px 0px 4px 0px;
	text-align: center;
}

#myspace a img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#myspace a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

