/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
	font-size: 23px;
	vertical-align: top;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
}

h3 {
	
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
	font-size: 15px;
	vertical-align: top;
}

h4, h6 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

h5 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
	text-align: center;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #3399FF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER  ************/

#header {
	width: 880px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background-image:url("images/amsterdam.jpg");

}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 2em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 880px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

.area {

  
  FONT-STYLE: normal;
  FONT-FAMILY: georgia;
  line-height:1.6em;
  letter-spacing:1.4;
  text-align: justify; 
  FONT-VARIANT: normal;
  TEXT-DECORATION: none

}

.arearight {

  PADDING-LEFT: 1px;
  FONT-WEIGHT: 100;
  FONT-SIZE: 10;
  PADDING-BOTTOM: 2px;

  
  
  COLOR: #333;
  PADDING-TOP: 2px;
  
  FONT-STYLE: normal;
  FONT-FAMILY: georgia;
  line-height:1.2em;
  letter-spacing:1.0;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none

}

#content {
	width: 880px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 400px;
	padding: 0px 20px 20px 20px;
	color: #99CCFF;
	vertical-align: text-top;
}

#breadcrumbs {float:left;line-height:1em;}

td { vertical-align: text-top; }

/************* FOOTER ************/

#footer {
	clear: both;
	width: 881px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}