*{
    margin:0;
    padding:0;
}

body{
	background:url(../images/bodybk.png) repeat;
	background-color: #f7f4ed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
	line-height:1.5em;
	color: #600;
}

a:link {
	color:#541900;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	color:#541900;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color:#C60;
	font-weight: bolder;
	text-decoration: none;
}

a:active {
	color:#C60;
	font-weight: bolder;
	text-decoration: none;
}
h1 {
	color:#541900;
	font-size:18px;
	font-weight: bolder;
	text-decoration: none;
}

h2 {
	color:#b12384;
	font-size:16px;
	font-weight: bolder;
	text-decoration: none;
}

h3 {
	color:#541900;
	font-size:12px;
	font-weight: bolder;
	text-decoration: none;
}
/*------------------------------- MENU ---------------------------------*/
.logo{
	width: 160px;
	height: 180px;
	float: left;
	background: url(../images/lingling-logo.png) no-repeat;
	margin: 0 0 0 40px;
	position: fixed;
}
.sec-head{
	width: 180px;
	height: 85px;
	float: left;
	margin: 0 0 0 650px;
}
.menu{
    margin:0px;
    bottom:0px;
    width:auto;
    float:left;
    height:100%;
	min-height:700px;
	list-style:none;
}

.menu ul{
	list-style:none;
}

ul li{
    float:left;
    margin-top: -5px;
    color:#000;
}
ul li a{
    color:#000;
}
ul li a:hover{
    text-decoration:none;
    color:#000;
}
.nav{
	width:180px;
	margin-left:40px;
	float:left;
	position:fixed;
}
/*------------------------------- head ---------------------------------*/
.header{
	width:100%;
	height:180px;
	background:url(../images/scroll/clouds.gif) repeat;
	margin:0 0 5px 0;
}
.sec-head{
	width: 180px;
	height: 85px;
	float: left;
	margin: -180px 0 0 500px;
	position: relative;
}
/*------------------------------- submenu ---------------------------------*/
.subnav{
	width:100%;
	height:auto;
	margin:0 0 15px 0;
}
#ss-bt{
	background: url(../images/sub-section/ss-bt-active.png) no-repeat;
}

/*------------------------------- container ---------------------------------*/
.container{
	width:900px;
	height:auto;
	float:left;
	margin:0 0 0 220px;
}
.right-screen{
	width:300px;
	height:auto;
	float:right;
	margin:0 15px 0 0;
	text-align:justify;
}
.left-screen{
	width:550px;
	height:auto;
	float:left;
	margin:0 15px 0 15px;
}
/*------------------------------- wrapper ---------------------------------*/
.footer{
	width:900px;
	background-color: #f7f4ed;
	margin:0 0 0 70px;
	float:left;
	text-align:center;
}
.wrapper{
	width:100%;
	height: auto;
	min-height:600px;
}