body{
	background: url(theme/images/cpsk_web_bg.png) 0 0 repeat-x;
	background-color: #e29206;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F03;
	
}
#wrapper{
	
}
#container{
	width: 800px;
	margin:auto;
}
#headcon{
	width: 994px;
	margin: auto;
}
#head{
	width: 335px;
	padding: 44px 0 0 2px;
	z-index: 3;
		
}
#head_navi{
	width:465px;
	background: url(theme/images/cpsk_web_2_07.png) no-repeat;
}
#head2{
	margin: -288px 0 0 336px;
	width: 463px;	
	z-index: 10;
	
}
#news_top{
	margin: -30px 0 0 1px;
	height: 32px;
	background:url(theme/images/cpsk_web2_08.png) no-repeat;
	z-index:19;
}
.main_mid{
	background:url(theme/images/cpsk_web2_12.png) repeat-y;
}
 
.main_bot{
	height: 13px;
	background: url(theme/images/cpsk_web2_14.png) no-repeat;
}
#forum_top{
	margin: 30px 0 0 0;
	height: 32px;
	background:url(theme/images/cpsk_web2_10.png) no-repeat;
}
ul{
	margin: 0 0;
}
li{
	list-style-image:url(theme/images/cpsk_web2_li.png);
}
#footer{
	margin: 30px 0 0 0;
	width: 800px;
	height: 50px;
}
a,a:visited{
	color:  #F60;
	text-decoration: none;
}
a:hover{
	color:#F60;
	text-decoration: underline;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 50px; width: 421px;
    padding: 0px 0 0 -20px; margin: 0 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		word-spacing: 20px;
		text-align:center;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("theme/images/cpsk_web_navi_bg_r.png") no-repeat 16px 0px;
           /* width: 200px; height: 70px;*/
            z-index: 8;
            position: absolute;
			
        }
            .lavaLamp li.back .left {
                background: url("theme/images/cpsk_web_navi_bg_l.png") no-repeat 0px 0px;
                height: 37px;
                margin-right: 2px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
			
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
		.lavaLamp li a:hover{
			color:#F03;
		}