/* elements */

body {
	padding: 2px 0 90px 100px;
	margin: 0;
	background-color: #161616;
	font-family: "trebuchet ms","lucida grande";
	font-size: 12px;
	color: #c1c1c1;
}

img {
	border: 0;
}

/* classes */

.media {
	border: 1px solid #fff;
	text-align: right;
	height: 100px;
	padding: 0 20px 0 0;
	cursor: pointer;
	font-family: "trebuchet ms","lucida grande";
	font-size: 12px;
	color: #c1c1c1;
}

.label {
	display: inline;
	background-color: #fff;
	color: #161616;
	line-height: 1em;
	padding: 2px;
}

/* id's */

#content {
	width: 500px;
	text-align: justify;
	line-height: 1.6em;
	font-family: "trebuchet ms","lucida grande";
	font-size: 12px;
	color: #c1c1c1;
}

/* links */

.label:link		{ padding: 2px; background-color: #fff; color: #161616; text-decoration: none; }
.label:visited	{ padding: 2px; background-color: #fff; color: #161616; text-decoration: none; }
.label:hover	{ padding: 2px; background-color: #fff; color: #161616; text-decoration: none; }
.label:active	{ padding: 2px; background-color: #fff; color: #161616; text-decoration: none; }

/* dummy links to fix an ie problem... what a surprise ;) */

a:link, a:visited, a:hover, a:active { text-decoration: none; }