a {
	text-decoration: none;
	color: #666;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.container_12 {
	margin-top: 15px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 20px;
}

#box-content {
	height: 220px;
	margin-top: 50px;
}
#box-content div {
	overflow-y: scroll;
	height: 200px;
}
#box-content p {
	font-size: 11px;
}

#box-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
#box-footer p {
	font-size: 10px;
	color: #666;
	padding: 0px;
	margin: 0px;
}

#box-header .level1 {
	height: 370px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
}
#box-header .level1 object {
	position: absolute;
	right: 0px;
}
#box-header .level2 {
	height: 205px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position: relative;
}
#box-header .level2 object {
	position: absolute;
	right: 0px;
}
#box-header .level3, #box-header .level4 {
	height: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box-header .level3 .box-thumb, #box-header .level4 .box-thumb {
	float: left;
	padding: 0px;
	display: table-cell;
	max-width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#box-header .level3 .box-thumb img, #box-header .level4 .box-thumb img {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#box-header .level3 .box-thumb p, #box-header .level4 .box-thumb p {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 180px;
	min-width: 50px;
	text-align: center;
	font-size: 9px;
	line-height: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#box-header .level3 #box-thumbs, #box-header .level4 #box-thumbs {
	min-width: 2400px;
	height: 200px;
}
#box-header .level5 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	height: 205px;
}
#box-header .level5 object {
	position: absolute;
	right: 0px;
}

#box-nav {
	color: #999;
}
#box-nav a {
	color: #666;
	margin-left: 5px;
}
#box-nav .notlast {
	margin-right: 5px;
}

#box-nav1 {
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
#box-nav1 a {
	color: #333;
	margin-left: 20px;
}
#box-nav1 h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #4C003F;
	position: relative;
	top: -10px;
}
#box-nav1 h1 a {
	color: #4C003F;
	margin: 0px;
	padding: 0px;
	display: block;
}

#box-nav2 {
	height: 1.5em;
}
#box-nav2 a:hover {
	cursor: default;
}

#box-nav3 {
	height: 1.5em;
}

#box-nav4 {
	height: 8em;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#box-nav4 a {
	margin-left: 0px;
	margin-right: 20px;
	font-weight: bold;
}
#box-pagetitle {
	margin-top: 20px;
}
#box-pagetitle h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333;
}

.misc-absbottom {
	position: absolute;
	bottom: 0px;
	float: left;
}
.misc-alignright {
	text-align: right;
}
.misc-hide {
	display: none;
}
.selected {
	font-weight: bold;
}
