
body{
	margin:0px;
	font-family:Courier, Courier New, Mono;
	font-size:9px;
	color:#000000;
	text-align:center;
}

a {
	color:#000000;
	text-decoration:none;
}

a:focus{outline:0px none;}


img{
	border:0px;
}

#main{
	position:relative;
	width:1020px;
	height:700px;
	//background-color:#CCCCCC;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	
}

#header {
	position:relative;
	float:left;
	width:1020px;
	height:100px;
	//background-color:#ff9900;
}

#logo{
	position:relative;
	float:left;
	width:331px;
	height:100px;
	//background-color:#FF0099;
}

#header_right{
	position:relative;
	float:left;
	width:550px;
	height:100px;
	margin-left:23px;
	//background-color:#0099FF;
}

.column{
	position:relative;
	float:left;
	width:312px;
	height:600px;
	margin-left:21px;
	//background-color:#003399;
	border-top:1px dashed #999999;
	padding-top:54px;
}

.home_content_panel{
	position:relative;
	float:left;
	width:290px;
	height:368px;
	border:1px dashed #999999;
	margin-bottom:10px;
	padding:10px;
}

.home_content_panel img {
	border:1px solid #CCCCCC;
}

.home_content_text{
	position:relative;
	float:left;
	width:290px;
	height:135px;
	//border:1px dashed #999999;
	padding:10px;
	line-height:160%;
	text-align:justify;
}

.panel_title {
	font-size:12px;
	font-weight:bold;
}


/* PAGE */

.pg_column {
	position:relative;
	float:left;
	width:312px;
	height:auto;
	margin-left:21px;
	//background-color:#003399;
	border-top:1px dashed #999999;
	padding-top:24px;
}


.pg_content_panel{
	position:relative;
	float:left;
	width:290px;
	height:15px;
	border:1px dashed #999999;
	margin-bottom:10px;
	padding:10px;
}

.current_pg {
	background-color:#222222;
	color:#FFFFFF;
	border:0px;
	height:17px;
}

.pg_content {
	position:relative;
	float:left;
	width:978px;
	height:auto;
	margin-left:21px;
	border-top:1px dashed #999999;
	padding-top:10px;
	margin-top:12px;
	//background-color:#FF9900;
}

.pg_description {
	position:relative;
	float:left;
	width:978px;
	height:auto;
	margin-bottom:10px;
}

.scan_thumb {
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}