/* CSS Document */

*{
margin:0;
padding:0;
border:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	scrollbar-face-color:#F3F3F3;
	/*scrollbar-base-color:#EBF5FF;*/
	scrollbar-arrow-color:#999;
	/*scrollbar-track-color:#F3F3F3;*/
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#ccc;
	scrollbar-darkshadow-Color:#ccc;
}

#artist_title{
position:absolute;
width:547px;
height:739px;
top:50%;
left:50%;
margin-top:-369.5px;
margin-left:-273.5px;
}

/*-----------------PAGE 2----------------------*/

#page2_content{
width:800px;
height:479px;
position:absolute;
top:50%;
left:50%;
margin-top:-239.5px;
margin-left:-400px;
}

#right_col{
width:378px;
height:474px;
float:right;
}

#left_col{
width:422px;
height:389px;
float:left;
}

#hye_name{
width:378px;
height:39px;
margin-top:140px;
}

#nav{

margin-left:50px;
}

#hye_name2{
padding-top:40px;
margin-left:14px;
}

#outer_content{
position:absolute;
width:983px;
height:600px;
top:50%;
left:50%;
margin-top:-300px;
margin-left:-491.5px;
background-color:#CCCCCC;
}

/*-------------------PAGES AFTER 2--------------------*/

#container{
width:983px;
height:100%;
position:absolute;
top:25px;
left:50%;
margin-left:-491.5px;
/*background-color:#CCCCCC;*/
}

#top_section{
width:983px;
height:450px;
/*background-color:#CCCCCC;*/
}

#left_top{
width:620px;
height:450px;
float:left;
}

#right_top{
width:301px;
height:450px;
float:right;
}

/*#righttop_image{
margin-right:4px;
}*/

#page_title{
font-size:15px;
font-weight:600;
/*color:#fda4fd;*/
padding-top:155px;
margin-left:14px;
}

#page_content{
width:983px;
height:100%;
/*background-color:#CCCCCC;*/
margin-left:14px;
margin-top:70px;
}

#page_content2{
width:983px;
height:100%;
/*background-color:#CCCCCC;*/
margin-left:14px;
margin-top:0px;
/*background-image:url(images/bkg_article.jpg);*/
background-repeat:no-repeat;
}

#page_content3{
width:983px;
height:100%;
/*background-color:#CCCCCC;*/
margin-left:14px;
margin-top:70px;
/*background-image:url(images/bkg_article.jpg);*/
background-repeat:no-repeat;
}

a:link{
color:#999;
text-decoration:none;
}

a:visited{
color:#999;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:none;
}

/*#page_content2 a:link{
color:#999;
text-decoration:none;
}

#page_content2 a:visited{
color:#999;
text-decoration:none;
}

#page_content2 a:hover{
color:#CCCCCC;
text-decoration:none;
}*/


h1 {
font-size:23px;
font-weight:600;
}

h2{
font-size:14px;
font-weight:600;
color:#666;
}

h3{
font-size:20px;
font-weight:500;
}

h4{
font-size:12px;
font-weight:500;
}

h5{
font-size:17px;
font-weight:400;
color:#000;
}

h6{
font-size:24px;
font-weight:500;
color:#666;
}

h7{
font-size:23px;
font-weight:bold;
color:#000000;
}



/*------------------------COLAPSABLE MENU---------------------------------------*/
.nav_2{
margin-left:22px;
}

.nav_2 ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 212px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
}
	
.nav_2 ul li{
position: relative;
}
	
/*Sub level menu items */
/*.nav_2 ul li ul{
position: absolute;
width: 300px; /*sub menu width*/
/*top: 0;
line-height:2em;
visibility: hidden;
font-weight:600;
font-size:11px;
margin-top:8px;
text-indent:6px;
}*/

.nav_2 ul li ul{
position: absolute;
width: 212px; /*sub menu width*/
top: 0;
display: block;
color: black;
text-decoration: none;
background: #fff;
padding: 0px 5px;
border-bottom: 0;
}

/* Sub level menu links style */
.nav_2 ul li a{
display: block;
/*overflow: auto; /*force hasLayout in IE7 */
color:#999999;
text-decoration: none;
background: #fff;
padding: 0px 5px;
/*border: 1px solid #ccc;*/
border-bottom: 0;
}

.nav_2 ul li a:visited{
color: #999999;
}

.nav_2 ul li a:hover{
color:#CCCCCC;
}

.nav_2 .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .nav_2 ul li { float: left; height: 1%; }
* html .nav_2 ul li a { height: 1%; }
/* End */

/*-------------------------IMAGE GALLERY------------------------*/

#image_gallery{
width:983px;
height:40px;
margin-left:11px;
padding-top:60px;
/*background-color:#CCCCCC;*/
}

#cv_info{
width:983px;
height:400px;
/*border:#CCCCCC;*/
overflow:auto;
}

#video_player{
width:983px;
height:280px;
margin-left:11px;
padding-top:40px;
}


