/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.5px;
	background-color: white;
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

li {margin-bottom: 10px;}

/* ########## MAIN LAYOUT ELEMENTS ########## */


#ik_wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto; /* for full height of page */
	overflow: auto; /* leave this; it's for full height; if it causes scrollbars then use overflow: hidden */
	border: 1px solid #1F1A17;	
}

#ik_header {
	margin: 0px;
	padding: 0px;
}
#ik_header IMG { margin-left: -1px; }

#topbar { font-size: 10px; float: right; }

#content {
	float:left;
	width: 800px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../images/fsglogocontentback.jpg);
	background-repeat: repeat-y;
	min-height: 450px;
}

#content IMG { margin: 0px; border: 0px; }

#bottombar {
	float:right;
	width: 800px;
}


#footer {
	clear:both;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}

.inside {
	padding:10px;
}

#sidebar {
	float:left;
	width: 160px;
	overflow:hidden;
	min-height: 150px;
	background-color: #1F1A17;
}

#searchbox {
	float:right;
	text-align: right;
}

/* this is the title of the seciont/category also */
.componentheading { 
	font-size: 36px;
	font-weight: normal;
	color: #ED1600;
	padding-top: 10px;
	padding-bottom: 30px;
}

.contentheading {
	font-size: 26px;
	font-weight: normal;
	color: #ED1600;
	padding-top: 10px;
	padding-bottom: 30px;}
	
.small { font-size: 10px; }

.modifydate { font-size: 10px; }

table {}

table td {padding: 10px;}

#component-contact table {margin-top: 20px;}
#component-contact table td {padding: 0px;}



/** MENU**/

.menu{ margin-top: 100px; margin-left: 0px; font-size: 17px; }

ul.menu li { 
	list-style-image: url(../images/drop.gif);
}

ul.menu #current { font-style: italic; }

ul.menu li A {
	color:#AE2221;
	vertical-align: 10px;
}

ul.menu li A:hover {text-decoration: underline; }

/* fengshui link */
ul.menu li.item7 { margin-top: 30px; }
/* forum link */
ul.menu li.item4 { margin-top: 30px; }
/* search link */
ul.menu li.item13 { margin-top: 30px; }

/** END MENU**/

/* this to tidy up some stuff in the forum */

.fb_sectiontableentry2 { color: #666666; }
.fb_sectiontableentry1 { color: #666666; }
.forum-pathway-1 img { vertical-align: middle; border: 0px; margin: 0px; padding: 0px;}
.forum-pathway-2 {margin-top: 10px;}


h1 { line-height: 120%; }
