body{
	background:#96b6d7;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	
	}
div{
	padding:0px;
	margin:0px;

}

#header{
	color:white;
	background: url(./images/Avoiding_Probate_Header.png) top repeat-x;
	height:173px;
	text-align:center;	
	
}
#header h1{
	margin:0;
	padding:0;
	font-size:60px;
	padding-top:20px;
}

#header a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#header a:hover{
	text-decoration:underline;
}
#menu {
	font-size:25px;
	margin-top:25px;
}
#menu a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	text-decoration:underline;
}

#download {
	text-align:left;
	background:white;
	margin: 20px auto;
	width: 600px;
	/*height:136px;
	position: relative;*/
}
#download_top_image{
	height:14px;
	background:url('./images/AvoidingProbate_dl_top.png') top center no-repeat;
}
#download_link{
	width:101px;
	height:108px;
	float:left;
	text-align:center;
	font-size:10px;
}
#download_link a{
	text-decoration:none;
	color:black;
}
#download_link a:hover{
	text-decoration:underline;
}

#download_link a img{
	border-width:0px;
}

#download_text{
	width:475px;
	margin-left:117px;
	line-height:1em;
}
#download_text h3{
	margin:0;
	padding:0;
}

#download_text a{
	color:red;
	text-decoration:none;
}
#download_text a:hover{
	text-decoration:underline;
}

#download_bottom_image{
	height:14px;
	background:url('./images/AvoidingProbate_dl_bottom.png') bottom center no-repeat;
	
}

#main_content{
	width:850px;
	margin: 0 auto;
	text-align:left;
}

#main_content h2{
	margin-left:1em;
	font-size:25px;
}

#main_content p{
	font-size:18px;
}

#main_content li{
	font-size:18px;
}

#sponsor{
	background:white;
	padding-top:1em;
	margin-top:1em;
}
#sponsor p{
	font-size:20px;
}

#sponsor_images{
	width:850px;
	text-align:center;
	margin:0 auto;
}
#sponsor_images a img{
	border-width:0px;
}

#footer{
	width:850px;
	text-align:right;
	font-size:10px;
	margin: 0 auto;
}
