body {
	font-family: Arial;
	color: #231f20;
	font-size: 12px;
	background-image: url(img/bg_all.jpg);
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 70px;
	}	

#head {
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	}
	
#menu {
	margin-left: 180px;
	}
	
#menu a {
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px;	
	}
	
#menu a:hover {
	color: #1a9dd8;
	background-color: #FFFFFF;
	padding: 0px 5px;
	}	

#container {
	width: 740px;
	margin: auto;
	padding-left: 60px;
	}

#content {
	margin: auto;
	width: 700px;
	}
	
#content a {
	color: #231f20;
	background-color: #d2d2d2;
	padding: 0px 5px;
	text-decoration: none;
	}
	
#content a:hover {
	color: #FFFFFF;
	background-color: #df2027;
	padding: 0px 5px;
	}	
	
.lid {
	
	color: #727272;
	}
	
.source {
	font-style: italic;
	color: #6a666b;
	}
	
p {
	text-align: justify;
	line-height: 16px;
	}
	
H1 {
	color: #1a9dd8;
	font-size: 22px;
	}
	
H2 {
	color: #df2027;
	font-size: 14px;
	}					