html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html { background: #ffffff }
a { text-decoration: none; }
img { border: none; }
#container { position: relative; }
html>body #container { height: auto; }
#top_dec {
	background: url(../images/top_dec.jpg) repeat-x;
	width: 100%;
	height: 23px;
	position: absolute;
	top: 0px;
	left:0px;
}
#images {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 800px;
	height: 164px;
}
#nav_background {
	background: url(../images/checkplate.jpg) no-repeat;
	width: 154px;
	height: 294px;
	position: absolute;
	top: 195px;
	left: 0px;
}
#nav {
	position: absolute;
	top: 220px;
	left: 15px;
	width: 200px;
	height: 500px;
	margin: 0; 
	padding: 0; 
}
#nav ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	border: none; 
}
#nav li {
	padding-bottom: 3px; 
	margin: 0px; 
	list-style-type: none;
}
#nav a {
	font: 11px arial;
	font-weight: bold;
	color: #2326b4;
}
#nav a:hover { color: #687278; }
#nav a.current { color: #6c7d85; }
#title {
	position: absolute;
	top: 220px;
	left: 170px;
}
#howbarzar_logo {
	background: url(../images/howbarzar_logo.gif) no-repeat;
	width: 165px;
	height: 110px;
	position: absolute;
	top: 94px;
	left: 0px;
	z-index: 100;
}
#thumbs {
	position:absolute; 
	right: 10px;
	top: 196px;
}
#thumbs img:hover {
	border: 1px solid #038ed4;
}
#content_dec {	
	background: url(../images/content_dec.jpg) repeat-x;
	width: 100%;
	height: 100px;
	position:absolute;
	top: 187px;
	right: 0px;
	z-index: -1;
}
#content {
	padding: 250px 50px 250px 170px;
	font: 11px tahoma;
	text-align: justify;
	color: #2326b5;
}
#content_2 {
	padding: 250px 350px 250px 170px;
	font: 11px tahoma;
	text-align: justify;
	color: #2326b5;
}
#content_2 li {
	list-style-type: square;
}
#content a { color: #2326b5; font-weight: bold;  }
#content a:hover { color: #333333; text-decoration: underline; }
#content_2 a { color: #2326b5; font-weight: bold;  }
#content_2 a:hover { color: #ed1c24; text-decoration: underline; }
#content_3 {
	padding: 250px 20px 250px 170px;
	font: 11px tahoma;
	text-align: justify;
	color: #2326b5;
}
#content_3 li {
	list-style-type: square;
}
#content_3 a { color: #2326b5; font-weight: bold;  }
#content_3 a:hover { color: #ed1c24; text-decoration: underline; }
h1, .h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}
h2, .h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	}
h3, .h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ed1c24;
	font-weight: bold;
	}
h4, .h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3b139;
	font-weight: bold;
	}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2326b5;
}
.thumb {
	border: 1px solid #ffffff;
	margin-right: 10px;
}
.thumbs img:hover {
	border: 1px solid #038ed4;
}
#footer {
	width: 100%;
	height: 39px;
	text-align: right;
	background: url(../images/footer_dec.gif) repeat-x;
	position: absolute;
	bottom: 0px;
}
#footer div {
	font: 9px arial;
	text-align: right;
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
}
#footer div a { color: #2326b4; }
#footer div a:hover { color: #ffffff; }
.fm-logo {
	margin: 3px 7px 0px 10px;
	float: right;
}
