


body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#000 url(../Graphics/BGScroll.gif)}
		
   
 Body   
 


h1 {
  font-weight: normal;
  color: #3D5664;
  font-size: 20px;
  font-family: @Batang, @Dotum, @FangSong;
  font-style:italic;
}


 {
  font-weight: normal;
  color: #3D5664;
  font-size: 20px;
  font-family: @Batang, @Dotum, @FangSong;
  font-style:italic;
}

{
A:link {color:ffffff;}
A:visited {color:ffffff;}
A:active {color:ffffff;}
A:hover{color:ffffff;}

}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 4;
	padding: 4;
	border: 8;
 	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: top;
}

 border { 
   border-style: solid;
 border-width: 8px;
 border-color: white;}
 
 #footer {
		position: center;
		left: 0px;
		width:928px;
            height:204px;
		padding:2px;
				
		}
		/*used this for footer */
  <style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */      


.indentmenu{
font: bold 10px Arial;
width: 100%; /*leave this value as is in most cases*/
position:center; 
overflow: hidden;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #CBD89D; /*dark purple border*/
border-width: 0px #CBD89D;
background:  url(indentbg.gif) center center repeat-x;

}
.indentmenu ul li{
display: inline;

}
.indentmenu ul li a{
float: left;
width: 137px;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 0px solid #CBD89D; /*dark purple divider between menu items*/
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background:  url(indentbg2.gif) center center repeat-x;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.indentmenu2{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
position:center; 
overflow: hidden;

}
.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #CBD89D; /*dark purple border*/
border-width: 0px 0;
background:  url(indentbg3.gif) center center repeat-x;

             }
.indentmenu2 ul li{
display: inline;
}
.indentmenu2 ul li a{
float: left;
width: 137px;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 0px solid #CBD89D; /*dark purple divider between menu items*/
}
.indentmenu2 ul li a:visited{
color: white;


}
.indentmenu2 ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background:  url(indentbg4.gif) center center repeat-x;
}
	.bluebox {
		
        position: center;
       	width:953px;
        height:100px;
		padding:0px;

		border:2px solid #D15289;
		background-image:url(../Graphics/BGScrollNewBlue.gif);
            background-repeat: repeat-x;}
	
	
/*used this under footer menu */

 .whitetext {
          filter:alpha(opacity=100);
          opacity: 1;
          -moz-opacity:1;
          position: relative;
          color: #ffffff;       
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: bold;
            }

/*used this box shadow any elements */

#box-shadow {

12px 12px 2px 1px rgba(0, 0, e5e7ec, .2)}

filter: drop-shadow(0 0 0.75rem crimson);

/* Black shadow with 10px blur */
#drop-shadow { 16px 16px 10px black}



#img {

  box-shadow: 20px 20px 20px 20px #fff;
  /* in order: x offset, y offset, blur size, spread size, color */
  /* blur size and spread size are optional (they default to 0) */
}


/* this worked */

#example { border: 2px white solid; }

#edge { border: 2px white solid; }