ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body {
	margin: 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Verdana, sans-serif;*/

	text-align: center;
}


a {
	color: #5C5C5C;
}
a:visited {
	color: #aaa;
}
a:hover {
	text-decoration: none;
}

/* outside text links */
a.external {
	padding-right: 13px;
	background: url('/images/ext_link.png') center right no-repeat;
}


/* Main layout
 *  <<
 */
body div#bodyMainBOX {
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	background: url('/images/fo_layout/middle_bg.png') repeat-y;
	text-align: left;
}


	div#bodyMainBOX div#topBOX {
		position: relative ;
		height: 76px;
		background: url('/images/fo_layout/top_bar_bg.png') no-repeat;
		font-family : Arial, Helvetica, sans-serif;
	}
		div#bodyMainBOX div#topBOX img#info_star {
			position: absolute;
			top: 15px;
			left: 868px;
		}
	
	
		div#topBOX div.sub {
			padding: 21px 28px 0 30px;
		}

			div#topBOX div.sub div#siteTitleBOX {
				/*width: 166px;
				text-align: center;*/
			}
				div#siteTitleBOX a {
					/*
					display: block;
					width: 220px;
					height: 25px;
					*/
				}


			div#topBOX div.sub div#RightBOX {
				float: right;
				dmargin-top: 10px;
			}


		/* < main menu > */
		div#bodyMainBOX div#mainMenuBOX {
			height: 24px;
			/*margin: 0 14px;*/
			background: url('/images/fo_layout/menu_bar_bg.png') no-repeat 12px 0;
		}

	div#bodyMainBOX div#middleBOX {
		padding: 13px 25px 5px 20px;
	}

		div#middleBOX div#mainSidebarBOX {
			margin-top: 30px;
			width: 160px;
			float: right;
		}
		div#middleBOX div#mainContentBOX {
			margin-right: 184px;
		}

	div#bodyMainBOX div#footerBOX {
		background: url('/images/fo_layout/footer_bar_bg.png') no-repeat;
		clear: both;
		height: 63px;
		text-align: center;
	}
		div#footerBOX span {
			display: block;
			padding-top: 36px;
			color: silver;
			text-align: center;
			font-size: 10px;
			letter-spacing: 2px;
		}
/* Main layout
 *  >> 
 */ 


		/* Main menu
		 *  <<
		 */
		div#mainMenuBOX ul {
			list-style: none;
			margin: 0 15px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
			div#mainMenuBOX ul li {
				float: left;

				background: url('/images/fo_layout/menu_bar_item_end.png') no-repeat 100% 5px;

				padding: 3px 13px;
				margin: 2px 0;
				text-align: center;
				font-size: 12px;
				font-weight: bold;
			}
			div#mainMenuBOX ul li:hover {
				background: url('/images/fo_layout/menu_bar_item_hoover.png') no-repeat;
			}


			div#mainMenuBOX ul li a {
				text-decoration: none;
				color: #6a6a6a;
			}
			div#mainMenuBOX ul li a:hover {
				text-decoration: none;
				color: #3a3a3a;
			}
		/* Main menu
		 *  >> 
		 */ 




div#mainSidebarBOX div#feeds {
	text-align: center;
}
	div#feeds a {
		display: block;
		height: 16px;
		width: 96px;
		margin: 8px auto;
	}
	div#feeds a#rss_feed { background: url('/images/feeds.png') 0 0 no-repeat; }
	div#feeds a#atom_feed { background: url('/images/feeds.png') 0 -21px no-repeat; }
	div#feeds img { margin-top:40px; }





div#mainSidebarBOX div.normalBOX {
	background: url('/images/fo_layout/sidepanel_box_middle.png') repeat-y;
	margin-bottom: 27px; 
}

	div#mainSidebarBOX div.normalBOX div.top { /* only for the top background */
		background: url('/images/fo_layout/sidepanel_box_top.png') no-repeat;
		padding: 5px 8px;
	}

	div#mainSidebarBOX div.normalBOX h4 {
		padding-bottom: 6px;
		/*color: #6a6a6a;*/
		color: #e45b00;
		font-size: 12px;
	}
	
	div#mainSidebarBOX div.normalBOX h5 { /* bigger then h4 ;) */
		font-size: 13px;
		margin: 4px 0 ;
	}
	div#mainSidebarBOX div.normalBOX div.bottom { /* only for the top background */
		height: 4px;
		background: url('/images/fo_layout/sidepanel_box_bottom.png') no-repeat;

	}
/* sidebar BOXes
   >> 
*/ 


/* ads BOX
   << 
*/ 
	div#mainSidebarBOX div#AdsSideBOX {
		text-align: center;
	}

	div#mainSidebarBOX div.normalBOX div#AdsSideBOX img {
		margin: 8px 0 2px 0;
	}
/* ads BOX
   >> 
*/ 
