/* CSS Document */

body {
	background: none;
	margin: 0px;
	padding: 0px;
}

p {
	color: #CCCCCC;
}
img {
	border: 0px;
	}

#envelope {
	width: 100%;
	height: 100%;
}

.title_image {
	width: 602px;
	height: 268px;
	margin: 0px;
	padding: 0px;
}

.title_image_3x3 {
	width: 602px;
	height: 410px;
	margin: 0px;
	padding: 0px;
}


.title {
	width: 602px;
	height: 29px;
	z-index: 200;
	border-top: #333333 1px dotted;
	border-bottom: #333333 1px dotted;
	margin: 0px;
	padding: 0px;
}

.title_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 6px 13px 4px 8px;
}


.column_container {
	width: 602px;
	height: auto;
	
}

.column_l {
	width: 285px;
	padding: 0px;
	margin: 0px 8px 0px 8px;
	float: left;
}

.column_r {
	width: 285px;
	padding: 0px;
	margin: 0px 8px 0px 8px;
	float: right;
}

.clear {
	clear: both;
}

.column_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
	padding: 0px;
	margin: 7px 0px 7px 0px;
}

a.column_txt {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	text-decoration: none;
}

a.column_txt:hover {
	color: #FF0000;
	text-decoration: none;
}

a.column_txt:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	width: 602px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: #333333 1px dotted;
	z-index: 50;
}


#scrollbar_container {
	position: relative;
	width: 627px;
	position: absolute;
	top: 0px;
}

#scrollbar_track {
	position: absolute;
	top: 57px;
	left: 602px;
	height: 512px;
	width: 25px;
	cursor: move;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
}

#scrollbar_handle {
	width: 19px;
	background-color: #b70301;
	cursor: move;
	padding: 0px;
	margin: 0px;
	}

#scrollbar_content {
	overflow: hidden;
	width: 602px;
	height: 600px;
	margin: 0px;
	padding: 0px;
}

.scrollbar_grip {
	height: 19px; 
	position: relative; 
	top: 45%; 
	padding-top: -10px; 
	margin: 0px;
	}