﻿/* CSS 布局 */

#top_nav {
width:680px;
margin:auto;
 background:#C4420A;
}
#left
{ background:#C4420A;
float:left;
}
#right
{background:#C4420A;
	float:left;
}
#content_left
{
float:left;
}
#content_right
{
float:left;
}
.content_text_style
{ 
font-size:9pt
}
#fontpage_div
{
 width:100%;
}
#ink
{
background:#E55302;
height:2px;
width:680px;
margin:auto;
}
#page_content {
background-color:white;
width:680px;
margin:auto;
border-top:5px #E55302 solid;
border-bottom:2px #e55302 solid;
border-left:2px #E55302 solid;
border-right:2px #E55302 solid;
}
#footer {
width:680px;
margin:auto;
}