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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCC;
}
#container, #h3 {
	color: #000;
	background-color: #FFF;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #000;
}

#search {
	float: right;
	width: 300px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	text-align: center;
	padding-top: 0px;
 
}


.twoColFixRtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 960px;
} 
.twoColFixRtHdr #header {
	height: 126px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(../images/hanool-logofinal.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-left: 3px;
	background-color: #FFF;
	margin-right: 10px;
}
.twoColFixRtHdr #sidebar2 {
	float: right;
	background-color: #CCC;
	margin-top: 20px;
	background-image: url(../images/r4.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.twoColFixRtHdr #sidebar0 {
	float: right;
	background-color: #CCC;
	bottom: auto;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-image: url(../images/r2.jpg);
}



.twoColFixRtHdr #mainContent {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
	width: 650px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
} 
.twoColFixRtHdr #container #footer {
	background-color: #FFF;
	height: 200px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #747474;
	text-decoration: none;
	font-size: 15px;
	margin-top: 15px;
	
}

.twoColFixRtHdr #footer {
	padding-right: 10px;
	padding-left: 40px;
	background-color: #000;
	text-decoration: none;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #747474;
	border-left-color: #747474;
} 
.twoColFixRtHdr #container #footer #links {
	width: 170px;
	background-color: #FFF;
	float: none;
	clear: none;
	height: 180px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	margin-right: 100px;
	position: static;
}
#news2 h5 a:link {
	color: #00C;
	text-decoration: none;
}

#news2 h5 a:hover {
	color: #00C;
	text-decoration: underline;
}
#news2 h5 a:visited {
}


.twoColFixRtHdr #shadow #container #mainContent #news1 h5 a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00C;
	font-size: 1em;
}
.twoColFixRtHdr #shadow #container #mainContent #news1 h5 a:hover {
	text-decoration: underline;
	color: #00C;
}
.twoColFixRtHdr #shadow #container #mainContent #news2 h3 {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
}

.twoColFixRtHdr #shadow #container #mainContent #news1 h3 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
}
.twoColFixRtHdr #shadow #container #mainContent #news5 h3 {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
}




.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 h3 {
	font-size: 0.7em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar0 #s1 h3 {
	font-weight: normal;
	font-size: 0.7em;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixRtHdr #shadow #container #mainContent #news1 h5 a:visited {
	text-decoration: none;
	color: #00C;
}


.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigation {
	font-size: 13px;
	display: block;
	float: none;
	text-align: left;
	padding-right: 8px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #shadow #container #footer #link19 {
	height: 180px;
	background-color: #FFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	padding-right: 33px;
	margin-top: 10px;
}
.twoColFixRtHdr #shadow #container #footer #link103 {
	width: 183px;
	background-color: #FFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	margin-top: 5px;
	padding-right: 2px;
	margin-right: 10px;
	line-height: 1em;
	height: 180px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
	color: #FFF;
	background-color: #2B5892;
	text-decoration: none;
	border: 1.5px solid #201a72;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}

#navigation a:hover {
	color: #FFF;
	background-color: #201a72;
}

* html #navigation a {
	width: 100%;
}




/*current link*/



#sellink  a:link , #sellink a:visited, #sellink a:hover, #sellink a:active {
	text-decoration: none;
	background-color: #002C72;
	color: #706AB8;

}

#sellink a:link, #sellink  a:hover, #sellink  a:active, #sellink a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #201A72;
	background-repeat: no-repeat;
	background-position: left;
	border-top-color: #000;
}
.twoColFixRtHdr #container #footer #links1 {
	height: 160px;
	width: 174px;
	float: none;
	margin-left: 200px;
	text-align: left;
	position: absolute;
	left: auto;
	top: 1099px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #footer #links3 {
	height: 170px;
	width: 187px;
	position: absolute;
	left: 527px;
	top: 1099px;
}
.twoColFixRtHdr #container #footer #link8 {
	float: none;
	height: 180px;
	width: 170px;
	position: fixed;
}
.twoColFixRtHdr #container #footer #links #link8 {
	position: absolute;
	left: 280px;
	top: 1100px;
}
.twoColFixRtHdr #shadow {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/han-shadow1.gif);
	background-color: #CCC;
}
.twoColFixRtHdr #shadow #container #footer #link103 {
	width: 183px;
	background-color: #FFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	margin-top: 10px;
	padding-right: 2px;
	margin-right: 10px;
	line-height: 1.3em;
	height: 180px;
	text-decoration: none;
}
.twoColFixRtHdr #shadow #container #footer #link21 {
	width: 300px;
	background-color: #FFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	margin-top: 10px;
	padding-right: 2px;
	margin-right: 10px;
	line-height: 1.3em;
	height: 180px;
	text-decoration: none;
	background-image: url(../images/hano_building1.gif);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #shadow #container #footer #link101 {
	width: 130px;
	float: left;
	right: auto;
	bottom: auto;
	top: 1040px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	margin-top: 10px;
	line-height: 1.3em;
	margin-left: 15px;
	margin-right: 15px;
	height: 180px;
}




.twoColFixRtHdr #shadow #container #footer #link101 ul  {
	list-style-type: none;
	padding: 0;
	margin-left: 3px;
}
.twoColFixRtHdr #shadow #container #footer #link101 ul li {
	text-decoration: none;
	display: inline;
}
.twoColFixRtHdr #shadow #container #mainContent #news1 {
	float: left;
	width: 270px;
	padding-right: 3px;
	height: 340px;
	padding-left: 5px;
}
.twoColFixRtHdr #shadow #container #mainContent #news2 {
	float: right;
	width: 270px;
	margin-right: 5px;
	margin-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 48px;
	height: 340px;
}
.twoColFixRtHdr #shadow #container #mainContent #news2 p img {
	float: right;
	margin-right: 10px;
}
.twoColFixRtHdr #shadow #container #footer a {
		color: #003366;
	text-decoration: none;
}


.twoColFixRtHdr #shadow #container #footer #link103 ul li a:link {
		color: #003366;
}

.twoColFixRtHdr #shadow #container {
	
}
.twoColFixRtHdr #shadow #container #footer #link101 ul li a:link {
		color: #003366;
	text-decoration: none;
}
.twoColFixRtHdr #shadow #container #footer #link101 ul li a:hover {
	color: #003366;
	text-decoration: none;
}
.twoColFixRtHdr #shadow #container #footer #link101 div {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
}
.twoColFixRtHdr #shadow #container #footer #link103 div {
	text-align: left;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.twoColFixRtHdr #shadow #container #footer #link19 div {
	text-align: left;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
}
.twoColFixRtHdr #shadow #container #footer #link103 ul {
	list-style-type: none;
padding: 0;
margin-left: 3px;
}
	
.twoColFixRtHdr #shadow #container #footer2 #f1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent h1 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #333;
}
#mainContent h2 {
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	padding-bottom: 5px;
}
#mainContent h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: normal;
}

#sb {
	background-color: #CCC;
	width: 260px;
}
#s11 {
	background-image: url(../images/r2.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 260px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
}

#sid2 {
	float: right;
	width: 270px;
}
#sf {
	background-image: url(../images/underbanner1.jpg);
	width: 260px;
	height: 16px;
	color: #000;
}




#head13 {
	width: 260px;
	background-image: url(../images/r4.jpg);
	height: 32px;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
}
#sf1 {
	background-image: url(../images/underbanner1.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 17px;
}
#aud {
	width: 260px;
	text-align: center;
	background-color: #CCC;
}
#audio333 {
	width: 260px;
	background-color: #CCC;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar0 #s1 {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 p img {
	bottom: 0px;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 #sound {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: #cccc99;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 #audio {
	text-align: center;
}

.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 p img {
	
	text-align: right;
	
}
#news5 h5 a:link {
	text-decoration: underline;
	color: #00C;
}


.twoColFixRtHdr #shadow #container #footer2 {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #747474;
	color: #FFF;
	padding-top: 5px;
	font-size: 0.8em;
}


.twoColFixRtHdr #shadow #container #footer2 #f1 {
	width: 550px;
	border: 1px solid #FFF;
	text-align: center;
	margin-left: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-right: 200px;
	font-size: 13px;
}




	
	
	
#so {
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-align: center;
	width: 140px;
}
#news5 {
	height: 340px;
	width: 270px;
	float: right;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#news5 h5 a:link {
	color: #00C;
	text-decoration: none;
}

#news5 h5 a:hover {
	color: #00C;
	text-decoration: underline;
}
#news5 h5 a:visited {
}


.twoColFixRtHdr #shadow #container #mainContent #news5 h5 a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00C;
	font-size: 1em;
}
.twoColFixRtHdr #shadow #container #mainContent #news5 h5 a:hover {
	text-decoration: underline;
	color: #00C;
}

#flash {
	height: 90px;
	width: 406px;
	position: absolute;
	margin-top: 20px;
	margin-left: 300px;
	left: -61px;
}
.twoColFixRtHdr #shadow #container #mainContent h1 a img {
		margin-left: 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

.twoColFixRtHdr #shadow #container #mainContent h1 img {
	margin-left: 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#somalaia {
	width: 260px;
}

#somalaia p img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*/cvbcvbcgbxbcv//*/
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar0 #s1 {
	text-align: center;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 p img {
	bottom: 0px;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 #sound {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 #audio {
	text-align: center;
}
.twoColFixRtHdr #shadow #container #sidebar1 #sidebar2 p img {
	text-align: right;
}
.twoColFixRtHdr #shadow #container #footer2 {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #747474;
	color: #FFF;
	padding-top: 5px;
	font-size: 0.8em;
}
#text {
	margin-right: 7px;
}
#img {
	padding-right: 4px;
}
