/**************************************************************
 *	main
 **************************************************************/
 #background {
 	width: 1114px;
 	height: 617px;
 	background-image: url(../images/background.jpg);
 }
 
 #main {
 	display: block;
 	height: 30000px;
 	background-color: white;
 }

/*------------------------------------------------------------ 
 *      home articles 
 *-----------------------------------------------------------*/
 #home_articles {
 	position: absolute;
 	top: 130px;
 	left: 20px;
 	width: 550px;
 }
 
 #home_article {
 	border-color: black;
	border-width: 2px;
	border-bottom-style: dotted;
	padding-bottom: 20px;
	padding-top: 10px;
 }
 
/*------------------------------------------------------------ 
 *      highlight articles 
 *-----------------------------------------------------------*/
  #home_selection {
  	position: absolute;
 	top: 384px;
 	left: 588px;
 	width: 177px;
	height: 259px;
  	background-image: url(../images/home/highlight_background.jpg);
  }
 
 /*------------------------------------------------------------ 
 *      image links
 *-----------------------------------------------------------*/
  #home_image_links {
 	position: absolute;
 	top: 384px;
 	/*top: 650px;*/
 	left: 588px;
 	width: 177px;
	height: 219px;
 }
 
 /*------------------------------------------------------------ 
 *      text links
 *-----------------------------------------------------------*/
 #home_text_links {
 	position: absolute;
 	top: 40px;
 	left: 588px;
 	width: 157px;
	height: 262px;
	padding: 62px 10px 10px 10px;
	background-image: url(../images/home/textlink_background.jpg);
 }
 
 ul.home_text_links {
  	color: #559a49;
 	margin: 10px 0px 0px 12px;
 }
 
 li.home_text_links {
  	margin-bottom: 0px;
 }
 
 a.home_text_links {
 	color: #559a49;
 }
 
 a.home_text_links:hover {
 	color: #434242;
 }
 
