/*
body {behavior: url(csshover.htc);}
remove all default margins and padding to make consistent view in both explorer and firefox 

*/
/**************     clear from default values     *********************************************************************/
* {margin: 0; padding: 0;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,div,img,blockquote,fieldset,input,label,address,dd,dl,
img {border: none;}
ul, dt, dd, ul, li {list-style-type: none;}
a {text-decoration: none;}
a:visited{color: blue;}
/*a:visited{color: #8000c0;}*/


/**************     all     *********************************************************************/
body {
	text-align: center;
	background: #000000;
}
#wrapper{
	text-align: left;
	position: relative;
	background-color: #1e1e1e;
	width: 930px;
	font-family:times; 
	font-size:22px; 
	font-weight: normal;
	color:#0000ff;
	border: 1px solid blue;
	margin: 0 auto;
}
/**************     top part     *********************************************************************/
#khulan-photo{
	float: left;
	width: 400px;
	height: 400px;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #000000; 
	padding: 12px;
	margin: 10px;
}
#khulan-name{
	width: 416px;
	text-align: center;
	font-weight: bold;
	font-size:36px;
	margin: 0 0 20px 0;
	}
#photo-box{
	width: 416px;
	height: 424px;
	float: right;
	right: 0px;
	top: 0px;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #000000; 
	margin: 10px;
	padding: 0px;
	}
	
#inner-photo-box{
	width: 392px;
	height: 400px;
	float: left;
	left: 0px;
	top: 0px;
	margin: 12px;
	padding: 0px;
/*	border: 1px solid red;*/
}
#image-photo-box{
	display: none;
}
#image_top_image{
	margin:12px;
}
.small-box1{
	width: 392px;
	float: right;
	padding: 0px;
}
.top_pic1{
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #1e1e1e; 
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 12px;
}	
.top_pic2{
	width: 100px;
	height: 100px;
	float: right;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #1e1e1e; 
	padding: 10px;
	margin: 0px;
	margin-bottom: 12px;
}		

.top_pic3{
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #1e1e1e; 
	padding: 10px;
	margin-right: 12px;
	margin-top: 12px;
}	
.top_pic4{
	width: 100px;
	height: 100px;
	float: right;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #1e1e1e; 
	padding: 10px;
	margin: 0px;
	margin-top: 12px;
}		

#welcome{
	float: left;
	left: 0px;
	top: 68px;
	border: 1px solid blue;
	border-style: dashed;
	}	
	
/**************    main content area    *********************************************************************/
/**************    wraps the main content including menu    **************/
#content-wrapper{
	border-right: 1px dashed blue;
	border-bottom: 1px dashed blue;
	border-left: 1px dashed blue;
	width: 910px;
	margin: 10px;
	padding: 0px;
	color:#7a81c6;
	}

/**************    rigth menu     ************************************************/
#content-right{
	float: right;
	top : 0px;
	width : 210px;
	background-color: #000000; 
	border-top: dashed 1px blue;
	border-left: dashed 1px blue;
	border-bottom: dashed 1px blue;
}

#content-menu{
margin: 12px;
}

.menu {
	height: 25;
	font-size: 18px;
	color:#7a81c6;
	line-height: 25px;

	background-color: #1e1e1e;
	padding: 10px;
	border-bottom: dashed 1px #0066cc;
}



/**************    style for main content (  pictures  )    **************/
.clear{
	clear:left;
}
.album_pic{
	width: 100px;
	height: 100px;
	float: left;
	border: 1px solid blue;
	border-style: dashed;
	background-color: #000000; 
	padding: 10px;
	margin: 5px;
}
#album_page{
	width:670px;
	margin-top:5px;
	margin-left:5px;
}
#image_page{
	display:none;
}
#image_page_image{
	background-color: #000000; 
	margin:20px;
	border: 1px solid blue;
	border-style: dashed;
	margin-top:10px;
	margin-left:70px;
	padding: 10px;	
}
/**************    wraps the main content area    **************/
#wrap-box{
	width: 670px;
	height: 780px;
	margin: 0px;
	padding: 0px;
	}
/**************    left content TEXT     **************/
#content-left{
	top : 0px;
	width: 636px;
	margin : 0px;
	padding : 12px;
  	background-color: #000000; 
	border-top: 1px dashed blue;
	border-right: 1px dashed blue;
	border-bottom: 1px dashed blue;
}
#footer{
	color:#7a81c6;
	padding: 40px;
	text-align: center;
	font-weight: normal;
	font-size:18px;
	}
/*	
#content-wrapper hr{
	color: #0000ff;
	background-color: #0000ff;
	height: 5px;
	width: 910px;
	margin: 0px auto;
	}
*/	

