body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/site_bg.gif");
	background-position: center;
	background-repeat:repeat-y;
	background-color: #e7e8e9;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin: 0px auto;
	width: 898px;
	background: #FFF;
}

#header {
	float: left;
	width: 898px;
	height: 120px;
	background-image: url("../images/header.gif");
}

#main-content {
	float: left;
	width: 898px;
	height: 485px;
	background-image: url("../images/body_bg.gif");
}

#footer {
	float: left;
	color: #afafaf;
	font-size: 12px;
	width: 898px;
	height: 80px;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 80px;
	line-height: 20px;

}
#footer a {
	color: #afafaf;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#order-btn {
	position: relative;
	left: 699px;
	top: 42px;
	width: 86px;
	height: 86px;
}

#left-col {
	float: left;
	font-size: 22px;
	margin-top: 40px;
	margin-left: 40px;
	color: #FFF;
	width: 282px;
}



#main-title {
	float: left;
	width: 282px;
}

#sub-title {
	float: left;
	width: 282px;
	height: 80px;
	margin-top: 15px;
}

#sub-title .inactive {
	display: none;
}

#back-btn {
	margin-top: 15px;
	display: none;
}



#copy {
	float: left;
	width: 282px;
	margin-top: 95px;
}

#copy #vert-line {
	float: left;
	width: 1px;
	background-color: #FFF;
}

#copy .txt,
#copy .txt div {
	float: right;
	width: 270px;
	height: 150px;

}

#copy .txt div { 
	position: absolute;
	font-size: 12px;
	width: 250px;
}

#copy .txt ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#copy .txt li {
	margin:0px;
	margin-bottom: 7px;
	padding: 0px;
	
}

#copy .txt div a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}

#copy .txt div#main-class a:hover {
	background: url("../images/dot.png");
	background-position: right ;
	background-repeat: no-repeat;

}

#order-link {
	float: left;
	width: 282px;
	margin-top: 5px;
	font-size: 12px;
}

#order-link #arrow-bullet {
	float: left;
	width: 4px;
	margin-top: 4px;
}

#order-link .txt {
	float: right;
	width: 270px;	
}

#order-link .txt  a {
	color: #495559;
	text-decoration: none;
}

#order-link .txt a:hover {
	color: #e96306;
}


#order-link2 {
        float: left;
        width: 282px;
        margin-top: -15px;
        font-size: 11px;
        color: #333;
}

#order-link2 .txt2 {
        float: left;
        width: 280px;
}





#translation-class,
#footnote-class,
#cr-class,
#subject-class,
#outlines-class,
#chart-class { 
	display: none;
	line-height: 24px;
}



#main-picture {
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -140px;
	z-index: 5;
} 





#chart-picture, 
#cr-picture, 
#outlines-picture,
#subject-picture,
#translation-picture,
#footnote-picture,
#default-picture { 
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -50px;
	display: none;
	z-index: 10;
}

#default-picture { 
	z-index: 5;
}
