/* CSS documnet */

/* general */
body {
background: #511c28;
margin: 0 auto;
padding: 0;
}

h1, h2 {
    font-family: "Palatino Linotype", "Times New Roman", serif;
     //font-style: italic;
     font-weight: normal;
    color: #511c28;
    margin: 5px;
}

a:hover {
  text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	width:800px;
    	background: url(images/site_markup_11.jpg) repeat-y top left;
}


#header {
  height: 98px;
  padding: 0;
  margin: 0;
}

#navigation {
	background: url(images/site_markup_08.jpg) repeat-x top left;
    height: 22px;
    margin: 0;
    padding: 0;
}
#content-wrapper {
    width: 800px;
clear: both;
}

#masthead {
    height: 223px;
    width: 800px;
    margin: 0;

}

#content {
margin: 10px 50px 10px 50px ;
font: 10pt Arial;

}

#content p {
margin-left: 7px;

}

#footer {
  margin-top: 10px;
  background: url(images/site_markup_11.jpg) no-repeat bottom left;
text-align: center;
font: 8pt Arial;
}

#footer_img {
  height: 10px;
  background: url(images/site_markup_12.gif) no-repeat bottom left;
}

/*Home Page*/

#home_copy {
  width: 500px;
}

#home_copy img {

}

#home_right {
   background: url(images/nari_logo_100.gif) no-repeat top;
  float: right;
  height: 320px;
  width: 100px;
  
}

#content #right {
float: right;
}

#home_copy div {
    margin: 5px 5px 10px 10px;
}

#serviceTable {
    width: 700px;
    margin: 0  auto;
    padding: 5px;

}

#serviceTable td {
  width: 230px;
  padding: 2px;

}

#center {
  margin: 0 auto;
  padding: 20px;
}
