body {
	background:  url("../images/background.jpg") #ccc;
	background-attachment: fixed;
	font: 110% "Times New Roman", serif; 
	}
#menu {
	position: absolute;
	margin: 10px 0px 0px 0px;
	width: 175px;
	height: 1000px;
	z-index: 3;
	}

#main {
	font-size: 120%;
	list-style: none;
	padding: 0;
	margin: 25px 0;
	width: 165px;
	}
#submenu {
	font-size: 90%;
	list-style: none;
	padding: 0;
	margin: 25px 0;
	width: 145px;
	}
#menu li {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	}
#menu li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-bottom: 2px solid #099;
	border-right: 2px solid #099;
	background: #9cc;
	color: #000;
	text-decoration: none;
	}
	
#menu li a:hover {
	font-weight: normal;
	border-bottom: 2px solid #9cc;
	border-right: 2px solid #9cc;
	background: #fff;
	color: #;
	text-decoration: none;
	}

.button {
	display: block;
	font-weight: normal;
	font-size: 95%;
	padding: 0;
	border-bottom: 2px solid #099;
	border-right: 2px solid #099;
	background: #9cc;
	color: #000;
	text-decoration: none;
	width: 150px;
	}

#content {
	background: #fff;
	color: #300;
	position: absolute;
	margin: 175px 0px 100px 175px;
	width: 76%;
	z-index: 2;
	}
	
#header {
	background: #9cc;
	color: #300;
	position: absolute;
	margin: 10px 0px 0px 175px;
	width: 76%;
	display: block;
	height: 170px;
	z-index: 1;
	}

h1,h2,h3,p,table,fieldset,.offset {
	background: #fff;
	margin: 10px 25px 10px 15px;
	}
	
#logo {
	margin: 0px 25px 10px 15px;
	border: 0;
	}
	
ul {
	background: #fff;
	margin: 10px 25px 10px 35px;
	list-style: disc;
	}
	
ol {
	background: #fff;
	margin: 10px 25px 10px 45px;
	}

li {
	margin: 10px 0 0 0;
	padding: 0;
	}

fieldset {
	padding:  0 0 10px 10px;
	}

.center, td.service {
	text-align: center;
	list-style:none;
	margin: 0px 0px 0px 0px;
	}

ul li ul li {
 margin-left: 0.5cm;
	}

.timatic td, {
	border:0;
	margin: 10px;
	padding: 10px;
	}

.invisible {
	display: none;
	}
	
.packets {
	font-size: 130%;
	font-weight: strong;
}

.breadCrumb {
	font-size: 80%;
	background: #fff;
	margin: 5px 25px 0px 15px;
}

div.serendipity_entryFooter {
    font-size: 80%;
    padding-top: 5px;
    padding-bottom: 4px;
    clear: both;
}

.serendipity_date {
    font-size: 90%;
    margin: 0;
    text-align: right;
}

.serendipity_title {
    font-size: 110%;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 5px;
    border-bottom: 2px solid #9cc;
}

.serendipity_title a:link,
.serendipity_title a:visited {
   text-decoration: none;
   border: 0;
   color: #000000;
}
