@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #454545;
}
#words {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	position: relative;
	width: 475px;
	padding-top: 10px;
	padding-left: 15px;
}
#itemnav {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
iframe {
	position: relative;
	width: 1440px;
	height: 600px;
}
.secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
}
#content {
	position: relative;
	width: 1440px;
	background-color: #454545;
}

