	DIV#banner {
		float: left;
		width: 704px;
		height: 256px;
	}
	
	A#banner_action {
		float: left;
		width: 360px;
		height: 180px;
	}

/* TEXT */

	DIV#text {
		float: left;
		width: 704px;
		padding: 0;
		color: #666666;
	}
	
		DIV#text A {
			color: #336600;
		}
		
		DIV#text A:hover {
			color: #666666;
		}

		DIV#text DIV.article_questions, DIV#text DIV.article_answer {
			margin-top: 25px;
			font-size: 14px;
			font-weight: bold;
			color: #336600;
		}
		
		/*
		DIV#text DIV.article_answer {
			margin-bottom: 10px;
			margin-top: 5px;
			padding: 10px 0;
			font-weight: bold;
      font-size: 12px;
			color: #FF9900;
		}
		*/
		
		DIV#text DIV.article {
			margin-bottom: 10px;
      font-size: 12px;
			color: #666666;
		}
		
		DIV#text DIV.article_contact {
			margin-bottom: 5px;
		}

/* NEWS */

DIV#news {
	float: left;
	width: 709px;
	margin-top: 5px;
}

	DIV#news DIV.box {
		float: left;
		width: 180px;
		height: 265px;
		background: #FFFFFF;
		text-align: center;
	}

    DIV#news DIV.box DIV.image {
    	 float: left;
       width: 100%;
       height: 180px;
       margin: 10px 0;
    	 text-align: center;
      }
    
    DIV#news DIV.box DIV.image IMG {
    	/* height: 180px; */
		}

	DIV#news DIV.box DIV.headline {
		float: left;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		color: #999999;
		padding: 2px 0;
		width: 180px;
		height: 30px;
	}
	
	DIV#news DIV.middle {
		margin: 0 82px;
	}

DIV#dispatches {
	float: left;
	width: 700px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #666666;
}

	DIV#dispatches DIV.left_collumn {
		width: 50%;
		float: left;
	}

	DIV#dispatches DIV.right_collumn {
		width: 50%;
		float: left;
	}

	DIV#dispatches DIV.heading {
		font-size: 16px;
		color: #666666;
		padding: 2px 10px;
	}

		DIV#dispatches DIV.left_collumn UL LI, DIV#dispatches DIV.right_collumn UL {
			margin: 0 0 0 20px;
		}

			DIV#dispatches DIV.left_collumn UL LI, DIV#dispatches DIV.right_collumn UL LI {
				padding: 2px 0;
				list-style: square outside url("../images/icon_list_item_ff.gif");
				color: #666666;
			}

				DIV#dispatches DIV.left_collumn UL LI A, DIV#dispatches DIV.right_collumn UL LI A {
					color: #666666;
				}

				DIV#dispatches DIV.left_collumn UL LI A:hover, DIV#dispatches DIV.right_collumn UL LI A:hover {
					color: #000000;
				}
