/* common tags [Elements] */
	A:link {
	COLOR:#0066B5;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 12px;
}
A:visited {
	COLOR:#000000;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 12px;	
}


	A:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
		}

		body {
	background-color : #0066B5;
	font-family : Arial;
	font-size : 12px;

		}
	p,h1,pre,h2 {
		margin:0px 10px 10px 10px;
		}
		
	pre {
		font-size: 12px;
	 	font-style: italic;	
		}
				
	h1 {
		font-size:14px;
		padding-top:10px;
		font-family : Arial;
		color:#0066B5;
		font-weight:bold;
		}
	h2 {
	font-size:12px;
	font-family:arial;
	color:#0066B5;
	font-weight:bold;
	}

/* site structure [ID's] */		
	
		#header {
	width:760px;
	height:175px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	/*border: 1px solid #0066B5;*/
	background-color:#FFFFFF;
		}
		
		#navigation {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	border-top:1px solid #0066B5;
	border-bottom: 1px solid #0066B5;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	/*border-right: 1px solid #0066B5;
	border-left: 1px solid #0066B5;*/
	background-color:#FFFFFF;
		}

	#main {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	color:#0066B5;
	font-family : Arial;
	font-size : 12px;
	text-align: center;
	background-color:#FFFFFF;
	border-bottom: 1px solid #0066B5;
	border-right: 1px solid #0066B5;
	border-left: 1px solid #0066B5;
	}

	#layout {
	width:760px;
	left: auto;
	right: auto;
	background-color:#FFFFFF;
	text-align: justify;
		}
		
	#footer {
		padding-top:10px;

	width: 760px;
	height:90px;
	margin-right:auto;
	margin-left:auto;
	/*text-align:center;*/
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color:#0066B5;
	border-bottom: 1px solid #0066B5;
	border-right: 1px solid #0066B5;
	border-left: 1px solid #0066B5;
	background-color:#FFFFFF;
	background-image: url(../images/footer.png);
	}

.pictures{
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:5px;
	}
