@charset "utf-8";
/* CSS Document */

#left_title {
	float: left;
	width: 100px;
	border: 0px solid #666666;
}

#middle_title {
	border: 0px solid #666666;
	width: 100%;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	clear: both;
}

#right_title {
	float: right;
	width: 150px;
	border: 1px solid #666666;
}

#thumbs_title {
	clear: both;
	width: 710px;
	border: 0px dotted #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 105px;
	min-height: 105px;
	margin-top: 0px;
}
.scroll_text {
	font-size: .8em;
	color: #CCCCCC;
}

#thumbs_loader {
	text-align: center;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
	clear: both;
}

#title_image {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	visibility: visible;
	z-index: 1;
	min-height: 355px;
}

#col1 {
	width: 115px;
	text-align: left;
	position: relative;
	left: 0px;
	float: left;
}

#col2 {
	width: 600px;
	position: relative;
	float: left;
}

#col3 {
	text-align: left;
	position: relative;
	float: right;
	width: 150px !important;
}
#desc {
	clear: both;
	text-align: left;
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#largeTitle {
	max-width: 500px;
}
