html, body {
	background-color:#E7B197;
	margin: 0;
	padding: 0;	
	font-family: Tahoma, Geneva, sans-serif; 
	font-size:12px;
	height: 100%;
        cursor:default;
}

.slogan{
	font-family:"Bodoni MT Condensed";
	font-size:45px;
	/*font-style:italic;*/
	color:#fff;
	width:300px;
	height:114px;
	margin-left:10px;
	margin-top:71px;
        float:left;
	text-shadow: 3px 3px #999;
	line-height:25px;
        -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.slogan span{
	font-size:25px;
        color:#666;
        text-shadow:none;
}

.main{
	width:900px;
	background:url(/public/images/top_2.png) no-repeat top right;	
	margin:auto auto;
}

.container{
	background-color:#FFFFFF;
	margin-top:20px;	
	display:inline-block;
	width:100%;
	height:100%;
	min-height:500px;
}

.menu{
	width:200px;
	display:inline-block;
	float:left;
	margin:10px 10px 10px 10px;
	background:#DDD;
}

.menu ul{
	text-align:left;
	width:200px;
	margin-top:5px;
        padding-left:10px;
	list-style:none;
}

.menus li{
	line-height:18px;
}

.menu li.sub{
	line-height:18px;
	list-style-position:inside;
	font-size:12px;
        padding-left:20px;
}

.menu ul li a{
       color: #366672;
       text-decoration:none;
}

.menu li.act a{
	color:#E46E28 !important;
}

.menu li.act a:visited {
	color: #999999;
}
.menu li.act a:hover {
	color: #FF6D00;
}
.menu li.act a:link {
	color: #999999;
}

.menu_name{
	background:#333;
	text-align:left;
	color:#fff;
	padding:5px;
	text-indent:5px;
	font-size:12px;
	font-weight:bold;
}

.content{
	width:666px;
	display:inline-block;	
	float:right;
	margin-top:10px;
	margin-right:10px;
        margin-bottom:10px;
	background:#DDD;
	border: 1px solid #C1C1C1;
}

.content span.content_span{
	margin:10px 10px 10px 10px;
	display:block;
}

.content span.heading{
	font-size:18px;	
	font-weight:bold;
	color:#366672;
	overflow: hidden;
        margin-left:10px;
        margin-top:10px;
        display:block;
}

.footer{
	text-align:center;
}

.footer span{
	margin-top:1px;
	margin-bottom:1px;
	display:inline-block;
}

.create_date{
	float:right;
	font-size:12px;
	color:#666;
}
.bold{
 	font-weight:bold;
}
.italic{
 	font-style:italic;
}
.underline{
 	text-decoration: underline;
}
.full{
 	text-align:justify;
}
.center{
        text-align:center;
}
.right{
        text-align:right;
}

.scrollup{
    width:65px;
    height:65px;
    opacity:0.7;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('/public/images/ScrollToTop.png') no-repeat;
}

.site_map{
    background: url('/public/images/SiteMap.png') no-repeat !Important;
    display:inline-block;
    width:15px;
    height:15px;
    float:right;
    margin-top:1px;
    cursor:pointer;
}