
body {
	background-color: #000;
	}
	
h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
h3 {
	color: #FF0;
	}
	
#wrapper {
	width: 1000px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#navbar {
	width: 1000px;
	
		}
	
#header p {
		margin-left: auto;
		margin-right: auto;
	margin-bottom: 0px;
	width: 851px;
	height: 65px;
	cursor: pointer;
	}
	

	
#menu {
	width: 851px;
	height: 33px;
		margin-left: auto;
		margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;

	}
	
#menu li {
		text-indent: -9999px;
		}
	
li#headerp {
	background-image: url(../_images/image/header2.gif);
	margin: 0px;
	padding: 0px;
	width: 128px;
	height: 23px;
float: left;
}

li#music a {
	background-image: url(../_images/image/menu_music.gif);
	margin: 0px;
	padding: 0px;
	width: 79px;
	height: 23px;
float: left;

}


li#dot1 {
	background-image: url(../_images/image/menu_dot1.gif);
	margin: 0px;
	padding: 0px;
	width: 27px;
	height: 23px;
float: left;
}

li#diary a {
	background-image: url(../_images/image/menu_diary.gif);
	margin: 0px;
	padding: 0px;
	width: 69px;
	height: 23px;
float: left;
}

li#dot2 {
	background-image: url(../_images/image/menu_dot2.gif);
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 23px;
float: left;
}

li#image a {
	background-image: url(../_images/image/menu_image.gif);
	margin: 0px;
	padding: 0px;
	width: 77px;
	height: 23px;
float: left;
}

li#dot3 {
	background-image: url(../_images/image/menu_dot3.gif);
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 23px;
float: left;
}

li#video a {
	background-image: url(../_images/image/menu_video.gif);
	margin: 0px;
	padding: 0px;
	width: 74px;
	height: 23px;
float: left;
}

li#dot4 {
	background-image: url(../_images/image/menu_dot4.gif);
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 23px;
float: left;
}

li#style a {
	background-image: url(../_images/image/menu_style.gif);
	margin: 0px;
	padding: 0px;
	width: 77px;
	height: 23px;
float: left;
}

li#dot5 {
	background-image: url(../_images/image/menu_dot5.gif);
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 23px;
float: left;
}

li#about a {
	background-image: url(../_images/image/menu_about.gif);
	margin: 0px;
	padding: 0px;
	width: 83px;
	height: 23px;
float: left;
}

li#headerk {
	background-image: url(../_images/image/header3.gif);
	margin: 0px;
	padding: 0px;
	width: 137px;
	height: 23px;
float: left;

}

/*HOVER STATES FOR ALL MENU LINKS*/
li#music a:hover  { 
	background: url("../_images/image/menu_music.gif") no-repeat 0 -20px;
	cursor: pointer;
}


li#diary a:hover  { 
	background: url("../_images/image/menu_diary.gif") no-repeat 0 -21px;
	cursor: pointer;
}



li#image a:hover  { 
	background: url("../_images/image/menu_image.gif") no-repeat 0 -30px;
	cursor: pointer;
}



li#video a:hover  { 
	background: url("../_images/image/menu_video.gif") no-repeat 0 -25px;
	cursor: pointer;
}


li#style a:hover  { 
	background: url("../_images/image/menu_style.gif") no-repeat 0 -31px;
	cursor: pointer;
}


li#about a:hover  { 
	background: url("../_images/image/menu_about.gif") no-repeat 0 -34px;
	cursor: pointer;
}

#content {
	width: 1000px;
	height: 100%;
	clear: both;
	border: thick #099948 solid;
	background: url("../_images/image/background.jpg") no-repeat;
	}
	

