/* Normalizing margins, padding and body color */
*{ margin: 0; padding : 0; }

html {
	background-image: url(../images/kb/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dde9ef;
}
body {
}
#wrapper {
	width: 1052px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation {
	margin-right: 20px;
	margin-left: 62px;
	position: relative;
	margin-top: 14px;
	font-size: 12px;
	color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#logo {
	background-image: url(../images/kb/2009_logo.jpg);
	background-repeat: no-repeat;
	height: 284px;
}
#abouts ul {
	list-style-type: none;
}
#abouts li {
	display: inline;
	margin-right: 40px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: none;
	border-right: thin solid #FFFFFF;
	border-bottom: none;
	border-left: thin solid #FFFFFF;
}
#main {
	position: relative;
	margin-top: 12px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: 18px;
}
#posts {
	background-image: url(../images/kb/post_top_frame.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 610px;
	position: relative;
	padding-top: 48px;
	font-size: 14px;
	color: #58382B;
}
#posts_repeat {
	background-image: url(../images/kb/post_repeat_frame.jpg);
	padding-top: 8px;
	padding-left: 57px;
	padding-right: 52px;
}
#posts_repeat img {
	padding-top: 14px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
#posts_end {
	background-image: url(../images/kb/post_bottom_frame.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 610px;
}
#Rsidebar {
	background-image: url(../images/kb/frame_right_top.jpg);
	background-repeat: no-repeat;
	width: 240px;
	float: right;
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}
#Rsidebar_repeat h2 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#middlesidebar_repeat h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#Rsidebar_repeat {
	background-image: url(../images/kb/frame_right_repeat.jpg);
	width: 200px;
	text-align: left;
	padding-left: 20px;
	padding-right: 18px;
}
#Rsidebar_end {
	background-image: url(../images/kb/frame_right_bottom.jpg);
	height: 22px;
	width: 240px;
}
#middlesidebar {
	background-image: url(../images/kb/frame_top_middle.jpg);
	width: 202px;
	background-repeat: no-repeat;
	margin-left: 610px;
	padding-top: 18px;
	font-size: 13px;
	color: #FFFFFF;
}
#middlesidebar_repeat {
	background-image: url(../images/kb/frame_repeat_middle.jpg);
	width: 176px;
	padding-left: 26px;
}
#middlesidebar_end {
	height: 17px;
	width: 202px;
	background-image: url(../images/kb/frame_bottom_middle.jpg);
}
#footer {
	background-image: url(../images/kb/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 150px;
	clear: both;
}

