/* CSS Document */
a {
	text-decoration: none;
}

body {
	background-image: url(../images/header-bg-home.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	
}

#left-menu {
	display: block;
	width: 100px;
	height: auto;
	padding-left: 5px;
	float: left;
	position: relative;
	

}
#side_menu {
	display: block;
	width: 90px;
	height: auto;
	float: right;
	position: relative;
	padding-right: 20px;
	
	
}



#content_area {
	width: 765px;
	display: block;
	position: relative;
	margin-left: 130px;
	
	
}

 h1 {
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	color: #630c0d;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
}
 h2 {
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	color: #630c0d;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

#body_text {
	display: block;
	position: relative;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 13px;
	color: #444;
	display: block;
	position: relative;
	margin-top: 0px;
	text-align: justify;
}


#headline {
	display: block;
	position: relative;
	background-image: url(../images/gray-headlines-bg-top.gif);
	height: auto;
	width: 594px;
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

#headline_bottom {
	display: block;
	position: relative;
	background-image: url(../images/gray-headlines-bg-bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;;
	width: 594px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#headline-title {
	display: block;
	position: relative;
	float: left;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	color: #630c0d;
	width: 140px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 8px;
	height: auto;
}

#headline-text {
	display: block;
	position: relative;
	float: left;
	font-family: "Lucida Grande", "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #333;
	width: 410px;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	padding-top: 8px;
	padding-left: 10px;
	height: auto;
}

#icons {
	display: block;
	position: relative;
	width: 562px;
	margin: auto;
	margin-bottom: 20px;
}

