body {
	margin:0px;
	background: #83DAF7;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
/*  Main body bg*/
.main_outer {
	background-image:url(../images/main_bg_blue.gif); 
	background-repeat:repeat-y; 
	background-color: #83DAF7;
	background-position:center;
}

/*  Header and top menu */
.header {
	background-image:url(../images/header.jpg); 
	height:236px; 
	width:766px; 
	background-repeat:no-repeat; 
	background-position:center;
}


.top_menu {
	position:relative;
	left:7.1%;
	top:-36%;
	width:180px;
	padding:2px;
	margin-top:10px;
}

/* Left menu */

.menu { 
	position:left;
	background-image:url(../images/menu_bg.gif);
	margin-top:-20px;

}	

a {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #1D7BB1;
	font-family: Tahoma;
}

a:hover {
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #B11D33;
	font-family: Tahoma;
}

.menu ul {
	list-style:none;
}

.menu li {
	padding-top:10px;
	margin-left:-15px;
}

/* Travel gallery*/

.travel_header {
	padding-bottom:0px;
	background-image:url(../images/travel_header.gif);
	background-repeat:repeat-x;
	width:190px;
	height:13px;
}

.travel {
	margin-top:-6px;
	padding-top:0px;
	position:left;
	background-image:url(../images/travel_bg_white.gif);
	padding:2px;
}

.travel_heading {
	padding:4px;
}

.travel_gallery_border {
	padding:03px;
	margin-bottom:5px;
	background-image:url(../images/gallery_image_border.gif);
	background-repeat:no-repeat;
}

.content{ 
	padding-left:25px;
}

.content_text {
	color:#626262;
	font-size:12px;
	font:Tahoma;
	font-weight:normal;
}
.content_header{

	background-image:url(../images/content_header_bg1.gif);
	height:40px;
	width:518px;
}
.content_box{
	padding-left:10px;
	margin-bottom:10px;
	border:1px solid #56aee3;
}
.content_left {
	background-image:url(../images/content_left_bg.gif);
	background-repeat:repeat-y;
	width:8px;
}

.content_center {
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat;
	padding:07px;
	width:490px;

}
.content_right{
	background-image:url(../images/content_right_bg.gif);
	background-repeat:repeat-y;
	width:8px;
}

.heading {
	/*padding:12px;*/
	color:#f59900;
	font-size:13px;
	font:Tahoma;
	font-weight:bold;
}


.content_links {
	padding-left:10px;
	color:#626262;
	font-size:12px;
	font:Tahoma;
	font-weight:normal;
}

/*  Footer */

.footer_wrapper {
	padding-left:63px;
}

.footer_main {
	background-image:url(../images/footer_bg.gif);
	width:765px;
	height:137px;
	margin-left:3px;
	margin-bottom:0%;
}

.footer_menu {
	background-image:url(../images/green_footer_bg.gif);
	background-repeat:repeat-x;
	height:96px;
	width:765px;
	margin-left:3px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:10px;
	padding-top:10px;
}

.footer_menu_1 {
	font-family:Tahoma;
	font-weight:normal;
	font-size:10px;
}

.copyright {
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
}

.image_border {
	padding:1px;
	border:1px solid #CCCCCC;
}
