body {
	font-family: verdana, tahoma, sans-serif;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
}

#header {
	height: 100px;
	background-image: url('../images/header.gif');
	background-repeat: repeat-x;
}

#header-box {
	width: 700px;
	height: 100px;
	background-image: url('../images/header_middle.gif');
	background-repeat: repeat-x;
	margin: auto;
}

#header-text {
	position: relative;
	top: 70px;
}

#footer {
	background: #ffffff;
	line-height: 16px;
	letter-spacing: 1.2px;
}

#footer h2 {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

#footer a {
	color: #000000;
	font-weight: bold;
}

#footer a:hover {
	color: #697786;
}

#footer strong {
	color: #000000;
	font-weight: bold;
}

#footer-box {
	background: #BBE513;
	padding: 20px;
	width: 660px;
	margin: auto;
}

#footer-text {
	font-family: helvetica, arial;
	font-size: 7pt;
	color: #313A44;
	text-transform: uppercase;
}

#footer-text-column {
	float: left;
	width: 30%;
	padding-right: 20px;
}

#boxes {
	width: 660px;
	margin: auto;
	padding: 20px;
}

#box {
	float: left;
	padding-right: 27px;
}

#box-title {
	font-family: helvetica, arial;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

#box-thumbnails {
}

#box-thumbnails-column1, #box-thumbnails-column2, #box-thumbnails-column3 {
	float: left;
	width: 45px;
}

div#item-selected {
	float: left;
	padding-top: 20px;
}

div#item-selected img {
	border-style: double;
	border-color: #ffffff;
	border-width: 3px;
}

div#item-description {
	padding: 20px;
	float: left;
	font-family: helvetica, arial;
	font-size: 7pt;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

div#separator {
	clear: both;
}

#hr-separator {
	clear: both;
	padding-top: 20px;
	border-bottom: 1px solid #7B8896;
}
