body {
	background-color: #d9e5f3;
}

/* Contact list */

#contact_list {
	float: right;
}

.tb_bck  {
	background-image:url('../images/contact_bg.gif');
	background-repeat: no-repeat;
	width: 215px;
	height: 100px;

}

.tb_bck td {
	color: white;
	font-family: "Georgia, Times New Roman, Times, serif" ; 
	font-size: 17px;
	padding-left: 6px;
}

.tb_bck a {
	text-decoration: none;
	color: white;
}

.blue_color {
	color: #669acc;
}


/* End of contact list */

#structure {
	width:770px;
	
	margin-left: auto;
	margin-right: auto;
	
	font-size: 15px;
	font-family: arial, sans-serif;
}

/* header style information */

#page_logo {
	border-style: none;
}


#guide {
	float: right;
	margin-top:30px;

}

#guide img {
	border: none;
}

#header {
	width: 100%;
	text-align:left;
}

#hmenu {
	background-image: url(../images/top_table_bg.jpg);
	width: 100%;
	margin-bottom: 2px;
}

#hmenu table {
	margin-left: 10px;
}

#header_table td {
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

#header_table a,  #header_table a:hover,  #header_table a:visited,  #header_table a:link {
	text-decoration: none;
	color: white;
}


/* Footer style information */

#footer {
	border-top: 1px black solid;
	padding-top: 2px;
}	

#footer  table{
	width: 100%;
	background-image: url(../images/bottom_bg.jpg);
	font-size: 12px;
}

#footer_table td {
	color: white;
	padding-left: 16px;
}

#footer_table td.last {
	text-align: right;
	width: 70%;
}

#footer_table a,  #footer_table a:hover,  #footer_table a:visited,  #footer_table a:link {
	text-decoration: none;
	color: white;
}