﻿@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}



h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

p, ul, ol {
	margin-bottom: 20px;
}

a:link {
	color: #fbfbfa;
}

a:hover {
	text-decoration: none;
	color: #d2d0be;
}	

a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}







body{
	background-image:url(FIRT_02.png);
	background-repeat:repeat-x;
	background-color:#252525;
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#header{
	padding-top:20px;
	width:770px;
	height:80px;
	margin:0 auto;
	background-color:#252525;
}

#logo{	width:211px;
	height:69px;
	float:left;
	background-image:url(k1_03.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}


#menu{
	background-color:#252525;
	width:459px;
	float:left;
	padding-left:80px;
	padding-top:10px;
}
#menu ul{
	padding: 0;
    margin: 0;
    list-style: none;
    width: 267px;
    height: 40px;
    overflow: hidden;

}
#menu li{
	float:left;

}
#menu li a{
	display: block;
	background-image:url(memu.jpg);
    padding-top: 40px; /* same as height of #example-nav */
    text-decoration: none;

}
#example-nav-home {
    width: 65px;
}
#example-nav-home:hover {
    background-position: 0px -40px;
}

#example-nav-about {
    width: 69px;
	background-position:-65px 0;
}
#example-nav-about:hover {
	background-position:-65px -40px;
}

#example-nav-movie {
    width: 68px;
	background-position:-134px 0;
}
#example-nav-movie:hover {
	background-position:-134px -40px;
}


#example-nav-music {
    width: 65px;
	background-position:-202px 0;
}
#example-nav-music:hover {
	background-position:-202px -40px;
}






#splash{
	width:770px;
	height:224px;
	margin:0 auto;
	background-image:url(f4.jpg);
}

#page{
	background-color:#252525;
	margin:0 auto;
	width:770px;	height:300px;
}

#content{
	background-color:#252525;
	float:left;
	width:770px;
	padding:20px;
	height:1000px;
	color:White;

}
#content p{
	color:#999;
	text-align:left;
	margin:1em 0; line-height:1.6em;
	line-height:20pt;
	font-size:10pt;

}



#sidebar{
	background-color:#252525;
	float:left;
	width:200px;
	padding:20px;
}
#footer{
	clear:both;
	width:770px;
	height:50px;
	margin:0 auto;
	padding-top:5px;
}
