/* CSS Document */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, a, fieldset, th, td  
{  
    margin: 0; padding: 0; border: 0; outline: none;  
} 

/* ul, ol,  li,*/

ul, ol   {  
/*    list-style: none;  */
}

html{ height:100%; }

body {
	height:100%;
	background: #0A0B0D;
	font: normal 12px Tahoma;
}

a {
	font: 11px Tahoma;
	color: #333333;
}

#travelTable {
	margin:0 auto;
	width:900px; 
	height:100%;
	background:#fff;
	border:none;
}

#travelTable tr td{
/*	vertical-align:top;		*/
}

.td-top {
	height:36px;
	line-height:0px;
	font-size:0px;
	padding:0px;
	margin:0px;
	background:#0A0B0D;
}

#left-column {
	width:26px;
	vertical-align:top;
	background: #183883;
	background: url('../images/bg_left_fix.jpg') repeat-y 0% 0%;
/*	border-bottom:4px solid #183883; */
}

#right-column {
	background: #fff;
	vertical-align: top;
}

#header{
/*	2float:left;	*/
	width:900px; 
	height:77px;
	background: #fff url('../images/header_inner_black.jpg') no-repeat 100% 0%;
}

.logo-inner{
	float:left;
	width:374px;
	height:77px; 
}

.logo-inner a img{
	width:374px;
	height:77px;
}

.langs{
	float:right; 
	width:100px;
	padding-left:400px;
	padding-top:15px;
}
.langs a{
	float:left;
	width:19px;
	height:19px; 
	text-decoration:none;
	margin:0px 0px 0px 10px;
}

.langs a img{
	width:19px;
	height:19px;
}



#main {
	width: 100%; 
	padding:0px 0px 0px 0px;
	margin:0px;
	background:#fff;
}



#content-travel { 
	clear:both;
	width:100%; 
	margin:0px;
	padding:0px;
	text-align: justify; 
	font: normal 12px Tahoma;
	line-height:16px; 
	color: #4F81BD;
}  

#content-travel h1 {
	font: normal 20px Tahoma;
}

#content ul{
	list-style-type: disc;
}


#content-travel h1.title {
	padding-bottom:15px;
	font: normal 20px Tahoma;
	text-transform:capitalize;
}
 
#sites-links{
	clear:both;
	width:100%;
	padding:20px 0px 0px 80px; 
	margin:0 auto;
}
#sites-links ul{
	padding:0;
	margin:0;
	list-style:none;
	padding-left:20px;
	padding-top:10px;
}
#sites-links ul li{
	float:left;
	width:auto;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:capitalize;
}

.header_img_div{
	clear:both;
	text-align:center;
	width:900px;
}

.text_div{
	clear:both;
	width:740px;
	padding:20px 80px 20px 80px;
}
 
.back{
	padding:5px 0px 5px 10px;
}

.back a{
	text-decoration:none;
} 

.siteframe{
	width:900px;
	padding:0px;
	margin:0px;
	border-top:1px solid #cccccc; 
	border-bottom:none;
	border-left:none;
	border-right:none; 
}

#footer-left{
	width:26px;
	height:72px; 
	background: #183883 url('../images/bg_left_fix.jpg') repeat-y 0% 0%;
	border-top:4px solid #183883;
}

#footer-right {
	padding: 5px 0 0 0; 
	height:72px;
	margin: 0;
	background: #fff;
	vertical-align: top;
	text-align: center;
	border-top:4px solid #183883;
	border-top:4px solid #183883;
}





