body {
	background-image: url(images/bg.png);
	background-color: #006666;
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}

#holder {
	width:882px;
}

#header {
	width:100%;
	height:118px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	background-position: left left;
	text-align:left;
}

.header_yt {
	position:relative;
	top:99px;
	left:5px;
}

.header_stats {
	position:relative;
	top:97px;
	left:360px;
	text-align:left;
}

.rel_5 {
	position:relative;
	left:15px;
	text-align:left;
}

#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left left;
	text-align:left;
	width:100%;
	display:block;
	height:100%;
	min-height:100%;
	height:auto;
}

#box {
	
	margin-left:8px;
	border:2px solid #000;
	width:97%;
	height:100%;
	min-height:100%;
	height:auto;
}

#nav {
	width:100%;
	background-image: url(images/nav_bg.png);
	background-position:top;
	height:20px;
	text-align:left;
	border-bottom:3px solid #000;
	padding-top:10px;
}

.navLink {
	background-image: url(images/link_bg_normal.png);
	background-repeat: repeat-x;
	padding: 10px;
	font-family: verdana;
	font-size: 8pt;
	text-decoration:none;
	color: #FFFFFF;
	margin-right:-4px;
	position:relative;
	border-right:2px solid #000;
}

.navLink:hover {
	background-image: url(images/link_bg_hover.png);
}

#inner {
	padding:3px;
	width:99%;
	text-align:left;
	height:100%;
	min-height:100%;
	height:auto;
}

#footer {
	height:40px;
	background-image:url(images/content_bottom.png);
	background-repeat:no-repeat;
}

a {
	color:#660033;
	font-family:Verdana;
	font-size:8pt;
	text-decoration:underline;
}
