* {padding:0; margin:0;} 

body, h1, h2, b, strong{
font-family: georgia, "times new roman", times, serif;
line-height: 1.5em; /* 15px */
font-size: 15px;
color:navy;
}

h1{
font-family:helvetica, arial;
text-transform:uppercase;
font-size:15px;
margin-left:24px;
}

div.top_nav{
float:left;
height:100px;
}

div.content_outer{
float:left;
text-align:left;
margin:0px;
padding:0px;
height:1200px;
width: 900px;
background-image: url('/images/background.GIF');
background-repeat: no-repeat;
}

div.content_inner{
float:left;
display:inline;
-moz-box-sizing: border-box;
background-color:white;
margin-left: 21px;
margin-top:40px;
width:547px;
min-height: 300px;
border-bottom: 10px solid navy;
border-left: 1px solid navy;
border-right: 1px solid navy;
padding: 12px 0px 12px 0px;
}


div.content_inner p{
margin:8px 25px 8px 25px;
}

