/* CSS Document */

div#content p { line-height:1.4em; }

div#content { 
	/* border: 1px solid; */
	float:left;
}

div#button_links { 
	width: 350px;
	height: 250px;
	margin-left: 200px;
	margin-bottom:100px;
}

div#slogan {
	 font-size: 140%; 
	 margin-left:35%;
	 clear:both;
	 font-style:italic;
}

H3 { margin-bottom:7px;}

div#content_text {
	width:950px;
	text-align:left;
}

div#content_pictures {
	
}

div#content  a {
	color:#02174A;
	text-decoration:underline;
}

div#content  a:hover {
	text-decoration:underline;
}

