
 body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
 	padding: 0;
}

 body{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000 url(images/bg090322.jpg) repeat-y  top center;10

}

table{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #336633;
}

a:hover{
	text-decoration: none;
        color: #33cc33;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

.orange{
        color: #ff9900;
}
.small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/* End Container */



/* Start Page - white  background */

#page{
	float: left;
	width: 100%;
        background: #fff url(images/bg_page3.gif) repeat-x;
	}

/* End Page */



/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 0;
	padding: 9px 10px;
	background: #000 ;
	color: #fff;
}

#header a{
	color: #cb7960;
}

#header h1{
	display: inline;
}

#header h1, #header h1 a{
	color: #fff;
        background:#000;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}
.globalright, .globalright a{
        text-align:right;
        margin:0 8px 0 0;
        padding:0;
        line-height: 20px;
	font-weight: bold;
        vertical-align: middle;
        background:#000000;
     
}
.globalright img,.globalright img a {
        padding:0;
        margin:0 2px;
}

/* End Header */



/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	margin: 0;
	height: 150px;
	overflow: hidden;
        text-align: center;
	background: #000000 url(images/header0322.jpg) no-repeat bottom;

}

#banner img{
	margin-top: 10px ;
        margin-left: auto;
	margin-right: auto;

}

.adb{
	display: block;
	margin: 0;
	height: 110px;
	overflow: hidden;
        text-align: center;
	background: #000;

}

.adb img{	
        margin-top: 10px ;
        margin-left: auto;
	margin-right: auto;

}

/* End Banner */




/* Start Horizontal Navigation Menu */

.feed{
	
	width: 80px;
	margin: 0 0 0 10px;
	display: inline;
	padding: 11px 0; 
       

}

.feed a{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
        color: #fff;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
}
.sitemap {
        font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
        color: #fff;
	padding: 0 10px 0 30px;
}
.sitemap a{
        font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
        color: #fff;
	padding: 0 10px 0 30px;
}

.nav{
	float: right;
	width: 960px;
	margin: 0;
	display: inline;
	background: #000000 ;

}

.nav ul{
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	background: #000;

}

.nav ul li{
	float: left;
	margin: 10px 0 0 1px;
	display: inline;
}

.nav ul li a{
	display: block;
	padding: 7px 10px 8px;
	background: #cccccc url(images/nav0322.jpg) repeat-x;
	color: #000;
        font-weight: bold;
}

.nav ul li a:hover{
	background: #FFFFFF;
	color: #000;
        font-weight: bold;
}

.nav ul li.current_page_item a{
	background: #fff;
}

/* End Horizontal Navigation Menu */




/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 10px 0 0;
}

/* End content */

/* Start Audio Play */
.audioplay {
        line-height: 20px;
	font-size: 14px;
	font-weight: bold;
        color:#0000cc;
}

/* Start Sidebars */


.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
}
.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 10px;
}

.b{ /* the second sidebar */
	float: right;
	margin: 0 10px 0 0;
       
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	background: #edf9fc;
}

.sidebar ul li#search form{
	padding: 0 5px 5px;
}

.sidebar ul li#search form input{
	margin: 5px 0 0;
}



.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li#calendar a{
	color: #0000cc;
        font-weight: bold;
}

.sidebar ul li h2{
        text-align: center;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	background: #ffffff url(images/bg_midtitle1.gif) no-repeat top left;
	color: #fff;
}

.sidebar ul ul{
	line-height: 17px;
}

.sidebar ul ul li{
        width:180px;
     
	margin: 0;
	padding: 0;
        background: url(images/bg_dotted_a.gif) repeat-x;
        display:block;
        overflow:hidden;
}
.sidebar ul ul li a{
	width:180px;
    
        display:block;
        text-indent:0;
        padding: 5px 0 0 0;
        font-weight: bold;
        line-height: 18px;
}

.sidebar ul ul li a:hover{
	background: url(images/bg_dotted_a.gif) repeat-x;
        background-color:#bbebef;
        color:#333333;
        text-indent:0;
        font-weight: bold;
        line-height: 18px;
}


.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}

.sidebar ul ul ul li{
	padding: 10px 0 0 10px;
	background-color: transparent;
	background-image: none;
}

/* End Sidebars */




/* Start Sidebars for cat3 music*/
.sidebarmusic{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebarmr{
	float: right;
	width: 180px;
	margin: 0 10px 0 0;
	display: inline;
        background-color:#e6e6e6;
}


.sidebarcat{
        float: left;
        width: 180px;
        height: 360px;
	margin: 0 ;
        padding: 0;
	display: inline;
        background: #ffffff url(images/bg_topsongs1.png) no-repeat;
}

.sidebarcat1{
        float: left;
	width: 180px;
        height:360px;
	margin: 5px 0 0 0;
	display: inline;
        background: #ffffff ;
}
.sidebarcatr{
        float: right;
	width: 180px;
        height:130px;
	margin: 0;
	display: inline;
        background: #ffffff url(images/musicsearch3.png) no-repeat;
}
.sidebarcatr p{
       margin:0;
       padding:25px 5px 10px 5px;
       font-size: 14px;
       text-align:center;
       color: #fff;
}       
.sidebarcatad {
       float: right;
       width: 180px;
       margin: 0;
       padding:0 ;
       display: inline;
       background-color:#e6e6e6;
}

.sidebarcatad a{
        margin: 0;
        padding:0 5px;
}


.sidebarcat p{
       margin:0;
       padding:80px 5px 10px 5px;
       font-size: 14px;
       text-align:center;
       color: #fff;
}       

.sidebarcat1 p{
       margin:0;
       text-align:center;
       padding:40px 10px 10px 10px;
       
}      
.op{
       margin:0;
       text-align:center;
       padding:40px 10px 10px 10px;
       
}      
.sidebarcat1 ul{
       margin:0;
       padding:60px 5px 10px 5px;
       
}      
.sidebarcat1 ul li{
       padding: 5px 0;
       font-size: 14px;
       text-indent: 10px;
       color: #fff;
       font-weight: bold;
} 
.sidebarcat1 ul li a{
       font-size: 14px;
       text-indent: 10px;
       color: #fff;
       font-weight: bold;
       line-height: 18px;
} 
.sidebarcat1 #search form{
	padding: 0 10px 10px;
}
.sidebarcatr #search form input{
	margin: 10px 0 0;
}

.sidebarcatr #search form{
	padding: 0 10px 10px;
}


.sidebarcat1 #search form input{
	margin: 10px 0 0;
}

/* End Sidebars for cat3 music*/       




/* Start Main - Where your main content sits */

#main{
	margin: 0 200px 0 190px;
}

/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 10px;
}

.post h2{
	font-size: 20px;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 21px;
	/*background: url(images/bg_dotted_b.gif) repeat-x;*/
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	margin: 0;
	padding: 10px 0 5px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

p.entrymetadata a{
	color: #888;
}

.comments_number a{
	padding: 0 0 0 26px;
	background: url(images/icon_comment.gif) no-repeat;
}

/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template h3{
	font-size: 18px;
	padding: 5px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 5px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */




/* Start bottom sidebars */

.secondary_content, .tertiary_content{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #462115 url(images/bg_dotted_c.gif) repeat-x;
	color: #b76d56;
}

.tertiary_content{
	background: #462115 url(images/bg_tertiary_content.gif) repeat-x;
}

/* End bottom sidebars */




/* Start Footer */

#footer{
	display: block;
	padding: 10px 10px;
	background: #000000;
	color: #ffffff;
        text-align: center;
        margin: 0 auto;
	width: 940px;
      
      
}

#footer a{
	color: #CCCC66;
}
#footer a:hover{
	color: #33CC33;
}

#footer p{
	  text-align: center;
          clear: both;
          padding: 0;
          margin: 0;
          line-height: 1.5em;
          font-size: 10px;
          
         
}

#footer ul{
         list-style-type: none ;
         margin: 0;
         padding: 0 ;
         background: #000000;
         text-align: center;
         clear: both;
                
}

#footer li{
         padding: 10px 10px;
       
         display: inline;
         line-height: 1.5em;
         
}
/* End Footer */


/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */
.leftfloat {
        float: left;
}

/* top page */
#cover1{
        padding: 0;
	width: 940px;
	height: 930px;
	margin: 10px;
}
#cover2{
        padding: 0;
	width: 620px;
	height:930px;
	margin: 0;
        float:left;
        display:inline;
}
#cover3{
        padding: 0;
	width: 310px;
	height: 800px;
	margin: 0;
        float:left;
        display:inline;
        overflow:hide;
}

.coverleft{ 
        padding: 0;
	width: 600px;
	height: 250px;
	margin: 0 10px 0 0;
        display:inline;
}

.coverright{ 
        padding: 0;
	width: 300px;
	height: 250px;
	margin: 0;
        display:inline;
}
.coversL{ 
        padding: 0;
	width: 600px;
	height: auto;
	margin: 7px 0 0 0;
        display:inline;
}
.coversL h2{ 
	width: 600px;
        background:#ffffff url(images/bg_midtitle.jpg) repeat-x;
        color:#fff;
        line-height: 30px;
        text-align: center;
        
}

.coversL p{ 
	width: 580px;
        height: auto;
        margin: 5px 10px;
        line-height: 1.2em;
        font-size: 14px;
}

.coversLL{ 
        padding: 0;
	width: 600px;
	height: 250px;
	margin: 7px 0 0 0;
       
}

.coversLL h2{ 
	width: 600px;
        background:#ffffff url(images/bg_midtitle.jpg) repeat-x;
        line-height: 30px;
        text-align: center;
        color:#fff;
        
}

.coversLL h2 a{ 
	color: #fff;
        line-height: 30px;
        
}

.coversLL ul{ 
	width: 540px;
        height: 210px;
        margin: 10px 20px 10px 30px;
        padding:0;     
}
.coversLL ul li{ 
	width: 90px;
        height: 70px;
        margin: 0;
        padding:0;
        float:left;
        list-style:none;
}
.coversLL ul li a{ 
	width: 90px;
        height: 70px;
        margin: 0;
        padding:0;
        list-style:none;
}

.coversLL ul li img{ 
	width: 90px;
        height: 70px;
        margin: 0;
        padding:0;      
}

.coversLL ul li img a{ 
	width: 90px;
        height: 70px;
        margin: 0;
        padding:0;     
}


.coversR{ 
        padding: 0;
	width: 300px;
	height: 500px;
	margin: 8px 0 0 0;
        display:inline;

}

.coversR h2{ 
	width: 300px;
        background:#ffffff url(images/bg_midtitle.jpg) repeat-x;
        line-height: 30px;
        text-align: center;
         color:#fff;
}

.coversR p{ 
	width: 280px;
        margin: 5px 10px;
        line-height: 1.2em;
        font-size: 14px;
}

.coversR p img{ 
	width: 250px;
        margin: 0 25px;
        padding:0;
}

.coversR p img a{ 
	width: 250px;
        margin: 0 25px;
        padding:0;
}

.coversR ul{ 
	width: 300px;
        height: 320px;
        margin: 10px 0;
        background:#ffffff url(images/ranking.jpg) no-repeat top;
        padding:0;
}

.coversR ul li{ 
	width: 220px;
        height:50px;
        margin: 15px 0 10px 52px;
        padding:0;
        list-style:none;
        overflow: hidden;     
}

.coversR ul li a{ 
	font:16px;
        font-weight:bold;
        color:#339933;
        padding:0;
        overflow: hidden;
        line-height:20px;
}


#topleft {
	padding: 0px;
	width: 180px;
	height: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	display:inline;
	background-color: #f2fcf4;
}

#topmain {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 750px;
	display:inline;
}

#toptop {
	margin: 0px;
	padding: 0px;
	height: 365px;
	width: 750px;
	clear: both;
}

#toptopvideo {
	margin: 0px;
	padding: 100px 20px 0px 20px;
	height: 510px;
	width: 710px;
	clear: both;
        background-image:url(images/videos_bg.jpg);
        background-repeat:no-repeat;
        disply: inline;
}

#flashcontents {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 365px;
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:inline;
        background: #ffffff;
}
#promoright {
	float: left;
	height: 260px;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:inline;
  
}



.topmainh2 {
	font-size: 18px;
	margin: 0px;
	line-height: 30px;
	display:inline;
	
	padding: 0px;
}
#topleftft {
	height: auto;
  	width: 180px;
	
}

#topleftft ul{
	margin: 0;
	padding: 0;
	list-style: none;

}

#topleftft li{
	margin: 0;
        padding: 5px 5px 5px 25px;
	background: #ffffff;
        background-image:url(images/icon_news9.gif);
        background-repeat:no-repeat;
        background-position: 5px 5px;
        color:#0033cc;
        font-weight: bold;
                
}
#topleftft li a{
	text-decoration: none;
        border-bottom:dotted 1px #cccccc;
	background: #ffffff;
        font-weight: bold;
        color:#3a5d51;
                
}
#topleftft li a:hover{
	color: #33cc33;
        font-weight: bold;
                
}


.toplefth4 {
        line-height: 25px;
	font-size: 16px;
	display: block;
	width: 180px;
	margin: 0px;
        text-align: center;
	font-weight: bold;
        background:#ffffff url(images/bg_midtitle1.gif) no-repeat;
	color: #fff;
}
.topleftad {
	padding: 0px;
	width: 170px;
        margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
        
}
.topleftft p {
	font-size: 12px;
     	color: #333333;
}

.topleftft ul li {
	       font-weight: bold;
}




#mainmid {
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 750px;
	
}
.mainmid1 {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 282px;
	width: 243px;
	display:inline;
	background-color: #FFFFff;
}
.mainmid1ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainmid1li{
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 243px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #336633;
	border-bottom-width: 1px;
        display:block;
	background-color: #FFFFff;
        font-size: 12px;
        overflow: hidden;
}


#mainmid2 {
	padding: 0px;
	margin-right: 8px;
	margin-left: 7px;
	float: left;
	height: 282px;
	width: 243px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:inline;
	background-color: #FFFFff;
}
#mainmid2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmid2 ul li{
	margin: 0;
	padding: 0;
	height: 86px;
	width: 243px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #336633;
	border-bottom-width: 1px;
        display:block;
	background-color: #FFFFff;
        font-size: 12px;
        overflow: hidden;
}

.midcon {
	margin: 0;
	padding: 0;
	height: 86px;
	width: 243px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #336633;
	display:block;
	border-bottom-width: 1px;
	background-color: #FFFFff;
}
.btad {
	padding: 0px;
	height: auto;
	width: 750px;
	background-color: #ffffff;
	margin: 0px;
}
.btmain {
	padding: 0px;
	height: 430px;
	width: 750px;
	background-color: #ffffff;
	margin: 0px;
}
.btleft {
	margin: 3px 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 370px;
	background-color: #ffffff;
	display: inline;
        background-image:url(images/bg_bt1.gif);
}



.btright {
	margin: 3px 0px;
	padding: 0px;
	float: right;
	height: 130px;
	width: 370px;
	background-color: #ffffff;
	display:inline;
        background-image:url(images/bg_bt1.gif);
}
.btleft img {
        display:inline;
	margin: 14px 10px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 200px;
        background: url(images/morepic.jpg);
}

.btright img {
        display:inline;
	margin: 14px 10px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 200px;
        background: url(images/morepic.jpg);
}
.btp {
	font-size: 12px;
	display:inline;
	padding: 0px;
	float: right;
	height: 100px;
	width: 140px;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
	overflow: hidden;
}

.btph3{
        font-size: 18px;
        font-weight: bold;
        color: #606060;
}

.btph3 a{
        font-size: 18px;
        font-weight: bold;
        color: #606060;
        
}

.btph3 a:hover{
        font-size: 18px;
        font-weight: bold;
        color: #33cc33;
        text-decoration: underline;
}

.mainmid1h3 {
	font-size: 14px;
        line-height: 25px;
	background:#ffffff url(images/bg_midtitle1.gif) repeat-x;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 243px;
        height: 25px;
        font-weight: bold;
}
.mainmid1h3 a{
        font-size: 14px;
        line-height: 25px;
	color: #fff;
        font-weight: bold;
}
.mainmid1h3 a:hover{
        font-size: 14px;
        line-height: 25px;
	color: #cccccc;
        font-weight: bold;
        text-decoration: underline;
}

.videosh3 {
	font-size: 14px;
        line-height: 25px;
	color: #FFFFFF;
	background:#000000 url(images/bg_videos.jpg) no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 243px;
        height: 25px;
        font-weight: bold;
}
.videosh3 a{
        font-size: 14px;
        line-height: 25px;
	color: #FFFFFF;
        font-weight: bold;
}
.videosh3 a:hover{
        font-size: 14px;
        line-height: 25px;
	color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
}

.midconimg {
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 90px;
	display:inline;
        
}
.topimg {
	margin: 0px;
	padding: 0px;
	display:inline;
}
.midconp {
	font-size: 14px;
        font-weight:bold;
	display:inline;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 145px;
	overflow: hidden;
}
.midbttitle {
	padding: 0px;
	height: 27px;
	width: 750px;
	background-color: #ffffff;
	color: #336633;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
}
#btphoto{
        padding: 0px;
	height: 300px;
	width: 750px;
	background-color: #ffffff;
        margin: 0px;
        
}
.btmsg{
        padding: 10px;
        margin: 25px;
	height: 160px;
	width: 160px;
	background-color: #ffffff;
        border-style:solid;
        border-color:gray;
        border-width:0px 3px 3px 0px;
        float:left;
        filter:alpha(style=0,opacity=80);
}

.btmsg p{
color:#336633;
font-size: 18px;
}

/* Start chat and quote*/

.chatq {
	margin: 0px;
	padding: 0px;
	height: 375px;
	width: 750px;
	clear: both;
}

.chat {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 375px;
	width: 490px;
	border-style: none;
	display:inline;
        background: #ffffff;
}
.quote {
	float: left;
	height: 375px;
	width: 250px;
	border-style: none;
	padding: 0px;
	margin: 0 0 0 0px;
	display:inline;
        background: url(images/quote1.jpg) no-repeat top left;
  
}
.quote1{
        margin: 100px 15px 10px 17px;
        line-height:1.5em;
        font-size:16px;
        font-weight: bold;
   
        
}

.morequotes{
          margin:10px 10px 0 60px;
          line-height:1.5em;
          font-size:14px;
          font-weight: bold;
          font-color:#ffffff

}

.quotep {
	font-size: 11px;
	display:inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 5px 0 0 0;
	float: left;
	height: 80px;
	width: 340px;
	overflow: hidden;
}


.quoteimg {
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 200px;
	display:inline;
        
}


/* Start chat and quote*/


/* End top page */

/* cat music page*/
#cat3main{
        margin:0 190px 0 200px
}       

#music1{
        height: auto;
	width: 560px;
        padding: 0;
        margin: 0 0 0 5px;
       	background-color: #ffffff;
        display:inline;
      
  
 }
#musicti{
            height: 125px;
	    width: 560px;
            padding: 0;
	    margin:10px 0;
 }

#musict9{
            height: 370px;
	    width: 560px;
            padding: 0;
	    margin:10px 0;
 }
#musicti img{
            padding: 0;
	    margin:0;
 }
#musicplay{
            height: 250px;
	    width: 560px;
            padding: 0;
            margin: 0;
            background: url(images/bg_cat3f.jpg) no-repeat bottom right;
 }

 
.pichot{
        height: 180px;
	width: 200px;
        padding:0;
	margin:48px 10px 10px 20px;
	
}
.mplayboxl {
        height: 240px;
	width: 269px;
        padding: 0;
	margin:0;
	float:left;
}     
.mplayboxr {
        height: 240px;
	width: 290px;
        padding: 0;
	margin:0;
	float:left;
}
.mplayboxr h3{
        margin-top:10px;
        font-size:20px;
        color: #336633;

}

.mplayboxr p{
        line-height:1.5em;
        font-size:16px;
        color: #333333;
        margin-top:15px;
}     
.mplayboxr p a{
        line-height:1.5em;
        font-size:16px;
        color: #333333;
        margin-top:15px;
        text-decoration:none;
}

.mplayboxr p a:hover{
        line-height:1.5em;
        font-size:16px;
        color: #336633;
        margin-top:15px;
        text-decoration:none;
}                
 #mheadline{
        height: 300px;
	width: 560px;
        padding: 0;
	margin: 0;
		
 }
#mheadline h2{
        padding: 0px;
	height: 27px;
	width: 555px;         
	background-color: #ffffff;
	color: #336633;
        margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
        display: block;
        border-bottom: 2px solid #336633;
        border-left: 5px solid #336633;
        text-indent:10px;
}

.in{
        height: 250px;
	width: 560px;
        padding: 0;
	margin:0;
	overflow:auto;
        background-color: #F5F5F5;
}

#mpick{
        height: 280px;
	width: 560px;
        padding: 0;
	margin:0;
        
		
 }
#mpick h2{
        padding: 0px;
	height: 27px;
        width: 555px;         
	background-color: #ffffff;
	color: #336633;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
        border-bottom: 2px solid #336633;
        border-left: 5px solid #336633;
        text-indent:10px;
}

 #mpick p{		
        height: 240px;
	width: 557px;
        padding: 0 0 0 3px;
	margin:0;
        background-color: #cccccc;
}
 #mpick img{
	height: 230px;
	width: 130px;
	text-decoration: none;
	border: 3px solid #CCCCCC;
        
}	
 #mpick img a{
	height: 230px;
	width: 130px;
	text-decoration: none;
	border: 3px solid #CCCCCC;
        
}	
	
.inh2{
     color:#999999;
     font-size:16px;
     font-weight:bold;
     padding:10px;
}

.inh2 a{
     color:#666666;
     font-size:16px;
     font-weight:bold;
     padding:10px;
     text-decoration:none;
}
.inh2 a:hover{
     color:#00CC00;
     font-size:16px;
     font-weight:bold;
     padding:10px;
     text-decoration:none;
}
/* cat music page headline*/

.cat3samh3 {
	font-size: 14px;
        line-height: 25px;
	color: #666666;
	background:#ffffff url(images/bg_cat3sam_g1.gif) no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 560px;
        height: 25px;
        font-weight: bold;
}

.cat3samli{
	margin: 0 0 3px 0;
	padding: 0px;
	height: 83px;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
        display:block;
	background-color: #FFFFff;
        font-size: 12px;
        overflow: hidden;
}

.cat3conp {
	font-size: 11px;
	display:inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px 0 0 0;
	float: left;
	height: 80px;
	width: 280px;
	overflow: hidden;
}
.cat3conp1 {
	font-size: 11px;
	display:inline;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 17px 0;
	float: left;
	height: 70px;
	width: 80px;
	overflow: hidden;
}

.cat3conp2 {
	font-size: 11px;
	display:inline;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	float: left;
	height: 70px;
	width: 80px;
	overflow: hidden;
        padding: 17px 0;
	background: url(images/icon_comment.gif) no-repeat;
}

.cat3big {
        font-size: 16px;
        font-weight: bold;
        color: #336633;
}

/* cat job page */

.jobbanner{
            height: 130px;
	    width: 560px;
            padding: 0;
	    margin:10px 0;
       
}
.cat8samli{
	margin: 0 0 3px 0;
	padding: 0px;
	height: 130px;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
        display:block;
	background-color: #FFFFff;
        font-size: 12px;
        overflow: hidden;
}

.cat8conp {
	font-size: 11px;
	display:inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px 0 0 0;
	float: left;
	height: 130px;
	width: 458px;
	overflow: hidden;
}

.rate {
        margin: 0;
        padding: 0;
        width: 450px;
 }
#topmain9 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 750px;
        height: 1100px;
	display:inline;
        background:url(images/bg_sports5.gif) no-repeat;
}

#sports {
        margin: 600px 10px 0 380px;
	padding:10px;
        background:#000000;
        color: #999999;
        overflow: auto;
        width:330px;
        height: 350px;
}
  
.ad468{
        margin: 10px;
        padding: 0 ;
        width: 540px;
        height:100px;
 }

.adsq{
        margin: 10px;
        padding: 0 ;
        width: 540px;
        height:420px;
 }

.aright{  
        margin: 10px;
        padding: 0 ;
        width: 200px;
        height:30px;
        background:#000;
        float:right;
 }

.dojo{  
        margin: 10px;
        padding: 0 ;
        width: 940px;
        height:900px;
        background:#fff url(images/bg_dojo.png) top no-repeat;
 }
.dojo_page{  
        margin:0;
        padding: 140px 10px 0 20px;
        width: 940px;
 }

.dojo_left{  
        margin: 0;
        padding: 0 ;
        width: 580px;
        float:left;
        background:#fff;
 }



.dojo_right{  
        margin: 0 10px 0 0;
        padding: 0 ;
        width: 310px;
        float:right;
 }
