/*--------------------------------------------------------
BEGIN zd-nav
--------------------------------------------------------*/
#zd-nav-container{
        position:relative;
        padding-top:25px;
        width:175px;
	height:225px;
        float:left;
        margin:100px 0 0 25px;
}
#zd-nav{
        position:relative;
        margin:0;
        line-height:2.5em;
	
}
#zd-nav ul{
        float:left;
        margin:0;
        padding:0;
        list-style-type:none;
}
#zd-nav ul li{
        display:block;
}
#zd-nav ul li a{
        font-size:16px;
        color:#fff;
        text-decoration:none;
        font-weight:bold;
}
#zd-nav ul li a:hover {
	color:#d59b2f;
}
#zd-nav ul li a.zd-nav-current {
	color:#d59b2f;
        font-size:16px;
        text-decoration:none;
        font-weight:bold;
}
/*--------------------------------------------------------
END zd-nav
--------------------------------------------------------*/
body {
        background:#7f5b7c url(../images/bg.jpg) repeat-x top left;
        margin:0;
        color:#fff;
        font: 12px Verdana, 'Trebuchet MS', Helvetica, sans-serif;
}
a:link,
a:visited,
a:hover{
	color: #d59b2f;
	text-decoration: none;
	font-size:12px;
}
h3:link,
h3:visited,
h3:hover,
h3:active {
	color: #fff;
	text-decoration: none;
	font-size:10px;
}
#wrap{
	position:relative;
        margin:0 auto;
	width:1024px;
	height:778px;
        background:url(../images/homebg.jpg) top center no-repeat;
}
#wrap1{
	position:relative;
        margin:0 auto;
	width:1024px;
	height:778px;
        background:url(../images/indexbg.jpg) top center no-repeat;
}
#content{
       position:relative;
       float:right;
       padding-left:5px;
       margin:195px 54px 0 0;
       width:291px;
       height:393px;
       overflow:auto;
       background:black;
}
#content1{
       position:relative;
       float:left;
       margin:100px 0 0 60px;
       width:475px;
       height:600px;
       overflow:auto;
}
#video{
	position:relative;
       float:left;
       margin:260px 0 0 55px;
       width:320px;
       height:265px;

	
}
#join{
	position:relative;
       float:left;
       text-align:center;
       font-size:16px;
       font-weight:bold;
       color:#000;
       margin: 140px 0 0 25px;
       width:200px;
       height:100px;

}
#footer{
        position:relative;
	margin-top:187px;
        float:left;
	text-align:center;
	font-weight:normal;
        width:1024px;
        height:30px;
}
#footer1{
        position:relative;
	margin-top:85px;
        float:left;
	text-align:center;
	font-weight:normal;
        width:1024px;
        height:30px;
}
#music{
        position:relative;
	margin:0;
        float:left;
        width:1024px;
	text-align:center;
}

