/* The Child Group - Pride in Rock: CSS Document - Martin Pedrick/Nim Projects 06.08.04 */
body {
	padding: 0px;
	margin: 0px;
	background-color: #0A0917;
	background-image: url(images/wood-bg.jpg);
	background-repeat: repeat-y;
}
h4 {
	margin: 18px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #E4EEFC;
	font-weight: normal;
}
p {
	margin: 18px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #94AAC8;
	font-weight: normal;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
#content {
	height: 480px;
	width: 100%;
	background-image: url(images/rock-bg.gif);
	background-repeat: repeat-x;
}
#poster {
	float: left;
	padding: 0px 29px 0px 0px;
}
#text {
	float:left;
	width: 366px;
	padding: 33px 0px 0px 0px;
}
#nim {
	padding: 61px 0px 0px 58px;
}

