/*SANG IL PARK*/
* {
margin: 0em;
padding: 0em;
font-size: 100%;
border-style: none;
list-style-type: none;
}

body {
font-family: verdana, geneva, generic;
background: url(images/bkgd.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #a6afb8;
}
h1 {
color: #006678;
font-size: 150%;
font-family: tahoma, geneva, generic;
padding-top: 15px;
margin-bottom: 10px;
}
h2 {
color: #006678;
font-size: 115%;
font-family: tahoma, geneva, generic;
margin-bottom: 5px;
}

li {
display: inline;
}
table{

width: 448px;
margin-bottom: 20px;
border-collapse: collapse;
}
caption{
color: #060;
font-weight: bold;
}
th{
border: 1px solid #000;
color: #066;
}
td{
font-size: 90%;
border: 1px solid #000;
text-align:center;
}
#wrapper {
width: 595px;
margin: auto;
margin-top: 20px;
}
#header img{
border-style: none;
}
#nav  {
background-color: #006678;
color: #f0a510;
font-size: 120%;
font-weight: bold;
height: 27px;
}
#nav a {
color: #fff;
text-decoration:none;
}
#nav a:hover {
color: #066;
font-weight: bold;
text-decoration:none;
}

#nav ul {
margin-left: 152px;
}
#nav li {
margin-right: 95px;
}

/*
#content {
background: url(images/bkgdcontent.jpg);

}
*/

#content a {
color: #c91537;
font-weight: bold;
text-decoration: none;
}
#content a:hover {
color: #c91537;
font-weight: bold;
text-decoration: none;
}

#column1 {
float: right;
margin-top: 35px;
padding-left: 20px;
padding-right: 10px;
padding-bottom: 40px;
}

#column2 {
width: 595px;
margin-left: 24px;
}
#column2 a {
color: #006678;
text-decoration: none;
}
#column2 a:hover {
color: #fff;
text-decoration: none;
}
#column2 p {
font-size: 0.9em;
padding-bottom: 10px;
}
#footer {
background-color: #006678;
color: #fff;
height: 40px;
}
#footer p {
font-size: 0.8em;
padding-top: 10px;
margin-right: 20px;
text-align: right;
}




