body {
	font-family: sans-serif;
	background-color: #ffd9d9;
}

.content {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 35px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(images/content_top.jpg);
	border-right-color: black;
	border-left-color: black;
	border-bottom-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	top: -8px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}

a:visited {
	color: #ec5858;
}

a:link {
	color: #ec5858;
}

a:hover {
	color: #ffaaaa;
}

.media_menu {
	float: left;
	border-color: black;
	border-style: solid;
	border-width: thin;
	background-color: #ffe9e9;
	padding: 6px;
	width: 150px;
	position: relative;
}

.media_content {
	position: relative;
	display: table;
	padding: 12px;
}