/**
 * File: http://www.iparecruiternetwork.com/videos/css/styles.css
 */

body {
	background: url(../images/bg.png) top center repeat-x #9A958B;
	width: 562px;
	height: 332px;
	overflow: hidden;
}
a {
	display: block;
	float: left;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	background: url(../images/nav.png) top center repeat-x;
}
a:hover {
	text-decoration: underline;
}
a.active {
	background-image: url(../images/active.png);
	color: #C35B28;
}
a.x {
	margin-left: 1px;
}
div {
	width: 512px;
	height: 288px;
	padding: 8px 25px;
	clear: both;
}
