BODY {
	background-color: black;
	margin: 0px;
	color: black;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.wrap {
	width: 700px;
	margin: 20px;
	border: 1px solid #6d6e72;
}

.outer {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 25px; 
	margin-bottom: 25px;
	background-color: #252D3E;
	width: 740px;
}

.content {
	padding-top: 35px;
	padding-left: 70px;
	padding-right: 65px;
	text-align: justify;
	padding-bottom: 30px;
}

.header {
	color: #000083;
	font-weight: bold;
	text-transform: uppercase;
}

.details {
	color: #c5c7cd;
}

.credits {
	color: #c5c7cd;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

.credits A {
	text-decoration: none;
	color: #c5c7cd;
}

.credits A:HOVER {
	text-decoration: none;
	color: white;
}

.credits A:VISITED {
	text-decoration: none;
	color: #c5c7cd;
}


A {
	text-decoration: underline;
	color: #c5c7cd;
}

A:HOVER {
	text-decoration: none;
	color: white;
}

A:VISITED {
	text-decoration: underline;
	color: #c5c7cd;
}