﻿/* CSS 布局 */
body{
	}
#masthead {
}

#top_nav {

}

#left_col {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content 
{
	margin-top:80px;
margin-right: 100px;
margin-left: 100px;
font-family:幼圆;
font-size:80px;
font-weight:300;
color:#000000;
position:absolute;

}

#right_col 
{
	margin-top:100px;
	margin-left:150px;
	width: 400px;
	font-family:新宋体;
font-size:30px;
}

#footer {
}

