@charset "UTF-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(http://www.jgiddens.com/KOR/images/bg.jpg)
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color:#CC0000;
	text-decoration: none; 
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.headline {
	font-size:32px;
	color:#CC0000;
}

.subHead {
	font-size:18px;
	color:#CC0000;
}

.largeTitle {
	font-size:30px;
	color:#CC0000;
}

#fullWide {
	width:100%;
}

#topBannerHolder {
	width:100%;
	background-image:url(images/topbanner-repeat.jpg);
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#topBanner {
	width:1000px;
}

#navHolder {
	width:100%;
	background-image:url(images/navbarbg.jpg);
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#nav {
	width:1000px;
}

#middleContentHolder {
	width:100%;
	background-image:url(images/bg-bottom.jpg);
	background-repeat:repeat-x;
	float:left;
	display:inline;
}

#middleContent {
	width:860px;
}

#leftColumn {
	width:460px;
	float:left;
	display:inline;
}

#wideLeftColumn {
	width:575px;
	text-align:left;
	float:left;
	display:inline;
}

#rightColumn {
	width:390px;
	margin-top:20px;
	text-align:left;
	float:left;
	display:inline;
}

#narrowRightColumn {
	width:247px;
	float:left;
	display:inline;
}

#narrowRightColumn1 {
	width:247px;
	float:center;
	display:inline;
}
	
#footer {
	width:100%;
	float:left;
	display:inline;
}