@charset "utf-8";
/* CSS Document */

body {
	font: 14px arial; 	
	background-color:white;
	color: #666666;
	/*background-image: url(images17.jpg); */
	/*background-repeat:repeat-y;*/
	}
a {
	color:  #666666;	
	font-weight: bold;
	text-decoration:none;
	
}

a:hover {
	color: #333333;	
	font-weight: bold;
	text-decoration:none;
}


h1 {
	font: 24px verdana;
	padding-right: 30px;
	padding-top: 20px;
	
}
h2{
	font: 18px arial;
	text-decoration:underline
}
h3{
	font: 14px Arial;
	padding-left: 30ph;
}

#wrapper {
	width: 796px; 
	margin: auto;
	background-color: #FFFFFF;		
}

#header {
	background-image : url(Pictures/header1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 796px;
	height: 146px;	
	color: #444444;
	text-align: right;
}

#main {
	
	width: 784px;
	
	float: left;
	background-color: #dddddd;
	 

	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-top: #999999 0px solid; 
	padding: 5px;
	
}
#copyright {
	text-align: center;
	color: #000000;
	font: 10px arial;
}

.article {
	/*margin-bottom: 10px;*/
	background-color: #ffffff;
	border: #999999 1px solid;
	padding: 15px;
	text-align: justify
}
#example1 {display: none;}
#example2 {display: none;}
#example3 {display: none;}
#example4 {display: none;}



.article img{
	float: left;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;

	
}

.articlefooter{
	font: bold 12px arial;
	}

.article1{/*margin-bottom: 10px;*/
	height:210px;
	background-color: #DDDDDD;
	border:none;
	padding: 15px;
	text-align: justify;
	text-indent: 0.5cm
}

.article1 img{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/*margin-bottom: 5px;*/
	border: 1px solid #000000;

	
}