
#container { 
	top: 2px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin:auto;
	position: relative; 
	width: 1024px;  
	height: 768px;
//	background-image: url('./../image/fln_bg_map.gif');
	background-color:#FFFFBB;
	/*align: center;*/
	font-family: Verdana, Arial, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header {
	position: absolute;
	margin: 0; 
	width: 347px;
	height: 65px;
	left: 20px;
	top: 15px;
	background: #F90;
	font-size:22px;
	font-weight:600;
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	}
#header_right {
	position: absolute;
	margin: 0; 
	width: 357px;
	height: 65px;
	left: 629px;
	top: 15px;
	background: #FFcc44;
	font-size:12px;
	font-weight:100;
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	}
.topRightPanel {
	position: absolute;
	margin: 0; 
	width: 300px;
	height: 65px;
	left: 590px;
	top: 15px;
	background: #FFee66;
	font-size:12px;
	font-weight:100;
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#menu{
	position: relative;
	top: 110px;
	left: 20px;
	z-index: 1000;
	width: 964px;
	height: 18px;
	background: #FFcc44;
	text-align:center;
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px; 
	}
#other {
	position: absolute;
	top: 670px;
	left: 20px;
	width: 964px;
	height: 13px;
	background: #FFcc44;
	text-align:center;
	font-size:13px;
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px; 
	}
#footer {
	position: absolute;
	top: 710px;
	left:20px;
	width: 964px;
	height: 28px;
	background: #FFcc44;
	text-align: left;
	font-size:14px;
	padding: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	}
#link_col1 {
	position: absolute;
	top: 146px;
	left: 20px;
	width: 347px;
	height: 510px;
}
#link_col2 {
	position: absolute;
	top: 146px;
	left: 387px;
	width: 347px;
	height: 510px;
}
#link_col3 {
	position: absolute;
	top: 146px;
	left: 20px;
	width: 168px;
	height: 510px;
}
#link_col4 {
	position: absolute;
	top: 146px;
	left: 204px;
	width: 168px;
	height: 510px;
}
#link_col5 {
	position: absolute;
	top: 146px;
	left: 388px;
	width: 168px;
	height: 510px;
}
#link_col6 {
	position: absolute;
	top: 146px;
	left: 571px;
	width: 168px;
	height: 510px;
}
#banner_col {
	position: absolute;
	top: 146px;
	left: 754px;
	width: 250px;
	height: 510px; 
}
#one_two_col {
	position: absolute;
	top: 146px;
	left: 20px;
	width: 714px;
	height: 520px; 
}
#one_col {
	position: absolute;
	top: 146px;
	left: 20px;
	width: 954px;
	height: 510px; 
}
#col_left_two_thirds {
	position: absolute;
	top: 152px;
	left: 20px;
	width: 640px;
	height: 510px;
	background: #FFcc44;
}
#col_right_one_third {
	position: absolute;
	top: 152px;
	left: 670px;
	width: 284px;
	height: 510px; 
	background: #FFcc44;
	padding: 3px;
}
.banner_button {
	margin-top: 7px;
	width: 250px;
	height: 163px;
	background: #FFee66;
}
.button_buy_links {
	width: 321px;
	height: 50px;
	margin-top: 15px;
	background: #FFcc44;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:200;
	color:#666;
	padding: 10px;
	padding-top: 10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
} 
.buttonBuyDescription {
	font-size: 10px;
}

/* there are other ways to do this */
a:link { color:#000000;}
a:visited { color:#000000;}
a.buttonBuyLinks:link { color:#666666;}
a.buttonBuyLinks:visited { color:#666666;}


/*  div.rounded {
/*  
+++++++++++++++++++++CSS MENU +++++++++++++++++++++++
*/

ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	background: #FFcc44;
	position: relative;
	margin: 0;
	padding: 0;
}
ul ul {
	display: none;
}
ul li:hover > ul {
	display: inline;
	position: absolute;
	float:right;
	top: 0px;
	border:0px;
	padding: 0px 0px 0px 0px;
	/*right:-89%;
	bottom: 100%;*/
}
li a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	width:100%;
}
ul#topmenu li a:hover {
	background: yellow;
}
h1 {
	margin: 0;
	padding: 1em 0.25em 0;
	font: bold 2.5em Arial, sans-serif;
	line-height: 0.8em;
	text-align: right;
	color: #557;
	letter-spacing: 2px;
}
div#main {
	margin: 0 8em 0 1em;
	padding: 0;
}
div#main p {
	margin: 1em 3em 1em 0.5em;
}
ul#topmenu {}
ul#topmenu > li:hover > ul {}
ul ul {width: 10em;}

#rtnv {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:200;
	position:absolute;
	top: 6px;
}

#rtnv > ul { margin-left: -1px; font-size: 85%;}
#rtnv li {
	width: 9em;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 85%;
	background-color:#F90;
} 

#rtnv ul li {line-height: 1.25em;}
#rtnv ul ul {width:100%;}
#rtnv ul ul li {border-color: #FEFEFC;}
#rtnv li > a {background-color: transparent; width:100%;}
#rtnv li:hover {background-color: #EED;}
#rtnv li.main {line-height: 1.25em; left:-65px; width:11em;}

#rtnv li.sub {width:100%; text-align:center; right:-67px; /*top:3px;*/}
#rtnv li.sub:hover {background: #DDB; width:100%; text-align:center;}
#rtnv li.sub:hover > a {color: #330;width:100%;}

h4 {margin: 0 0.5em 0 0; padding: 0 0.25em; font-size: 90%; border-bottom: 1px solid silver;}
