html, body {
	margin: 0px;
	padding: 0px;
}

br {
	display: block;
	margin-bottom: 0.5em;
}

html>body br {
	display: inline;
}

#header {
	position: relative;
}

#headerLogo {
	position: absolute;
	top: 0px;
	left: 600px;
	background: url('../../includes/images/fs_logo.jpg') top left no-repeat;
	height: 136px;
	width: 177px;
}

html>body #headerLogo {
	width: auto;
	min-width: 177px;
	height: auto;
	min-height: 136px;
}

#headerBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../../includes/images/topbg.jpg') top left no-repeat;
	width: 432px;
	height: 140px;
}

html>body #headerBanner {
	width: auto;
	min-width: 432px;
	height: auto;
	min-height: 140px;
}

#langs {
	position: absolute;
	top: 120px;
	left: 440px;
}

#langs ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#langs li {
	display: inline;
	padding: 0px 2px;
}

#langs img {
	border-width: 0px;
}

#main {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 800px;
}

#menu {
	background: url('../../includes/images/fs_menu_bg2.png') top left no-repeat;
	height: 35px;
}

html>body #menu {
	height: auto;
	min-height: 35px;
}

#menu ul.items,
#menu ol.items {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	list-style-type: none;
}

#menu ul.items li,
#menu ol.items li {
	display: inline;
	margin-left: 10px;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#menu ul.items li a,
#menu ol.items li a {
	color: white;
	text-decoration: none;
}

#menu ul.items li a:hover,
#menu ol.items li a:hover {
	text-decoration: underline;
}

#body-frame {
	background: url('../../includes/images/fs_body_frame_bg.jpg') top right repeat-y;
}


#content-frame {
	float: left;
	width: 500px;
	background-color: white;
}

#news-frame {
	/*background: url('fs_body_frame_bg.jpg') top right repeat-y;*/
	width: 290px;
	float: left;
}

#footer {
	background: url('../../includes/images/fs_footer_bg.png') top left no-repeat;
	height: 35px;
	color: whitesmoke;
	font-family: monospace;
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
}

p {
	margin: 0px;
	padding: 5px 0px;
}

html>body #footer {
	height: auto;
	min-height: 35px;
}

