@charset "utf-8";
/* CSS Document for main page */
.main { margin:0; padding:0;}
.main #wrapper {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	
	
	
	
}
.main #bodyContainer 
{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: inherit;
	margin: 0px auto;
	text-align: inherit; /* this overrides the text-align: center on the body element. */
	overflow: visible;
	
	/*border: 1px solid #ccc;*/
}

.main #headerContents 
{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;
	margin: 0 auto;
	text-align: inherit; /* this overrides the text-align: center on the body element. */
	height: 500px;
	/*padding: 0 0px 0 20px;*/

}

.main #headerMain
{
	width: 100%;
	height: 104px;
	background-image: url(../images/a.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	
} 

.main #headerContents h1
{
	text-align:center;
	color:#FFF;
}
.main #topNav 
{
	height:30px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #F00;
	background-color: #444;
	

	padding: 0 10px;

	margin: 0 auto;
}


.main #topImage
{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;
	margin: 0px;
	height: 225px;
	padding: 0px;
	background-image: url(../images/sakau);
}

.logo
{
	position:absolute;
	left: 23px;
	top: -16px;
	width: 128px;
	height: 130px;
	background-image:url(/images/logoFSM.png);
	background-repeat:no-repeat;
	z-index: 1;
}
.logo a {text-decoration:none;}

.headLinx{
	position: absolute;
	left: 178px;
	top: 67px;
	width:100%;
	

}
.headLinx a{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	
}
.headLinx a:hover{
	
	color: #CCC;
}
#innerContainer {
	
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: inherit;
	margin: 0px auto;
	text-align: inherit; /* this overrides the text-align: center on the body element. */

}
.main #leftbar {
	position: absolute;
	top: 200px;
	width: 88px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 5px 0 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	left: 1px;
	height: 91px;
	
	
	
	
}
.main #righttbar {

	margin:  10px 0;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
 	float: right; 
  	width: 25%;  
	padding-left: 5px;
}
/*-----------------Start leftNav -------------------------------------------------------------------*/
.main #leftNav
{
	font-size:0.8em;
	padding: 0 ;
	margin:5px;
	
}
.main #leftNav h1
{
	color:#00F;
	font-size:1em;
	margin:0px;
	
	
}
.main #leftNav li {
	border-bottom:#06F dotted thin;

	margin-left:0em;
	list-style-type: none; 
}
.main #leftNav a
{
	text-decoration:none;
	color:#000;
}
.main #leftNav a:hover
{
	background:#8db1e1;
	
}
/*-----------------End leftNav -------------------------------------------------------------------*/
/* ------------------------------------footer-------------------------------------------------------------------- */
.footer {
	/*clear: both;*/
	text-align: center;
	line-height: 1.8em;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	color: #000;
	font-size: 0.8em;
	background-image:url(../images/a2.gif);
	background-repeat:repeat-x;
}

.footer a {
	color: #009;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: underline;
}
/* ------------------------------------end footer-------------------------------------------------------------------- */
#rssContainer
{
	margin: 5px 210px 5px 92px;
	padding: 5px;
	

	
}
#feedIcon
{
	float:right;
}
#feedIcon img
{
	border:none;
}
