@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0 auto;
	font-size: 10pt;
	line-height: 1.1em;
	background: url(img/body_bg1.gif) center repeat-y #efefef;
}

#banner{
	margin: 0 auto;
	width: 800px;
	clear: both;
}

#container {
	margin: 0 auto;
	width: 800px;
	background: #ffe633;
	clear: both;
}

#contents {
	margin: 0px 40px 10px 40px;
	clear: both;
color: #adadad;
}

#contents a:link {
color: #adadad;
}

#contents a:visited {
color: #adadad;
}

#footer {
	margin: 20px 40px 10px 40px;
	clear: both;
}

#menu {
	clear: both;
	margin: 0 0 10px 0;
        padding: 20px;
        color: #666666;
        border-bottom: 1px solid;
}

#menu li {
       display: inline;
}

#menu_entry {
	clear: both;
	margin: 0 20px 10px 0;
        padding: 0;
        color: #666666;
}

#menu_entry li {
       display: inline;
}
table {
	border-collapse: collapse;
	border: none;
	cell-spacing: 0;
}

td div {
	text-align: right;
	padding: 50px 15px 5px 5px;
}

h1 {
	margin: 0;
	padding: 20px;
	background:  url(img/h1.jpg) left center #ffe632;
	text-indent: -9999px;
	height: 10px;
}

ol,ul {
	margin: 0px;
	
}

li {
	margin: 0 10px 5px 0px;
	list-style-position: outside;
	line-height: 1.0em;
}

p {
}

span {
	font-weight: bold;
}

img {
	border: 0;
}

.info{ 
	margin-top: 10px;
	width: 250px;
	float:left;
}

.area{
	margin: 10px 30px 10px 0px;
	float:left;
}

.text {
	padding: 0 0 0 40px;
	font-weight: 100;
}

.description {
	background: url(img/fletsnext_04.jpg);
	padding: 5px 30px 5px 30px;
}

.expiration {
	background: url(img/fletsnext_05.jpg) no-repeat;
	height: 190px;
	vertical-align: bottom;
	text-align: right;
	padding: 0 10px 10px 0;
	font-size: 1.0em;
}

.copyright {
	text-align: center;
	padding: 0 0 30px 0;
}

.right { text-align: right; }

.bookmark {
	padding:0;
	height: 25px;
}

.fl-c {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
}

.left{
	margin-left: 0;
	padding-left: 0;
}

.logo {
	background: url(img/header_logo.jpg) left bottom no-repeat;
	height: 45px;
}

.title{
	text-align: center;
	line-height: 1.6em;
	font-size: 1.5em;
        font-weight: bold;
}

.top {
	background: url(img/fletsnext_etrt.jpg) bottom no-repeat;
	height: 68px;
}


