* {
	margin:0;
	padding:0;
	}
body {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	}
a {
	color:#5C9CC3;
	text-decoration:none;
	}
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:980px;
	padding:0 10px;
	background-image:url(../img/bg-horizontal.png);
	background-position:center;
	background-repeat:repeat-y;
	}
	
#header {
	background-color:#1C394A;
	background-image:url(../img/headerBackground.jpg);
	background-repeat:no-repeat;
	height:150px;
	}
#header h1 {
	text-indent:-1000px;
	}
#header p.address {
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	position:absolute;
	top:67px;
	left:255px;
	}
#header p.contact {
	color:#FFF;
	font-size:15px;
	padding:30px 0 0 20px;
	font-weight:normal;
	position:absolute;
	top:0;
	right:40px;
	width:280px;
	height:71px;
	background-image:url(../img/rightContentBackground.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:20px;
	}

#koreanFlag {
	position:absolute;
	height:47px;
	width:61px;
	left: 864px;
	top: 107px;
	background-image:url(../img/koreanFlag.png);
	background-repeat:no-repeat;
	}

#navigation {
	list-style:none;
	height:34px;
	padding-left:19px;
	background-color:#1C394A;
	}
#navigation li {
	float:left;
	background-image:url(../img/navBackgroundRight.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-right:8px;
	height:34px;
	}
#navigation li a {
	display:block;
	background-image:url(../img/navBackgroundLeft.gif);
	background-repeat:no-repeat;
	padding:6px 13px 5px;
	color:#FFF;
	font-size:16px;
	}
#navigation li.selected {
	float:left;
	background-image:url(../img/navBackgroundOnRight.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-right:8px;
	height:34px;
	}
#navigation li.selected a {
	display:block;
	background-image:url(../img/navBackgroundOnLeft.gif);
	background-repeat:no-repeat;
	padding:6px 13px 5px;
	color:#FFF;
	font-size:16px;
	}
#navigation li img {
	border:0;
	}
	
#content {
	background-image:url(../img/contentBackground.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#275068;
	padding:12px 29px 20px;
	overflow:auto;
	}

#contentHeader {
	margin-bottom:10px;
	}
#contentHeader img {
	margin-right:6px;
	}
#contentHeader img.last {
	margin-right:0;
	}

#leftContent {
	float:left;
	width:600px;
	padding-right:20px;
	}
	
#leftContent h2 {
	color:#FFF;
	padding:6px 0 12px;
	margin-bottom:10px;
	border-bottom:1px dotted #FFF;
	font-weight:normal;
	font-size:18px;
	}
#leftContent h3 {
	color:#FFF;
	font-size:14px;
	margin-bottom:16px;
	font-weight:bold;
	}	
#leftContent p {
	color:#FFF;
	font-size:14px;
	margin-bottom:16px;
	}	
#leftContent li {
	color:#FFF;
	font-size:14px;
	margin-left:20px;
	margin-bottom:5px;
	list-style-image:url(../img/bullet.gif);
	}
	

#rightContent {
	float:right;	
	width:300px;
	background-image:url(../img/rightContentBackground.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
#rightContent h3 {
	color:#FFF;
	font-size:14px;
	margin-bottom:16px;
	font-weight:bold;
	background-image:url(../img/rightContentBackgroundTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:15px 15px 9px 10px;
	border-bottom:1px dotted #FFF;
	}
#rightContent ul {
	padding:10px;
	}	
#rightContent li {
	color:#FFF;
	font-size:13px;
	margin-bottom:5px;
	list-style:none;
	border-bottom:1px solid #275068;
	padding:0 0 5px;
	}
#rightContent li p {
	line-height:18px;
	}
#rightContent li p.date {
	font-weight:bold;
	}
	

#cleaner {
	clear:both;
	height:1px;
	}
	
#footer {
	background-image:url(../img/footerBackground.gif);
	background-repeat:no-repeat;	
	height:40px;
	margin:0 -8px;
	}
#footer p {
	padding:11px 0 0 15px;
	color:#FFF;
	}
#shadow {
	background-color:#FFF;
	background-image:url(../img/footer-shadow.png);
	background-repeat:no-repeat;
	height:12px;
	margin:0 -10px -10px;
	}



ul li small { font-size:11px; }
