/* @override http://localhost/neon/styles.css */
/* @group General */

body {
	font-family: "Courier New", Courier, mono;
	font-size: 70%;
	margin: 30px 40px;
}

img {
	border: 0;
}

a {
	font-weight: bold;
	color: black;
	text-decoration: none;

}

a:hover {
	font-weight: bold;
	color: #fff200;

}


dd, dt, ul, li {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Menu */

.menu {
	padding: 4px 0;
	margin: 0;
	width: 500px;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.menu li.active a {
	text-decoration: underline;
}

#main_menu {
	border-bottom: 1px solid #999;
}

/* @end */

#header {
	width: 60px;
	float: left;
}

#logo {
	margin: 64px 0 0 0px;
}

#body {
	float: left;
	width: 700px;
}

#image, #player {
	width: 500px;
	height: 350px;
	background-color: #ddd;
	float: left;
}

#details {
	margin: 0 0 0 10px;
	float: left;
	width: 180px;
	height: 328px;
}

#navigation {
	float: left;
	margin-left: 10px;
}

#details dt {
	font-weight: bold;
	margin-top: 10px;
}

#details #client, #details #event {
	margin: 0;
}


#description {
	padding-top: 10px;
	clear: both;
	width: 500px;
}

#footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top:  1px solid #999;
	width: 500px;
}