/* writting 07-04-17 */
@import url("layout.css");
@import url("inner.css");

body {
	/*background:#FFFCF6 url(../images/body.jpg) repeat-x;*/
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	text-align: center;
}
tr,td{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
*,html,body,ul {
	margin:0;
	padding:0;
}
a{
	color: #006699;
	text-decoration:none;
} 
a:hover{
     color:#990000;
	 text-decoration:underline;
}
a.img{
	padding:2px;
	border:1px solid #D4E4ED;
	}
a.img:hover{
border:0px;
}
li {
	list-style:none;
}
input {
	border:1px solid #6A91A7;
	color: #006699;
	background:#FFF;
	size:20px;
	
}
label {
}

#container {
	width:710px;
	margin:0 auto;
	text-align:left;
}
#content {
	width:680px;
	background: url(../images/right-bg.jpg) repeat-x;
	float:right;
	margin:0 10px 0 0;
	display:inline;
}

#sidebar {
	width:400px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
}
#footer {
	width: 100%;
	clear:both;
	text-align:left;
	color:#9C9D9E;
}
.fleft {
	float:right;
	margin:0 10px 0 0;
}
.fright {
	display:block;
	margin:0 0 0 10px;
}
.fright ul {
text-align:center;
}
.fright ul li {
	float:left;
}
.fright ul li a img {
	border: 0;
}

#flytosky {
	width:100px;
	height:50px;
	background: #8AC0EB;
}