@charset "UTF-8";
body {
	font:11px/1.5em tahoma, trebuchet ms,arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #343C43;
	
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;
	margin:0px;
	margin-bottom:10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header img {
	margin-bottom:-2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding:10px 7px 7px 7px;
}
.oneColFixCtrHdr #FrontPagemainContent {
	background: #FFFFFF;
	padding:10px 10px 10px 10px;
}
.oneColFixCtrHdr #container h1 {
	
	font-size:15px;
	font-style:normal;
	margin-bottom:0px;
	height:auto;
	font-weight:bolder;
	

}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}

#FrontPageIntro {
	width:320px;
	height:489px;
	background-color:#FFFFFF;
	background-image:url(../_images/sphere.jpg);
	margin:0;
	border:1px solid #003466;

	}
	
	#FrontPageIntro h1 {
	background-color:#003466;
	padding:5px 5px 5px 5px;
	color:#FFFFFF; !important
	}
	
		#FrontPageIntro p {
	
	padding:0px 5px 5px 5px;
	margin-top:2px;
	font:11px/1.5em tahoma, trebuchet ms,arial, sans-serif;
	
	
	}
	
	
#FrontPageNewsArea {
	float:right;
	width:490px;
	background-color:#FFFFFF;
	margin:10px 10px 10px 0px;
	border:1px #003466 solid;
	}
	
	#FrontPageNewsArea h1 {
	background-color:#003466;
	padding:5px 5px 5px 5px;

	color:#FFFFFF; !important	

	}

	


#FrontPageNewsItem {
	margin:10px 5px 10px 5px;
	width:468px;
	background-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	}
	
#FrontPageNewsItem h2 {
	background-color:#666666;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:4px 4px 4px 4px;
	}
	
#FrontPageNewsItem p {
padding:6px 6px 6px 6px;
	margin:0;
	}
	
	#koreanimg {
	float:left;
	margin:15px 10px 10px 15px;
	}
	
	
	
	
	
	
	
	
	
#FrontPageEvents {
	margin:0;
	width:320px;
	border-color:#003466;
	border-width:1px;
	border-style:solid;
	background-color:#99CCFF;
}

#FrontPageEvents td {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	
	}
	
#FrontPageEvents tr:hover {
	background-color:#CCCCCC;
}
		

#FrontPageEvents h1 {
	color:#FFFFFF;
	margin:0px 0px 2px 0px;
	font-size:12px;
	background-color:#003466;
	padding:5px 5px 5px 5px;

	}
	
	
#ClubContent {
}


#ClubContent th {
	background-color:#CCCCCC;
}

#ClubContent td {
	background-color:#FFFFFF;
}


	
.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;
}
