/* common tags [Elements] */
	A:link {
	COLOR:#5B2D91;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 16px;
}
A:visited {
	COLOR:#AB99C9;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 16px;	
}


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

		body {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 14px;
		}
	p,h1,pre,h2 {
		margin:0px 0px 5px 0px;
		}
		
	pre {
		font-size: 14px;
	 	font-style: italic;	
		}
				
	h1 {
		font-size:18px;
		padding-top:10px;
		font-family:Arial;
		color:#5B2D91;
		font-weight:bold;
		}
	h2 {
	font-size:12px;
	font-family:arial;
	color:#000000;
	font-weight:bold;
	}

/* site structure [ID's] */		
	#main {
	width:920px;
	height:700px;
	margin-right:auto;
	margin-left:auto;
	font-family : Arial;
	font-size : 14px;
	text-align: center;
	color:#5B2D91;
	}

	#header {
	width:740px;
	height:220px;
	text-align:right;
	background-color:#FFF0C5;
	padding-right:20px;
	float:left;
	border-bottom:1px solid #5B2D91;
	}
		
	#navigation {
	width:740px;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	text-align:right;
	background-color:#FFF0C5;
	float:left;
	border-bottom:1px solid #5B2D91;
	}


	#layout /*main text*/ {
	width:720px;
	height:367px;
	background-color:#FFF0C5;
	text-align: justify;
	float:left;
	padding-right:20px;
	padding-left:20px;
	}
	#layout2 /*logo*/{
	width:160px;
	height:700px;
	background-color:#AB99C9;
	text-align: center;
	float:right;
		}
		
	#footer {
	width: 740px;
	height:50px;
	text-align:right;
	background-color:#FFF0C5;
	font-size:18px;
	float:left;
	padding-right:20px;
	border-top:1px solid #5B2D91;
	padding-top:10px;
	padding-bottom:10px;
	}

.pictures{
border-top:20px solid #FFF0C5;
border-bottom:20px solid #FFF0C5;
}
	.pictures2{
border-left:20px solid #FFF0C5;
border-top:20px solid #FFF0C5;

	}

